Networking¶
First, configure external access so we can run kubectl commands from our own machine.
Confirm the you can now call the following:
Configure WeaveNet¶
kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')&env.IPALLOC_RANGE=10.200.0.0/16"
Confirm WeaveNet works¶
It should look like this:
NAME READY STATUS RESTARTS AGE
weave-net-fwvsr 2/2 Running 1 4h
weave-net-v9z9n 2/2 Running 1 4h
weave-net-zfghq 2/2 Running 1 4h
Configure CoreDNS¶
Before installing CoreDNS, please confirm networking is in order.
Warning
If nodes are not Ready, something is wrong and needs to be fixed before you continue.
Confirm CoreDNS pods¶
Confirm DNS works¶
Note
It should look like this:
Last update: 2019-08-31 13:29:28