skip to Main Content

accessing Kubernetes from remote hosts – Debian

I'm pretty sure I have something misconfigured or missing something. my home network is 10.11.0.0/16 I setup a kubernetes instance with sudo kubeadm init --pod-network-cidr=10.166.0.0/16 Then I installed calico with CALICO_IPV4POOL_CIDR=10.166.32.0/20 Then I setup MetalLB with apiVersion: v1 kind: ConfigMap…

VIEW QUESTION
Back To Top
Search