kubectl get ingress
Jump to navigation
Jump to search
kubectl get ingress No resources found in default namespace.
kubectl get ing
kubectl get ingress NAME CLASS HOSTS ADDRESS PORTS AGE grafana <none> chart-example.local 80 5m35s
NAME CLASS HOSTS ADDRESS PORTS AGE cm-acme-http-solver-9jlk7 <none> your-subdomain.your-domain.com 80 44h yourapp-prod-ingress <none> your-subdomain2.your-domain.com.co,your-subdomain3.your-domain.com + 1 more... 80, 443 44h
kubectl get ingress -A NAMESPACE NAME CLASS HOSTS ADDRESS PORTS AGE default grafana <none> chart-example.local 80 13m
kubectl get ingress -A No resources found
kubectl get ingress --field-selector foo.bar=baz
kubectl get ingress --show-labels
Related
kubectl describe ingress
- Ingress
kind: Ingress
- AWS Load Balancer Controller
- CKA v1.23: Know how to use Ingress controllers and Ingress resources
See also
kubectl create ingress | kubectl get ingress
,kubectl describe ingress
, Kong, Kubernetes Gateway API- Ingress controllers,
minikube addons enable ingress
,kubectl get ingress, kubectl get ingressclass, kubectl describe ingress
,Ingress:
, Ingress API,kind: Ingress
, AWS Load Balancer Controller, Envoy Proxy, NGINX Ingress Controller, GKE Ingress, Kubernetes Gateway API,ingress.k8s.aws
- Kubernetes controllers: Ingress,
controller.
Advertising: