Posts tagged "kubernetes"
5 articles
August 29, 2025
Infrastructure in 2035: Steve Wade on Making Infrastructure Boring Again
Steve Wade, the Pragmatic CNCF Guy, shares his unfiltered perspective on how infrastructure management will evolve from complex code to conversational AI by 2035.
August 29, 2025
Deploying an AWS EKS Cluster with Terraform and GitHub Actions
How to provision a production-ready Amazon AWS EKS cluster using Terraform and GitHub Actions to automate deployments.
June 5, 2025
GitOps Beyond Kubernetes: Applying GitOps Principles to Infrastructure as Code
A technical guide for DevOps and platform teams looking to extend GitOps practices to Terraform-based infrastructure workflows, including CI/CD setup, policy enforcement, and tool comparisons.
November 21, 2024
Blue/Green Deployment in Kubernetes with Terraform
Implement a zero-downtime Blue/Green Deployment on Kubernetes using Terraform, allowing smooth traffic switching and easy rollbacks. This guide covers setup, environment isolation, and automated updates for secure, scalable deployments.