Now that we have our feet wet with Kubernetes (Chapter 6), have played with the kubectl management tool (Chapter 7), and have looked at all the components that make up Kubernetes (Chapter 8), it’s time to really look at what Kubernetes cluster management looks like.
9.1 Infrastructure as Code
Over the years, people have realized that application clusters require just as much management as software projects. It used to be that system administrators would deploy changes to the network ...