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: 3 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T09:47:07.000Z (5 months ago)
- Last Synced: 2026-01-13T19:24:16.863Z (5 months ago)
- Topics: capsule, kubernetes, kubernetes-controller, multitenancy, multitenant
- Language: Go
- Homepage: https://github.com/projectcapsule/capsule
- Size: 1.92 MB
- Stars: 57
- Watchers: 5
- Forks: 51
- Open Issues: 17
-
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).