Hacker News new | ask | show | jobs
by amouat 3626 days ago
Kubernetes has a requirement that containers (more accurately "pods") can connect via a "flat networking space". How this is achieved varies between deployments, flannel, calico and weave are all common approaches. Kelsey Hightower's "Kubernetes the Hard Way" simply configured it at the router level: https://github.com/kelseyhightower/kubernetes-the-hard-way/b...
1 comments

That makes sense. Thanks for the link as well, i've been looking for something exactly like it. Looks like a great resource!