This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: kube-proxy | |
version: 1.0.6 | |
spec: | |
hostNetwork: true | |
volumes: | |
- name: "etc-kubernetes" | |
hostPath: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: kube-controller | |
spec: | |
hostNetwork: true | |
volumes: | |
- name: "etc-kubernetes" | |
hostPath: | |
path: "/etc/kubernetes" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: kube-controller | |
spec: | |
hostNetwork: true | |
volumes: | |
- name: "etc-kubernetes" | |
hostPath: | |
path: "/etc/kubernetes" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: inspector | |
labels: | |
app: inspector | |
spec: | |
containers: | |
- name: inspector | |
image: b.gcr.io/kuar/inspector:1.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: kubernetes | |
spec: | |
hostNetwork: true | |
volumes: | |
- name: "etc-kubernetes" | |
hostPath: | |
path: "/etc/kubernetes" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: kubernetes | |
spec: | |
hostNetwork: true | |
volumes: | |
- name: "etc-kubernetes" | |
hostPath: | |
path: "/etc/kubernetes" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo docker run --detach --pid=host --net=host --name=kubelet --privileged \ | |
--restart=always \ | |
--volume=/usr:/usr \ | |
--volume=/lib64:/lib64 \ | |
--volume=/sys:/sys:ro \ | |
--volume=/:/rootfs:ro \ | |
--volume=/var/run/docker.sock:/var/run/docker.sock \ | |
--volume=/var/run:/var/run:rw \ | |
--volume=/var/log/containers:/var/log/containers \ | |
--volume=/var/lib/kubelet/:/var/lib/kubelet:rw \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ReplicationController | |
metadata: | |
name: kube-dns-v8 | |
namespace: kube-system | |
labels: | |
k8s-app: kube-dns | |
version: v8 | |
kubernetes.io/cluster-service: "true" | |
spec: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat ~/skydns-svc.yaml | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: kube-dns | |
namespace: kube-system | |
labels: | |
k8s-app: kube-dns | |
kubernetes.io/cluster-service: "true" | |
kubernetes.io/name: "KubeDNS" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
104.154.85.118 - - [15/Jul/2015:00:09:13 +0000] "GET /v2/ HTTP/1.1" 401 203 "-" "docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.19.0-21-generic os/linux arch/amd64" | |
104.154.85.118 - - [15/Jul/2015:00:09:13 +0000] "GET /v1/_ping HTTP/1.1" 401 203 "-" "docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.19.0-21-generic os/linux arch/amd64" | |
104.154.85.118 - - [15/Jul/2015:00:09:13 +0000] "POST /v1/users/ HTTP/1.1" 401 203 "-" "docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.19.0-21-generic os/linux arch/amd64" | |
104.154.85.118 - kelseyhightower [15/Jul/2015:00:09:13 +0000] "GET /v1/users/ HTTP/1.1" 404 19 "-" "docker/1.7.1 go/go1.4.2 git-commit/786b29d kernel/3.19.0-21-generic os/linux arch/amd64" |