AWS GitOps secrets management with SOPS, Helm-secrets and ArgoCD Introduction There are currently no standards on how to manage secrets like credentials, api keys or other sensitive information using a GitOps deployment workflow. So this post will discuss about why we needed to switch from our previous solution to a GitOps approach and the main security issue that we
AWS Easy AWS ACM DNS Validation with Terraform Perform AWS ACM DNS validation in Terraform without having to start using loops in your IaaC.
Infrastructure as a code Extract change of sensitive resource in Terraform In terraform 0.14+, it won't be possible to see the changes in sensitives types of arguments while using the plan and apply commands, so we have to find another solution.
Terraform Understanding Terraform Workspaces Terraform has currently two versions of workspaces, one bundled with the Terraform Enterprise edition, and the other one comes with the community edition. In this post, we will discuss the latter.
Github Actions Featured Use Github Actions to build a GKE cluster with Terraform This post will be about taking advantage of GitHub managed CI/CD pipelines to build a GKE Cluster. It is mainly aimed at people new to CI/CD.