Reference
PachCTL

Local Deployment

Learn how to deploy the Console UI locally.

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.

  • You must have Pachyderm installed locally (pachd and pachctl)
  • You must have a local Kubernetes cluster running.

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.