Reference
PachCTL

Local Deployment

Learn how to deploy the Console UI locally.

May 26, 2023

Before You Start #

📖

A local installation helps you learn some of the Pachyderm basics and experiment with the product. It is not designed to be a production environment.

Deploy #

  1. Open the terminal.
  2. Verify your Kubernetes cluster is running via pachctl version.
    • If your cluster is up but the context is stale, run the following:
    pachctl config import-kube local --overwrite
    pachctl config set active-context local
  3. Connect to Console by running the following command:
    pachctl port-forward
  4. Open your browser and navigate to the localhost console service port number; typically 4000.