No Image

kubectl delete deployment

February 22, 2022 Chetan Kapoor 0

In this article, I will show you how to delete the deployment using kubectl. A Deployment provides declarative updates for Pods and ReplicaSets. You describe the desired state in a Read More

No Image

Kubectl stop pod

February 21, 2022 Chetan Kapoor 0

A pod’s current state cannot be stopped or paused and resumed later in Kubernetes. Pods cannot be paused and restarted at a later time. Kubernetes Read More

1 2