How to integrate Terraform IaC (Infrastructure as Code) into Jenkins? Cloud infrastructure offers great agility and flexibility but you need the right toolsets to manage the power of public cloud platforms. To operate in the public cloud efficiently, You need to treat infrastructure as code (IaC). IaC eliminates the manual interaction required to configure Cloud […]
GitOps
GitOps – Install and Configure Argo CD for Kubernetes
Managing the Kubernetes cluster is very simple if you use the right toolsets. Argo CD is one of the popular tools to manage the Kubernetes clusters in a declarative way. It’s a GitOps continuous delivery tool for Kubernetes. Argo CD helps to manage Application definitions, configurations, and environments in a declarative fashion and version controlled […]
GitOps vs Infrastructure as Code
What is GitOps? Why it’s so popular? GitOps is nothing but doing “Infrastructure as Code” right. “Infrastructure as code” is creating infrastructure using code rather than creating it manually. As I mentioned in the previous article, IaC has been evolved over the period, as “Network as code”, “Security as Code”, “Policy as Code” etc. So […]


