<div dir="ltr"><div>Thanks Flavio.</div><div>So SUSE CaaS v2 networking is flannel (overlay).</div><div>Regardless I set "hostNetwork: True" for Pod, the inter-nodes traffic will be still encapsulated in udp backend?</div><div>Any consideration for non-overlay networking solution for v3+?<br><br>Jerry</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 20, 2017 at 1:26 AM, Flavio Castelli <span dir="ltr"><<a href="mailto:fcastelli@suse.com" target="_blank">fcastelli@suse.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 12/11/2017 05:13 AM, Jerry Hwang wrote:<br>
> I have a general question.<br>
> CaaS v2 networking is flannel overlay networking using udp encapsulation<br>
> for traffic between nodes.<br>
> If my app is based on docker "host" networking (net=host), how to make<br>
> the app migration from docker to caas/kubernetes env possible?<br>
<br>
You can still tell kubernetes to create a pod that uses the host network:<br>
<br>
kind: Pod<br>
spec:<br>
  hostNetwork: True<br>
...<br>
<br>
However please evaluate whether that makes still sense in the kubernetes<br>
context.<br>
<br>
Cheers<br>
Flavio<br>
______________________________<wbr>_________________<br>
caasp-beta mailing list<br>
<a href="mailto:caasp-beta@lists.suse.com">caasp-beta@lists.suse.com</a><br>
<a href="http://lists.suse.com/mailman/listinfo/caasp-beta" rel="noreferrer" target="_blank">http://lists.suse.com/mailman/<wbr>listinfo/caasp-beta</a><br>
</blockquote></div><br></div>