ingress:
Jump to navigation
Jump to search
↑ https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer
ingress: enabled: true hosts: - "monitoring.example.com" path: "/grafana"
ingress: annotations: kubernetes.io/ingress.global-static-ip-name: XXXXX
Related: gcloud compute addresses
.../... status: loadBalancer: ingress: - hostname: a324242432.elb.ap-southeast-1.amazonaws.com .../...
apiVersion: v1[1] kind: Service metadata: name: my-service spec: selector: app.kubernetes.io/name: MyApp ports: - protocol: TCP port: 80 targetPort: 9376 clusterIP: 10.0.171.239 type: LoadBalancer status: loadBalancer: ingress: - ip: 192.0.2.127
kind: NetworkPolicy
Related[edit]
helm install --set persistence.enabled=true grafana grafana/grafana --set ingress.enabled=truekind: IngresspathType:- values.yaml
See also[edit]
ingress:, pathType:kind: Ingress, nginx.ingress.kubernetes.io, networking.k8s.io/[v1Beta,v1 ], extensions/v1beta1, ingress.spec.rules, kubectl apply -f ingress.yaml, spec.tls, ingressClassName
Advertising: