What is IaC? As the name suggests, IaC or Infrastructure as Code is the practice of managing the infrastructure through plain text files (code). This management mainly consists of description…
What is GitOps? GitOps is version control and continuous delivery for your infrastructure. Sounds simple, but those fancy words hide a lot of complexity. Version control is a simple one,…