catalogue-k8s - Getting started

Using the catalogue-k8s charm is extremely easy, and it gives you a convenient way to access all your charms.

First, deploy catalogue-k8s and some charms that support the catalogue relation:

∮ juju deploy catalogue-k8s catalogue
# Deploy some charms that have a 'catalogue' integration (--trust needed for resource patch)
∮ juju deploy prometheus-k8s prometheus  --trust
∮ juju deploy grafana-k8s grafana --trust

Then, relate them:

∮ juju relate catalogue:catalogue prometheus
∮ juju relate catalogue:catalogue grafana

If you now open the catalogue website, you’ll see the apps you added in the UI!

∮ juju run catalogue/leader get-url

image