Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 609 Bytes

chapter10.md

File metadata and controls

13 lines (11 loc) · 609 Bytes

Chapter 10: Working with Kubernetes

  • 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.