Skip to content

Commit ae8cb22

Browse files
authored
Merge pull request #43 from rfranzke/gardener-readme
📖 Add Gardener provider to README.md
2 parents 06b9a0a + 9e7f212 commit ae8cb22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ multicluster-runtime is a Go library to write Kubernetes controllers that reconc
1616

1717
- **dynamic fleet orchestration**: So-called providers interact with multi-cluster solutions like Cluster API and dynamically start and stop reconciliation against clusters discovered through the provider.
1818
- **no fork, no go mod replace**: clean extension to [upstream controller-runtime](https://github.com/kubernetes-sigs/controller-runtime).
19-
- **universal**: Any kind of multi-cluster solution could theoretically be supported (kind, [cluster-api](https://github.com/kubernetes-sigs/cluster-api), [Gardener](https://gardener.cloud/) (tbd), [kcp](https://kcp.io), BYO). Cluster providers make the controller-runtime multi-cluster aware.
19+
- **universal**: Any kind of multi-cluster solution could theoretically be supported (kind, [cluster-api](https://github.com/kubernetes-sigs/cluster-api), [Gardener](https://gardener.cloud/), [kcp](https://kcp.io), BYO). Cluster providers make the controller-runtime multi-cluster aware.
2020
- **seamless**: add multi-cluster support without compromising on single-cluster. Run in either mode without code changes to the reconcilers.
2121

2222
## Patterns Possible with multicluster-runtime
@@ -56,6 +56,7 @@ Run reconcilers that listen to some cluster(s) and operate other clusters.
5656
The following cluster provider implementations exist outside of this repository:
5757

5858
- [kcp-dev/multicluster-provider](https://github.com/kcp-dev/multicluster-provider): Collection of multicluster-runtime providers to interact with [kcp](https://kcp.io)'s logical clusters.
59+
- [gardener/multicluster-provider](https://github.com/gardener/multicluster-provider): A multicluster-runtime provider to interact with [Gardener](https://gardener.cloud)'s shoot clusters.
5960

6061
## Code Sample
6162

0 commit comments

Comments
 (0)