Skip to content

Latest commit

 

History

History
42 lines (39 loc) · 1.4 KB

index.md

File metadata and controls

42 lines (39 loc) · 1.4 KB

Capsule Documentation

Capsule helps to implement a multi-tenancy and policy-based environment in your Kubernetes cluster. It has been designed as a micro-services based ecosystem with minimalist approach, leveraging only on upstream Kubernetes.

Currently, the Capsule ecosystem comprises the following:

Documents structure

docs
├── index.md
├── lens-extension
│   └── overview.md
├── ns-filter
│   ├── overview.md
│   ├── sidecar.md
│   └── standalone.md
└── operator
    ├── contributing.md
    ├── getting-started.md
    ├── monitoring.md
    ├── overview.md
    ├── references.md
    └── use-cases
        ├── create-namespaces.md
        ├── custom-resources.md
        ├── images-registries.md
        ├── ingress-classes.md
        ├── ingress-hostnames.md
        ├── multiple-tenants.md
        ├── network-policies.md
        ├── nodes-pool.md
        ├── onboarding.md
        ├── overview.md
        ├── permissions.md
        ├── pod-security-policies.md
        ├── resources-quota-limits.md
        ├── storage-classes.md
        └── taint-namespaces.md