Difference between revisions of "Kubernetes: Ingress controllers"

From wikieduonline
Jump to navigation Jump to search
Line 29: Line 29:
  
 
== Helm ==
 
== Helm ==
* [[helm install --set persistence.enabled=true grafana grafana/grafana --set ingress.enabled=true]]
+
* <code>[[helm install --set persistence.enabled=true grafana grafana/grafana --set ingress.enabled=true]]</code>
 
* [[Prometheus values.yml]] <code>https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml</code>
 
* [[Prometheus values.yml]] <code>https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml</code>
  

Revision as of 15:52, 30 December 2022

An API object that manages external access to the services in a cluster, typically HTTP. Ingress can provide:

Links:


Available Ingress controllers

Changes

  • GA in Release 1.19 (Aug 2020)
  • v1.18 (Mar 2020) New pathType resources: Exact, Prefix
  • Ingresses can specify the class they are associated with by using a new ingressClassName field on Ingresses



Helm

Related terms

Activities

See also

Advertising: