Hey there! I'm Srinivas
-
💻 DevOps Lab Engineer at KodeKloud
-
🤝 KubeSimplify Ambassador
-
🌱 Devops, DevRel, Kubernetes, Container
-
❤️ I believe in 4C's - Code, Community, Content and Coffee.
ErrImagePull and ImagePullBackOff in Kubernetes
18 Jan 2023 | Updated: 21 Feb 2023
When you create a pod in Kubernetes, it goes through a lot of steps. One of the important tasks is to pull the container image from the registry. While pulling those images from the registry, pods sometimes experience issues. If an error occurs, pods...
What happens when you create a pod?
15 Sept 2022 | Updated: 15 Jan 2023
A pod is the smallest deployable unit that you can create and manage in Kubernetes. But how to create a pod, is just as simple as running kubectl run my-pod --image=nginx . But this simple task undergoes a complicated workflow that touches a lot of c...