Allocate random port for internal components #11825
Labels
kind/improvement
Improvement on an existing feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
What happened?
When running more than one
kuma-dp
on a VM, users may encounter port conflicts. The Admin API uses port 9901, and the application probe uses port 9902. In such cases, users need to explicitly configure the ports for the nextkuma-dp
to avoid conflicts. We could implement a check to validate if the port is already in use, allocate a random available port, and log a message such as:application probe is exposed on port: xxxx
.The text was updated successfully, but these errors were encountered: