In this chapter, we have learned the basics of Kubernetes. We had an overview of its architecture and an introduction into the main resources used to define and run applications in a Kubernetes cluster. We also introduced Minikube and Kubernetes support in Docker for Mac and Windows.
In the next chapter, we're going to deploy an application into a Kubernetes cluster. Then, we're going to be updating one of the services of this application using a zero downtime strategy. Finally, we're going to instrument application services running in Kubernetes with sensitive data using secrets. Stay tuned.