Apr 13, 2025
kubectl Commands and Managing Pods in Minikubekubectl commands for creating and debugging pods in Minikube.kubectl for managing Kubernetes clusters.kubectl get
kubectl create deployment with options for name and image.kubectl create deployment nginx-deployment --image=nginxkubectl edit deployment
kubectl logs
kubectl exec -it
kubectl delete deployment <name> removes deployment and associated pods and replicaset.kubectl apply -f <file>
kubectl commands: create, edit, delete, get status, logs, exec.