Learn Kubernetes with k3s - part2 - Networking
This post is the continuation of part 1.
Let us look closely at the commands that we have used to install k3s.
master1.sudo( "curl -sfL https://get.k3s.io | sh -s - server "
"--write-kubeconfig-mode 644 "
f"--node-external-ip={server_ip} "
"--flannel-external-ip "
"