Skip to content

Deploying (2026)

Alex Gondek edited this page Jul 16, 2026 · 2 revisions

As of 2026, UBC's deployments of iPeer use Kubernetes and Helm Charts. Using some container-based system is probably the easier way to get started.

At the moment, we are unable to provide a full guide, but combining the following two resources should be enough to get started if you are able to run iPeer on your Kubernetes cluster:

  1. Find the container image you would like to run: https://github.com/ubc/iPeer/pkgs/container/ipeer (generally the latest master-tagged build should be safe)
  2. Use the chart from https://github.com/ubc/charts/tree/master/ipeer as a template for your deployment. (Note: in the future, this may be renamed to ipeer-classic)

Database migrations and edits are currently performed manually.

Clone this wiki locally