kubernetes set service cidr and pod cidr the same

こ雲淡風輕ζ 提交于 2019-11-30 20:02:52

To reply briefly:

    1. You do have to reserve both the pod-network range and the service network range. You can't use those on your LAN (and you can't have routes to it). Both ranges are configurable so you can pick something that is not used. Use ipcalc if you are unsure.
    1. You have to use separate ranges.

Check out these slides for explanation about the different networks in play.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!