GitOps

GitOps is used to automate the process of provisioning infrastructure. It consists of: IaC MRs CI/CD With these tools GitOps provides a set of best practices for automated deployment and management of infrastructure. Infrastructure as code (IaC) is the process of managing and provisioning infrastructure. IaC allows versioned configuration of infrastructure which can be deployed to test, dev and prod environments. IaC enables reproducible and backed up infrastructure. The IaC configuration can be deployed locally, through CICD processes or both....

October 23, 2021 · 4 min · Me

How I passed the Terraform Associate Certificate

1. Infrastructure as Code 2. HashiCorp Terraform 3. Preparations for the exam 4. Tips & Tricks 5. Related Certificates In february I passed the Terraform Associate Certificate making me a certified Cloud Engineer. 1. Infrastructure as Code Infrastructure as code (IaC) is the process of managing and provisioning infrastructure. IaC allows versioned configuration of infrastructure which can be deployed in minutes. Where dev environments usually would take hours of manual configuration by multiple Ops people to set up, IaC allows developers to supply fully configured test, dev and prod environments....

February 23, 2021 · 2 min · Me