https://github.com/sap/cap-operator
CAP Operator manages and automates the lifecycle of multi-tenant SAP Cloud Application Programming Model (CAP) based applications on Kubernetes.
https://github.com/sap/cap-operator
cap-operator k8s-operator sap-cns
Last synced: 4 months ago
JSON representation
CAP Operator manages and automates the lifecycle of multi-tenant SAP Cloud Application Programming Model (CAP) based applications on Kubernetes.
- Host: GitHub
- URL: https://github.com/sap/cap-operator
- Owner: SAP
- License: apache-2.0
- Created: 2023-07-10T11:59:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T07:31:31.000Z (4 months ago)
- Last Synced: 2025-02-03T08:29:01.550Z (4 months ago)
- Topics: cap-operator, k8s-operator, sap-cns
- Language: Go
- Homepage: https://sap.github.io/cap-operator/
- Size: 2.22 MB
- Stars: 20
- Watchers: 2
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [CAP Operator](https://sap.github.io/cap-operator/)
[](https://github.com/SAP/cap-operator/blob/main/go.mod#L3)
[](https://pkg.go.dev/github.com/sap/cap-operator)
[](https://goreportcard.com/report/github.com/sap/cap-operator)
[](https://sonarcloud.io/summary/overall?id=SAP_cap-operator)
[](https://github.com/SAP/cap-operator/actions/workflows/github-code-scanning/codeql)
[](https://www.bestpractices.dev/projects/7803)
[](https://api.reuse.software/info/github.com/SAP/cap-operator)CAP Operator manages the lifecycle operations involved in running multi-tenant CAP applications on Kubernetes clusters, primarily project "Gardener" managed clusters.
#### Documentation
Visit the [Documentation](https://sap.github.io/cap-operator/docs) to find out how to install and use the CAP Operator#### Setup
The operator can be deployed using the [helm chart](https://github.com/sap/cap-operator-lifecycle/tree/main/chart) which is part of [CAP Operator Lifecycle](https://github.com/sap/cap-operator-lifecycle) repo.#### CRDs
CRDs for the CAP Operator can be applied from the [./crds](./crds) folder, these are also copied over to the [helm chart](https://github.com/sap/cap-operator-lifecycle/tree/main/chart) when released.## Support, Feedback, Contributing
This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/cap-operator/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](CONTRIBUTING.md).
## Code of Conduct
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](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.
## Licensing
Copyright 2025 SAP SE or an SAP affiliate company and cap-operator contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/cap-operator).