Capsule implements a multi-tenant and policy-based environment in your Kubernetes cluster. It is designed as a micro-services-based ecosystem with the minimalist approach, leveraging only on upstream Kubernetes.
This repository contains a Charm Operator for deploying Capsule in a Charmed Kubernetes cluster.
To install the charm, run:
# Create dedicated namespace on k8s cluster
juju add-model capsule-system
# Deploy capsule along with the charm operator
juju deploy --trust capsule-k8s
Read the official documentation here: capsule.clastix.io