HSHaiman Sherinkubernetes-expalined-simply.hashnode.dev00Secrets in Kubernetes Explained Simply 5d ago · 4 min read · As I continued my CKAD preparation, I reached a critical topic: How do we securely store sensitive data like passwords in Kubernetes? Earlier, we saw ConfigMaps for configuration. But what about conJoin discussion
HSHaiman Sherinkubernetes-expalined-simply.hashnode.dev00Environment Variables and ConfigMaps in KubernetesApr 17 · 3 min read · As I continued my CKAD preparation, I reached a point where I needed to answer a simple question: How do we pass configuration into applications running inside Pods? Hardcoding values inside containJoin discussion
HSHaiman Sherinkubernetes-expalined-simply.hashnode.dev00ReplicaSet in Kubernetes Explained SimplyApr 10 · 3 min read · As I continue my CKAD preparation, one concept that builds directly on Replication Controllers is the ReplicaSet. At first glance, it looks very similar… but there’s one powerful addition that changesJoin discussion
HSHaiman Sherinkubernetes-expalined-simply.hashnode.dev00Replication Controller in Kubernetes Explained SimplyApr 6 · 6 min read · As I continue preparing for CKAD, one thing that becomes clearer with every topic is this: Kubernetes is not just about running containers — it is about keeping applications available. That is exactJoin discussion
HSHaiman Sherinkubernetes-expalined-simply.hashnode.dev00Pods in Kubernetes Explained Simply Apr 3 · 5 min read · When people begin learning Kubernetes, the first object they usually hear about is the Pod. And honestly, that makes sense. Because before Deployments, Services, ReplicaSets, or Ingress, you need to uJoin discussion