Summary

In this chapter, we looked into Kubernetes a little deeper. We started the chapter by reviewing and revisiting some core Kubernetes concepts. We then went ahead to deploy our Kubernetes cluster and also our deployment associated with it. We then created our first workload, which was an nginx container. Remember, a workload is a container and is also referred to as a pod. In advanced use cases, a pod can have more than one container. We also talked about stateful applications and deployed persistent storage to store our application state. We made this storage available to our pods and verified the deployment as well. We learned how to expose our pods or containers to the internet and therefore have access to our application on port ...

Get Google Cloud Platform Administration now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.