Kubernetes Ingress with MetalLB
Jump to navigation
Jump to search
Background
This page is to document the attempt of installing Kubernetes Ingress with MetalLB at AWS Cluster. Beforehand the kubernetes cluster is installed an all worker nodes has joined the master node. Refer to K8S Installation Process for installation process.
One can check the cluster nodes by using below command
kubectl get nodes
NAME STATUS ROLES AGE VERSION
kmaster Ready control-plane,master 23d v1.21.3
w1 Ready <none> 4d10h v1.22.0
w2 Ready <none> 23d v1.21.3