kubectl events code example

Example 1: kubectl delete all pods

kubectl delete --all pods

Example 2: kubectl get pods

# Get pods in default namespace
kubectl get pods

#Get Pods in my-namespace
kubectl get pods -n my-namespace

#Get Pods in all namespaces
kubectl get pods --all-namespaces

Example 3: kubernetes get deployments

# Get pods in default namespace
kubectl get deployments

#Get Pods in my-namespace
kubectl get deployments -n my-namespace

#Get Pods in all namespaces
kubectl get deployments --all-namespaces

Example 4: kubectl get pod events

kubectl get event --namespace abc-namespace --field-selector involvedObject.name=my-pod-zl6m6