Skip to main content

Install Pomerium Zero

Learn how to install Pomerium Zero.

note

If you haven't signed up for Pomerium Zero, you can create an account for free.

info

Pomerium Zero provides a hosted configuration UI for managing your Pomerium configurations. You can migrate to Pomerium Zero by importing your existing configuration.

See Import Core Config to Zero for more information.

To install Pomerium with Helm, run the following command:

helm install pomerium-zero oci://docker.io/pomerium/pomerium-zero \
--set pomeriumZeroToken=<CLUSTER_TOKEN> \
--namespace pomerium-zero \
--create-namespace

See the chart on GitHub for more details.

Update Pomerium Zero

Learn how to update Pomerium Zero.

To update Pomerium with Helm, run the following command:

helm upgrade pomerium-zero oci://docker.io/pomerium/pomerium-zero \
--namespace pomerium-zero \
--version <X.Y.Z>