Category: Technology
-
A simple guide to Terraform Cloud

Terraform is an open-source Infrastructure as Code (IaC) tool that allows users to define, provision, and manage cloud infrastructure resources in a declarative way. It supports various cloud providers such as AWS, Azure, Google Cloud, and more, and uses a domain-specific language (DSL) called HashiCorp Configuration Language (HCL) for defining configuration files. When you use…
-
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…