-
Hey, With 1.8.0 out i decided to work on multi network/region support on my setup.
What i'd like to achieve is to have all machines linked using kubespan (usual, as if there were no private networks) Is this possible? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
KubeSpan requires 1-way connectivity between every pair of machines in the cluster. You can limit KubeSpan on announced endpoints via https://www.talos.dev/v1.8/reference/configuration/v1alpha1/config/#Config.machine.network.kubespan, but that would limit it globally, for all peers. Probably what you're asking is partially #8364 |
Beta Was this translation helpful? Give feedback.
-
I believe kubespan segmentation would solve my issue, indeed! Thanks! |
Beta Was this translation helpful? Give feedback.
KubeSpan requires 1-way connectivity between every pair of machines in the cluster.
You can limit KubeSpan on announced endpoints via https://www.talos.dev/v1.8/reference/configuration/v1alpha1/config/#Config.machine.network.kubespan, but that would limit it globally, for all peers.
Probably what you're asking is partially #8364