Feb 25 · 7 min read · The art of dealing with modern applications is somewhat like an octopus dealing with different tasks simultaneously and keeping control. Modern software applications are spread across different machin
Join discussion
Feb 23 · 5 min read · In the previous session, we successfully deployed a multi-tier WordPress application connected to MySQL on Kubernetes. During that setup, we passed database credentials using environment variables dir
Join discussion
Feb 22 · 4 min read · Every DevOps engineer knows the thrill of watching Kubernetes scale up effortlessly to meet demand. We set our Horizontal Pod Autoscalers (HPAs) to a target CPU utilization—say, 75%—and marvel as our
Join discussion
Feb 23 · 12 min read · A compact, practitioner-focused digest of the week's most impactful releases, updates, and strategic shifts across AWS, Azure, GCP, Kubernetes, Linux, CI/CD, and AI-driven infrastructure. The One-Lin
Join discussion
Feb 17 · 4 min read · If you have ever set up a Kubernetes cluster "the hard way" or even on a managed cloud provider, you have faced the question: "Which CNI should I use?" For a long time, this was a boring decision. You picked the default, or you picked the one that wo...
Join discussionFeb 16 · 5 min read · Kubernetes is everywhere today. Whether you deploy applications on AWS EKS, Azure AKS, or Google GKE, Kubernetes is the system managing your containers behind the scenes. If you are starting with Kubernetes, the hardest part is not running commands. ...
Join discussionFeb 16 · 7 min read · Chart.yaml apiVersion: v2 name: ecommerce-platform version: 2.3.1 dependencies: name: postgresql version: 12.1.9 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled tags: database name: redis version: 17.3.7 repository: h...
Join discussion