© 2026 Hashnode
In Part 4, we explored Kubernetes networking - how traffic flows securely and efficiently inside and outside the cluster. Now we move to a topic that truly separates stateless demos from real production systems: Configuration management and persisten...

Hey folks! Today I want to share what I've learned about two super useful Kubernetes resources: ConfigMaps and Ingress. When I first started with Kubernetes, these concepts seemed a bit confusing, but they're actually pretty straightforward once you ...

What are ConfigMaps and Secrets in k8s? A ConfigMap is an API object used to store non-confidential data in key-value pairs.Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume. A ConfigM...
