martes, 24 de septiembre de 2024

Kubernetes: Get all ingress controllers

 You can check for pods implementing ingress controllers (actually with ingress in the name) with:

kubectl get pods --all-namespaces | grep ingress

No hay comentarios:

Publicar un comentario