Comments on: Kubernetes playground – How to Load Balance with MetalLB https://vzilla.co.uk/vzilla-blog/building-the-home-lab-kubernetes-playground-part-7 One Step into Kubernetes and Cloud Native at a time, not forgetting the world before Wed, 09 Jun 2021 08:17:05 +0000 hourly 1 https://wordpress.org/?v=6.8.1 By: Phillip Hardy https://vzilla.co.uk/vzilla-blog/building-the-home-lab-kubernetes-playground-part-7#comment-34164 Wed, 09 Jun 2021 08:17:05 +0000 https://vzilla.co.uk/?p=2651#comment-34164 In reply to Phillip Hardy.

Looks like it might be a formatting issue, as when I replied with you with – – form, its changed it to a single – from.

When I copy and paste it into notepad, it is one dash.

Interesting.

]]>
By: Phillip Hardy https://vzilla.co.uk/vzilla-blog/building-the-home-lab-kubernetes-playground-part-7#comment-34163 Wed, 09 Jun 2021 08:14:12 +0000 https://vzilla.co.uk/?p=2651#comment-34163 I think Macro might mean this command under “# On the first install only”

kubectl create secret generic -n metallb-system memberlist –from-literal=secretkey=”$(openssl rand -base64 128)”

–from-literal=

https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands

Cheers Mate. This is good stuff.

]]>
By: michaelcade https://vzilla.co.uk/vzilla-blog/building-the-home-lab-kubernetes-playground-part-7#comment-32877 Sat, 13 Mar 2021 17:38:52 +0000 https://vzilla.co.uk/?p=2651#comment-32877 In reply to Marco.

Thanks, Marco, I checked and I did have two dashes unless it is somewhere else in the post as well. and I have added the command to create the namespace.

]]>
By: Building the home lab Kubernetes playground – Part 10 | vZilla https://vzilla.co.uk/vzilla-blog/building-the-home-lab-kubernetes-playground-part-7#comment-32871 Sat, 13 Mar 2021 16:42:57 +0000 https://vzilla.co.uk/?p=2651#comment-32871 […] then we can continue to install Kasten K10 into our cluster. This command will be leveraging the MetalLB load balancer that we covered in a previous post to give us network access to the K10 dashboard later on, you […]

]]>
By: Marco https://vzilla.co.uk/vzilla-blog/building-the-home-lab-kubernetes-playground-part-7#comment-32797 Mon, 08 Mar 2021 08:32:23 +0000 https://vzilla.co.uk/?p=2651#comment-32797 Creating memberlist should be done after creating the namespace otherwise the pods will not start up and the option –from-literal= has only one dash in your example but it only works with two.

But now I know how to troubleshoot a not starting container. Maybe this was your intension 😉

]]>
By: Building the home lab Kubernetes playground – Part 8 | vZilla https://vzilla.co.uk/vzilla-blog/building-the-home-lab-kubernetes-playground-part-7#comment-32774 Sat, 06 Mar 2021 23:18:33 +0000 https://vzilla.co.uk/?p=2651#comment-32774 […] last post covered how to implement a load balancer such as MetalLB if you are running your learning environment outside the public cloud, the public cloud generally […]

]]>