Jump to content

Kubernetes: Difference between revisions

No change in size ,  16 February 2022
Line 144: Line 144:
;Notes
;Notes
* [https://stackoverflow.com/questions/57504063/calico-kubernetes-pods-cant-ping-each-other-use-cluster-ip https://stackoverflow.com/questions/57504063/calico-kubernetes-pods-cant-ping-each-other-use-cluster-ip]
* [https://stackoverflow.com/questions/57504063/calico-kubernetes-pods-cant-ping-each-other-use-cluster-ip https://stackoverflow.com/questions/57504063/calico-kubernetes-pods-cant-ping-each-other-use-cluster-ip]
}}
{{hidden | Ingress Controller (ingress-nginx) |
The ingress controller is used to forward HTTP requests to the appropriate ingress.<br>
See https://kubernetes.github.io/ingress-nginx/.
}}
}}
{{hidden | Local Balancer (MetalLB) |
{{hidden | Local Balancer (MetalLB) |
Line 164: Line 160:
helm upgrade --install --create-namespace -n metallb metallb metallb/metallb -f values.yaml
helm upgrade --install --create-namespace -n metallb metallb metallb/metallb -f values.yaml
</syntaxhighlight>
</syntaxhighlight>
}}
{{hidden | Ingress Controller (ingress-nginx) |
The ingress controller is used to forward HTTP requests to the appropriate ingress.<br>
See https://kubernetes.github.io/ingress-nginx/.
}}
}}
{{hidden | Add worker nodes |
{{hidden | Add worker nodes |