MAAS Site Manager Operator for Kubernetes
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 50 | 23 Jan 2026 | |
| latest/edge | 30 | 06 Dec 2024 | |
| 1.0/beta | 49 | 18 Dec 2025 |
juju deploy maas-site-manager-k8s --channel 1.0/beta
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
Set up a Reverse-Proxy Service
MAAS Site Manager requires a reverse-proxy service. Follow these steps to set one up. Alternatively, you may use the traefik-k8s reverse-proxy setup by the COS Lite bundle, which we link to at the end of this tutorial.
Deploy Traefik manually
First, enable the metallb microk8s addon:
IPADDR=$(ip -4 -j route get 2.2.2.2 | jq -r '.[] | .prefsrc')
sudo microk8s enable metallb:$IPADDR-$IPADDR
Then, deploy traefik-k8s in the msm model:
juju switch msm
juju deploy traefik-k8s
Next Step: Deploy MAAS Site Manager