“Kubernetes erhalten Dienste” Code-Antworten

Kubectl bekommen 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
Concerned Crossbill

Kubernetes erhalten Dienste

# Get pods in default namespace
kubectl get services

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

#Get Pods in all namespaces
kubectl get services --all-namespaces
Concerned Crossbill

Ähnliche Antworten wie “Kubernetes erhalten Dienste”

Fragen ähnlich wie “Kubernetes erhalten Dienste”

Weitere verwandte Antworten zu “Kubernetes erhalten Dienste” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen