https://github.com/stackitcloud/cloud-provider-stackit
The Official out-of-tree Kubernetes Cloud Controller Manager for STACKIT
https://github.com/stackitcloud/cloud-provider-stackit
cloud cloud-controller-manager csi-plugin kubernetes load-balancer stackit stackit-cloud
Last synced: 19 days ago
JSON representation
The Official out-of-tree Kubernetes Cloud Controller Manager for STACKIT
- Host: GitHub
- URL: https://github.com/stackitcloud/cloud-provider-stackit
- Owner: stackitcloud
- License: apache-2.0
- Created: 2025-10-16T12:33:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-20T14:58:34.000Z (about 2 months ago)
- Last Synced: 2026-01-20T23:13:52.990Z (about 2 months ago)
- Topics: cloud, cloud-controller-manager, csi-plugin, kubernetes, load-balancer, stackit, stackit-cloud
- Language: Go
- Homepage: https://stackit.cloud
- Size: 1.25 MB
- Stars: 23
- Watchers: 0
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Cloud Provider STACKIT
[](https://www.apache.org/licenses/LICENSE-2.0)
This repository contains varous components for running Kubernetes on STACKIT.
This provider allows your Kubernetes cluster to integrate directly with STACKIT APIs.
## Features
This repository hosts the following components:
- Cloud Controller Manager (CCM)
- STACKIT CSI driver
- Kubernetes Resources for the Manager
- Ginko bootstrapped Test Suite
Does not include:
- `readyz` and `healthz`
- Kubernetes Client with self authorization by `inClusterConfig`
## User Documentation
- Usage
- [Load Balancer](docs/load-balancer.md)
- [CSI Driver](docs/csi-driver.md)
- Administration
- [Deployment](docs/deployment.md)
- Development
- [Testing](docs/testing.md)
- [Release Procedure](docs/release-procedure.md)