maas-site-manager-k8s

MAAS Site Manager Operator for Kubernetes

Channel Revision Published Runs on
latest/edge 46 Today
Ubuntu 24.04 Ubuntu 22.04
latest/edge 30 06 Dec 2024
Ubuntu 24.04 Ubuntu 22.04
juju deploy maas-site-manager-k8s --channel edge
Show information

Platform:

Deploy MAAS Site Manager and PostgreSQL

In this section, we’ll deploy MAAS Site Manager and PostgreSQL, and create an integration between the two.

Before starting, make sure you are working in the correct Juju model:

juju switch msm

Deploy PostgreSQL

To deploy PostgreSQL, run the following:

juju deploy postgresql-k8s --channel 14/stable

Then, run juju status --watch 5s and wait for the postgresql-k8s/0 unit to report as waiting/idle.

Note: While waiting, postgresql-k8s may enter a blocked state, but will return to waiting/idle after some time

Deploy MAAS Site Manager

To deploy MAAS Site Manager and integrate it with PostgreSQL, run the following:

juju deploy maas-site-manager-k8s --channel latest/edge
juju integrate postgresql-k8s maas-site-manager-k8s

Finally, wait for both units to report as active/idle:

juju status --watch 2s

Next Step: Deploy Object Storage and S3 Integrator


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