At the end of launching workers, the process needs to setup networking on KVM worker nodes. This is to allow communication between pods/services running on separate hosts within the Kubernetes cluster.
Right now, I believe this utilizes the default kubenet networking driver. Future enhancements might change or remove this networking option as there may be better options running on Triton.
There's a branch of this project which is performing exploratory work into the usage of Calico with or without tunneling. An optimization that hopefully provides more sound Kubernetes networking on Triton.
At the end of launching workers, the process needs to setup networking on KVM worker nodes. This is to allow communication between pods/services running on separate hosts within the Kubernetes cluster.
Right now, I believe this utilizes the default
kubenet
networking driver. Future enhancements might change or remove this networking option as there may be better options running on Triton.