Kubernetes is used to deploy applications and services that are based on containers. In many ways, container-based applications are what drove the need for container orchestration technologies like Kubernetes. As mentioned in the previous chapter, containers are instantiated from a read-only copy called an image. Images are often stored in a construct called a container registry.
In this chapter, we will discuss the various options for the storage, management, ...