In this chapter, we will look at some of the artifact repositories and Container Registry software and/or service available to us. This is important because one of the key ingredients needed to running workloads in a kubernetes cluster is the container images. We need a central place to store and manage those images.
What Is an Artifact Repository?
As we have seen earlier, once the software/application is built into a container image, we need a place to store it. Then ...