(Part 2)
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.
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!
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?
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.
Dhavel is right. Also, you can grab your kubeconfig file in Rancher (top right corner).
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.
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!
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?
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.
Dhavel is right. Also, you can grab your kubeconfig file in Rancher (top right corner).