Hacker News new | ask | show | jobs
by mystifyingpoi 50 days ago
> doesn't it already do SDN out of the box

Yes and no. Kubernetes defines specification about network behavior (in form of CNI), but it contains no actual implementation. You have to install the network plugin basically as the first setup step.