Pioneer Rambling
A really tasty sandwich courtesy of "The Pradeeps of Pittsburgh": Bok choy Avocado Corn chips Soy sauce Ranch dressing Toasted bread
K8s Terms
pods/nodes/ etcd kubectl run nginx --image=nginx kubectl create -f pod-def.yaml kubectl run redis --image=redisX --dry-run=client -o yaml kubectl create -f deployment-def.yaml kubectl scale --replicas=5 replicaset web-rs kubectl get pods -o wide kubeadm for cluster setup kube-apiserver: use kubectl proxy to access replication-controller kube-scheduler (where should pods go) kubelet (captain of the worker node) kube-proxy (review daemonsets, uses iptables)