ClusterProvider Gardener is a ClusterProvider
as described in the OpenMCP Architecture Docs. It implements our Cluster API.
It is a k8s contorller which manages Gardener shoot clusters based on Cluster
resources and can grant access to these shoot clusters based on ClusterRequest
resources.
In combination with the openMCP Operator, this controller can be deployed via a simple k8s resource:
apiVersion: openmcp.cloud/v1alpha1
kind: ClusterProvider
metadata:
name: gardener
spec:
image: "ghcr.io/openmcp-project/images/cluster-provider-gardener:v0.2.0"
To run it locally, run
go run ./cmd/cluster-provider-gardener/main.go init --environment default --kubeconfig path/to/kubeconfig
to deploy the CRDs that are required for the controller and then
go run ./cmd/cluster-provider-gardener/main.go run --environment default --kubeconfig path/to/kubeconfig
See the documentation for further details regarding resources and configuration.
This project is open to feature requests/suggestions, bug reports etc. via GitHub issues. Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our Contribution Guidelines.
If you find any bug that may be a security problem, please follow our instructions at in our security policy on how to report it. Please do not create GitHub issues for security-related doubts or problems.
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its Code of Conduct at all times.
Copyright 2025 SAP SE or an SAP affiliate company and cluster-provider-gardener contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.