- Long chapter.
- Setting up a work computer to use kubectl and talk to kubernetes master.
- Creating a simple nginx RC/Deployment
- Scaling a Deployment
- Accessing a pod from within pod network, using pod IPs
- Creating a service using cluster IP and accessing it from within pod network
- Creating a service using external IP and accessing it from outside the cluster network and also outside of kubernetes cluster.
- NFS mounts
- Simple PHP/MySQL database example
In this chapter, we do all sorts of Kubernetes deployments, scaling, upgrades, canary patterns, etc.