I have an app that needs to run on 16 different ports. I plan to have several containers containing one or more apps like that in each. The point here is avoiding conflicts when mapping ports from containers to the local host machine (used port problem). I need a way that is programmable and automatic. Can I get done with kubernetes-python and how?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to config containerPort dynamic, for example by configMap | 1 | 97 | January 26, 2025 | |
Why does K8S allow multiple port name definitions for a single port | 4 | 2986 | May 10, 2022 | |
Is a Pod can running multi different app containers? | 2 | 928 | August 21, 2023 | |
Whether auto-assigned nodeport will cause port conflicts | 0 | 683 | July 27, 2022 | |
Kubernetes Ports in Use | 0 | 541 | July 23, 2024 |