Apr 1 · 12 min read · https://codepen.io/qckuhtdx-the-scripter/pen/myrLwxP Building a Production-Grade EKS Platform on AWS with Terraform and GitOps Overview In this post I walk through how I built a fully automated, prod
Join discussionMar 26 · 22 min read · Think of a pizza. When you cut it into slices, each slice is an exact replica of the whole—same crust, same toppings, same quality. You can cut 4 slices for a small group, 8 for a party, or 12 for a c
Join discussion
Mar 13 · 6 min read · A Git Commit Is Not Just a Change. It's a Command. Here's a scenario that plays out in a lot of platform teams. Your CI/CD pipeline runs kubectl apply as a job step. It exits zero. The pipeline goes green. Deployment successful — or so the dashboard ...
Kklement commentedMar 13 · 12 min read · In traditional DevOps workflows, tools like Jenkins are commonly used for both Continuous Integration (CI) and Continuous Deployment (CD). Jenkins plays a key role in automating tasks such as building
Join discussionMar 11 · 7 min read · The Deployment Problem Nobody Talks About Your CI pipeline builds the image. Then what? Someone runs kubectl apply. Or a Helm command buried in a deploy step. Or a script that SSHes into a bastion host. Three months later, nobody knows what's actuall...
Join discussion