Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed May 6, 2022
1 parent 85d09cc commit 79ad4fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ If you want to install Kubernetes from scratch, you can try [kubespray](https://
- [Dynamic QoS](docs/qos.md)
- [Subnet Gateway and Direct connect](docs/subnet.md#gateway)
- [Pod Gateway](docs/pod-gw.md)
- [Multi-Cluster Network](docs/cluster-interconnection.md)
- Multi-Cluster Network
- [Multi Cluster with ovn-ic](docs/cluster-interconnection.md)
- [Multi Cluster with Submariner](docs/cluster-submariner.md)
- Network interconnection with OpenStack
- [Separated Kubernetes and OpenStack connected by OVN-IC](docs/OpenStackK8sInterconnection.md)
- [Kubernetes and OpenStack based on the same OVN deployment](docs/OpenstackOnKubernetes.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Multiple Cluster On KubeOVN
# Multiple Cluster with Submariner

Currently, multiple Kubernetes clusters need to be deployed for many obvious reasons.

However, some of the Kubernetes features still need to be preserved, as an example, service discover, and service IP.

This doc introduces some solutions to build multipe clusters.
This doc introduces some solutions to build multiple clusters.



Expand Down

0 comments on commit 79ad4fc

Please sign in to comment.