Replies: 2 comments 13 replies
-
Since this discussion is related to #2188, I would be happy to see such a feature! |
Beta Was this translation helpful? Give feedback.
-
In a production environment, this can pose a security risk if a data plane can register itself with the control plane without safeguards. I think there are two aspects to this. First, the control plane must be explicitly configured with the data planes it trusts. The second aspect is discovery: how does a trusted data plane advertise its endpoint address to the control plane when it is not known ahead of time or may dynamically change? To solve both issues, why not just add configuration to the control plane to have one or more data plane entries with DNS names and rely on K8S or some other system that provides DNS services to handle the resolution? |
Beta Was this translation helpful? Give feedback.
-
Currently, when a new data-plane is added to a cluster, it needs to be manually registered on the control-plane through the
selector
api.Could be a good feature to have the data-plane being able to configure itself to the control-plane if configured to do so?
Thoughts and feedback appreciated.
Beta Was this translation helpful? Give feedback.
All reactions