Pod 📦 → A Pod is the smallest deployable unit. A Pod is a group of one or more containers, with shared storage and network resources, and a specification for how to run the containers.
credit:
kubernetes
ReplicaSet/ Replication ⚖️ →A specific number of identical Pods will be guaranteed to be available by Replicaset.
Deployment 🏢 →Manages a set of Pods. It ensures that the desired number of Pods are running at all times
- Service 🛡️→ Services are used to expose Pods to the outside world.
- ConfigMaps and Secrets 📊 → Store configuration data and sensitive information securely.
- Namespaces 🔒 →Isolate and organize resources within the cluster.
Persistent Volumes (PV) 💾 and Persistent Volume Claims (PVC) 💿: Enable data persistence across pod restarts.
I hope you found this blog post helpful😀.
If you'd like to stay up-to-date🚀 with our content, please subscribe🤝 to our blog. You can also help us reach a wider audience by sharing this post.
Thank you for your support!🙏