layout | title | permalink | nav_order |
---|---|---|---|
page |
Scheduling |
/scheduling |
4 |
kubectl get nodes --show-labels
kubectl apply -f exercice-files/lab4-1.yaml
kubectl get pods -ocustom-columns=NAME:.metadata.name,NODE:.spec.nodeName
kubectl replace -f exercice-files/lab4-2.yaml
kubectl get pods -ocustom-columns=NAME:.metadata.name,NODE:.spec.nodeName
kubectl delete -f exercice-files/lab4-2.yaml
To go further check the official documentation