capsule
capsule copied to clipboard
Multi-tenancy and policy-based framework for Kubernetes.
I added a Makefile command to create a reference.md file into docs starting from CRDs from config/crd/base. The tool chosen is a result of several trials since: - standard kubernetes...
# Bug description There is an issue in the documentation on the following link: [https://capsule.clastix.io/docs/general/tutorial/#assign-resources-quota](https://capsule.clastix.io/docs/general/tutorial/#assign-resources-quota ) Check the **Pods and containers limits** paragraph: ``` apiVersion: capsule.clastix.io/v1beta1 kind: Tenant metadata: name:...
PR #423 closing #407 addressed the issue for the `v1beta1` API version. The changes must be reversed on `v1beta2` to avoid the use of annotations.
PR #417 closing #219 addressed the feature using annotations, however, these changes must be addressed for the new API version, such as `v1beta2`.
### Describe the feature This issue tracks the work to document how to use Capsule in a GCP environment with GKE and GCP IAM. ### What would the new user...
> ### This is a draft of the proposal. ### Describe the feature It would be useful to let Capsule set all the needed RBAC and identities for a machine...
# Describe the feature Generally it's a default value for `priorityClasses`, `storageClasses` and `allowedClasses` (Ingress). Adding a default value would simplify working in the tenant for the customer, since they...
As #596 is completed, the new metrics exported by the Capsule Proxy must be exposed in a Grafana dashboard in order to provide more visibility on this component. Let's evaluate...
closes #451 This commit adds pkg/stats that defines prometheus counters for active and cordoned tenants. These metrics are exposed to controller-runtime. So they are visible on the controller metrics endpoint....
This attempts to address #525 which is related to #416. problem this commit is trying to solve ---- ``` Alice would like to create several resources on each of their...