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
andpachctl
) - You must have a local Kubernetes cluster running.
Deploy #
- Open the terminal.
- 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
- Connect to Console by running the following command:
pachctl port-forward
- Open your browser and navigate to the localhost
console service port
number; typically 4000.