What is a ConfigMap and Secret in Kubernetes? Explained Simply (2026)
ConfigMaps and Secrets separate configuration from code in Kubernetes. Here's what they are, how they work, and when to use each one — explained simply.
In-depth guides on Docker, Kubernetes, AWS, CI/CD, AI/ML, and modern infrastructure — written by engineers, for engineers.
Showing 622–630 of 801 articles
Page 70 of 89
ConfigMaps and Secrets separate configuration from code in Kubernetes. Here's what they are, how they work, and when to use each one — explained simply.
Build a Slack bot that receives Kubernetes Alertmanager webhooks, calls Claude AI to explain the alert and suggest fixes, then posts actionable runbook steps in Slack.
Kubernetes deprecated Docker as a runtime in 2020. In 2026, containerd and CRI-O run most production clusters. Here's the difference and which one to pick.
You're a sysadmin with Linux, scripting, and networking skills. Here's exactly how to make the DevOps jump — what to learn, what to skip, and how to get your first DevOps title.
Both Argo Rollouts and Flagger do progressive delivery on Kubernetes. Here's a detailed comparison of features, architecture, and when to pick each.
Most DevOps engineers leave 20-40% salary on the table by not negotiating. Here's the exact playbook — what to say, when to say it, and how to counter lowball offers.
Your PersistentVolumeClaim is stuck in Pending and your pod won't start. Here's every reason this happens and exactly how to fix it.
vLLM is the fastest open-source LLM inference engine. Here's how to deploy it on Kubernetes with GPU nodes, expose an OpenAI-compatible API, and scale it.
Kubernetes Ingress routes external HTTP/HTTPS traffic to your services. Here's what it is, how it works, and how to set one up — explained simply.