Tag: gcp
-
The simplest way to share a container registry in GCP (CLI)

You may have come across instances where you have to utilize container images from a shared private container registry for your Kubernetes cluster. It being private, it’s always a must to provide the required authentication credentials for your cluster to talk to the registry. In GCP, this is fairly simple and hassle-free. Let’s look at the simple…