- Today on Kubernetes: From kubeadm init to eBPF Jul 22, 2026
A hands-on Kubernetes bootstrap on GCP, including the Cilium networking issues that stood between kubeadm init and a working pod-to-pod ping.
- #Kubernetes
- #kubeadm
- #Cilium
- #eBPF
- #Networking
- #GCP
- #Troubleshooting
- From zero to deployed: A guide to GKE deployments Jul 20, 2026
A walkthrough on building, scaling, and updating applications in GKE using a production mindset.
- #Kubernetes
- #GKE
- #DevOps
- #Production
- #Astro
A look at the best new features in Gitea 1.26.0, from Terraform state registry to Actions concurrency, plus why self-hosting your Git server still makes sense in 2026.
- #Gitea
- #Self-Hosting
- #DevOps
- #Git
How I built a production-ready, compliance-first infrastructure with automated security remediation using Terraform, EKS, and AWS native services.
- #AWS
- #Zero Trust
- #Terraform
- #Kubernetes
- #Security
- Scaling Python Backends on AWS: A Practical Guide Apr 17, 2026
How I leveraged EC2, S3, and API Gateway to manage high-throughput IoT data.
- #AWS
- #Python
- #Flask
- #Backend