kubectl

Informacje

kubectl cluster-info

# wyświetlenie inormacji o "node-ach"

kubectl get nodes

Deployment

kubectl run first-deployment --image=python --port=80

kubectl get pods

# sprawdzenie portów
kubectl get svc first-deployment | awk '{print $5}'