jwreagor / k8s-bare-metal

Opinionated guide for building Kubernetes on Triton using Packer, Terraform and Ansible
Mozilla Public License 2.0
11 stars 2 forks source link

Create pod networking #7

Open jwreagor opened 7 years ago

jwreagor commented 7 years ago

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.

jwreagor commented 7 years ago

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.