All Posts tagged as "Infrastracture"

Infrastracture as Code vs Infrastracture from Code

Recently I discovered the concept of **Infrastracture from Code** and wanted to write an article about it, since writing apart from sharing knowledge, helps me to learn myself. I am sure you are familiar with the concept of Infrastracture as Code (IaC) and you have used Terraform or Cloudformation, the goal is to express your infrastracture as code so you get all the benefits of transparency, reviewing etc that code offers. A new trend has emerge lately, the concept of Infrastracture from Code...

Read

Blue-Green Deployment in K8s

Blue/Green deployment is an application rollout model that progressively directs user traffic from the previous version of an application or service to a new version of it, while...

Read