5 Comments
Feb 13, 2023Liked by jmcglock

Hello great work!! I followed your steps and i was able to create my cluster. The only problem is i cant find your demo ingress-routes on your GitHub to continue and deploy my first app. Is there any place i can find them?

Thanks.

Expand full comment
author

That's awesome!

The ingress-routes will be located here: https://github.com/jmcglock/kubernetes

I realized after you commented that I had removed the ingress-routes for some reason.

I just committed them to the "traefik" directory in that repo.

Thanks for reading!

Expand full comment
Dec 31, 2022Liked by jmcglock

So where do you do the install of metalLB? you say "Now, let’s get started by first installing MetalLB.

Apply the following manifests:

is this done inside the Rancher Gui or ssh in one of the vms?

Expand full comment
Dec 31, 2022Liked by jmcglock

That command is being executed via “kubectl” so you can use your local system with access to that newly deployed kubernetes cluster.

According to metallb document it will install it under new namespace “metallb-system”

Reference : https://metallb.universe.tf/installation/#installation-by-manifest

I hope this will clatify it.

Expand full comment
author

Dhavel is right. Also, you can grab your kubeconfig file in Rancher (top right corner).

Expand full comment