“Kubernetes obtiene servicios” Código de respuesta

kubectl consigue vainas

# 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 obtiene servicios

# 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

Respuestas similares a “Kubernetes obtiene servicios”

Preguntas similares a “Kubernetes obtiene servicios”

Más respuestas relacionadas con “Kubernetes obtiene servicios” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código