Difference between revisions of "Spec.IngressClassName"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
  
 
  [[ingressClassName: nginx]]
 
  [[ingressClassName: nginx]]
 +
[[ingressClassName: alb]]
 
  [[ingressClassName: ""]]
 
  [[ingressClassName: ""]]
  

Revision as of 18:07, 14 December 2023

ingressClassName: nginx
ingressClassName: alb
ingressClassName: ""


Single rule

spec:
  ingressClassName: nginx
  rules:
    - host: yourhost.com
      http:
        paths:
          - path: /
            pathType: Prefix
            backend:
              service:
                name: yourservicename
                port:
                  number: 80

Multiple rules

spec:
 ingressClassName: nginx
 rules:
   - host: chart-example.local
     http:
       paths:
         - path: /
           pathType: Prefix
           backend:
             service:
               name: grafana
               port:
                 number: 80
   - host: prometheus.chart-example.local
     http:
       paths:
         - path: /
           pathType: Prefix
           backend:
             service:
               name: prometheus-server
               port:
                 number: 80


Changes

  • Ingresses can specify the class they are associated with by using a new ingressClassName field on Ingresses

Related

See also

Advertising: