contiv / netplugin

Container networking for various use cases
Apache License 2.0
512 stars 177 forks source link

how to expose service to “outside” with vxlan contiv network #1159

Open wayneliu0019 opened 5 years ago

wayneliu0019 commented 5 years ago

I've created a contiv network with "vxlan" Encap type, does anybody know how to expose my service to "outside" world ? it seems "external contracts" only support "vlan" network. https://contiv.io/documents/networking/aci_ug.html

if I try to expose my service in a "vxlan" network with ACI mode , I will get below error

[root@ip-172-31-32-131 ~]# netctl group create -t t01 -e webcontract  net01 g01
ERRO[0000] network type must be VLAN for ACI mode

how to make it accessible to the "outside" world? is there some other options except ACI ?

Description

Expected Behavior

Observed Behavior

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Your Environment