https://github.com/projectcapsule/capsule-proxy
Reverse proxy for Capsule Operator.
https://github.com/projectcapsule/capsule-proxy
capsule kubernetes kubernetes-controller multitenancy multitenant
Last synced: 6 months ago
JSON representation
Reverse proxy for Capsule Operator.
- Host: GitHub
- URL: https://github.com/projectcapsule/capsule-proxy
- Owner: projectcapsule
- License: apache-2.0
- Created: 2020-09-16T13:52:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T11:05:29.000Z (6 months ago)
- Last Synced: 2025-04-05T00:19:01.589Z (6 months ago)
- Topics: capsule, kubernetes, kubernetes-controller, multitenancy, multitenant
- Language: Go
- Homepage: https://github.com/projectcapsule/capsule
- Size: 1.49 MB
- Stars: 48
- Watchers: 5
- Forks: 42
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Capsule Proxy
This project is an add-on for [Capsule](https://github.com/projectcapsule/capsule), the operator providing multi-tenancy in Kubernetes.
`capsule-proxy` allows to overcome the limitations of Kubernetes API Server on listing owned cluster-scoped resources, like Namespace, Ingress and Storage Classes, Nodes, and others covered by Capsule.
## Documentation
You can find more detailed documentation [here](https://capsule.clastix.io/docs/general/proxy).
## Maintainers
Please, refer to the maintainers file available [here](.github/maintainers.yaml).
## Contributions
This is an open-source software released with Apache2 [license](./LICENSE). Feel free to open issues and pull requests. You're welcome!
Contributing is available in the related [guide](./CONTRIBUTING.md).