diff --git a/Kubernetes.md b/Kubernetes.md index dcf9f15..c61a4f4 100644 --- a/Kubernetes.md +++ b/Kubernetes.md @@ -50,6 +50,9 @@ You can copy that file over to your PC to ``` And edit the server url from 127.0.0.1 to the ip addres of one of the control plane nodes +## K8s +For a "real" kubernetes deployment just use [kubespray](https://github.com/kubernetes-sigs/kubespray) + # Network configuration ## Installing MetalLB MetalLB hooks into your Kubernetes cluster, and provides a network load-balancer implementation. In short, it allows you to expose services via IP address.