Tag: kubectl
Browse all articles, tutorials, and guides about kubectl
Posts
⌘K
Kubernetes
2024-12-19|7 min read
How to Fix Pods Stuck in Terminating Status in Kubernetes
Learn how to diagnose and resolve Kubernetes pods that are stuck in Terminating status using kubectl commands, finalizers, and force deletion techniques.
Kubernetes
2024-12-13|8 min read
kubectl apply vs kubectl create: Understanding the Key Differences
Learn the differences between kubectl apply and kubectl create commands, when to use each, and how they handle resource management in Kubernetes deployments.