Difference between revisions of "Kubectl get ingressclass"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
 +
* Name: [[nginx]], [[alb]], [[webapprouting.kubernetes.azure.com]]
 +
 +
kubectl get ingressclass
 +
NAME    CONTROLLER                    PARAMETERS  AGE
 +
nginx  [[nginx.org/ingress-controller]]  <none>      148d
  
 
  kubectl get [[ingressclass]]
 
  kubectl get [[ingressclass]]
 
  NAME    CONTROLLER                  PARAMETERS    AGE
 
  NAME    CONTROLLER                  PARAMETERS    AGE
  [[alb]]      [[ingress.k8s.aws]]/alb     <none>        60d  
+
  [[alb]]      [[ingress.k8s.aws/alb]]    <none>        60d  
 +
 
 +
kubectl get ingressclass
 +
NAME    CONTROLLER            PARAMETERS  AGE
 +
nginx  [[k8s.io/ingress-nginx]]  <none>      48m
 +
 
 +
[[AKS]]
 +
kubectl get ingressclass
 +
NAME                                CONTROLLER                                PARAMETERS  AGE
 +
[[webapprouting.kubernetes.azure.com]]  [[webapprouting.kubernetes.azure.com/nginx]]  <none>      2d1h
 +
 
 +
 
 +
[[Play with K8s]]:
 +
kubectl get ingressclass  -A
 +
No resources found
 +
 
 +
Controllers:
 +
* [[nginx.org/ingress-controller]]
 +
* [[ingress.k8s.aws/alb]]
 +
* [[k8s.io/ingress-nginx]]
  
 
== Related ==
 
== Related ==
Line 12: Line 36:
 
  [[NGINX Ingress Controller]]
 
  [[NGINX Ingress Controller]]
 
  [[IngressClassName]]
 
  [[IngressClassName]]
 +
[[kubectl describe ingressclass nginx]]
 +
[[kubectl get storageclass]]
 +
[[helm install nginx]]
  
 
== See also ==
 
== See also ==

Latest revision as of 16:16, 18 July 2024

Advertising: