kosmos-io / kosmos

The limitless expansion of Kubernetes. Make Kubernetes without boundaries
https://kosmos-io.github.io/website/
Apache License 2.0
182 stars 40 forks source link

Another solution to cluster network segment conflict for clusterlink #620

Open duanmengkk opened 1 month ago

duanmengkk commented 1 month ago

In situations where there are multiple Kubernetes clusters in existence, the cluster networks often conflict with each other. If a cross-cluster service needs to be deployed across multiple existing clusters, in the case of network segment conflicts, we can create a new ip pool that does not conflict. The pod-ip of the newly created pod will use the new ip pool address range, and the container networks between the new ip pools will be interconnected through clusterlink.