[caasp-beta] caas v2 networking

Flavio Castelli fcastelli at suse.com
Wed Dec 20 02:26:21 MST 2017


On 12/11/2017 05:13 AM, Jerry Hwang wrote:
> I have a general question.
> CaaS v2 networking is flannel overlay networking using udp encapsulation
> for traffic between nodes.
> If my app is based on docker "host" networking (net=host), how to make
> the app migration from docker to caas/kubernetes env possible?

You can still tell kubernetes to create a pod that uses the host network:

kind: Pod
spec:
  hostNetwork: True
...

However please evaluate whether that makes still sense in the kubernetes
context.

Cheers
Flavio


More information about the caasp-beta mailing list