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

Calico & K8S on Azure – can't access pods – Debian

I'm starting with K8S. I installed 2 Debian 10 VMs on Azure (1 master node & 2 slaves). I installed the master node with this doc: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ I installed Calico with this one : https://docs.projectcalico.org/getting-started/kubernetes/installation/calico#installing-with-the-kubernetes-api-datastore50-nodes-or-less I created a simple nginx…

VIEW QUESTION
Back To Top
Search