DEV Community

jainnehaa
jainnehaa

Posted on

Information Bites : Terraform, Ansible, Helm

  • Terraform → Provision infrastructure (create VMs, VPCs, Kubernetes clusters, databases).
  • Ansible → Configure infrastructure (install packages, deploy apps, update servers).
  • Helm → Deploy applications on Kubernetes (package and manage K8s manifests).
Terraform → creates EKS/AKS/GKE cluster
       ↓
Ansible → configures nodes, OS, middleware
       ↓
Helm → deploys microservices into Kubernetes
Enter fullscreen mode Exit fullscreen mode

Memory trick:

  • Terraform = Build the house
  • Ansible = Furnish the house
  • Helm = Move the applications into the house

Top comments (0)