Chapter 11, Docker and Kubernetes
Here are some sample answers to the questions presented in this chapter:
- False; you can always see the images used by Kubernetes.
- The
docker
andkube-system
namespaces. - You would use
kubectl describe --namespace [NAMESPACE] [POD NAME]
. - You would run
kubectl create -f [FILENAME OR URL]
. - Port
8001
. - It was called Borg.