From 9d6517b9a1943275182fb8ee9ecd04cff8fee0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Fri, 17 May 2024 09:29:19 +0000 Subject: [PATCH] Update Kubernetes --- Kubernetes.md | 3 +++ 1 file changed, 3 insertions(+) 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.