maas-site-manager-k8s

MAAS Site Manager Operator for Kubernetes

Channel Revision Published Runs on
latest/edge 50 23 Jan 2026
Ubuntu 24.04 Ubuntu 22.04
latest/edge 30 06 Dec 2024
Ubuntu 24.04 Ubuntu 22.04
1.0/beta 49 18 Dec 2025
Ubuntu 24.04
juju deploy maas-site-manager-k8s --channel 1.0/beta
Show information

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


Help improve this document in the forum (guidelines). Last updated 3 months ago.