Skip to content

How worker to worker nodes communication works in Kamaji? #406

Discussion options

You must be logged in to vote

The communication between the Worker nodes and the Control Plane is definitely the same as you would have on a traditional Kubernetes cluster: the Control Plane endpoint refers to the IP used by your Tenant Control Plane.

This is trivial in flat networks, things get more complicated if the Control Plane is deployed in a private subnet, different from the worker nodes ones: and there are many reasons for this kind of setup, mostly for security reasons. In a such case, the worker nodes wouldn't be routable from the Kubernetes API Server, and here comes the konnectivity integration which provides a reverse tunnel to create a bi-directional communication between the API Server (which would be…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sahidrahman404
Comment options

@prometherion
Comment options

Answer selected by prometherion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants