Before You Start
#
1. Install Docker Desktop
#
- Install Docker Desktop for your machine.
- Navigate to Settings for Mac, Windows, or Linux.
- Select Apply & Restart.
2. Install Pachctl CLI
#
- Install Helm:
- Add the Pachyderm repo to Helm:
helm repo add pachyderm https://helm.pachyderm.com
helm repo update
- Install Pachyderm:
This may take several minutes to complete.
4. Verify Installation
#
- In a new terminal, run the following command to check the status of your pods:
NAME READY STATUS RESTARTS AGE
pod/console-5b67678df6-s4d8c 1/1 Running 0 2m8s
pod/etcd-0 1/1 Running 0 2m8s
pod/pachd-c5848b5c7-zwb8p 1/1 Running 0 2m8s
pod/pg-bouncer-7b855cb797-jqqpx 1/1 Running 0 2m8s
pod/postgres-0 1/1 Running 0 2m8s
- Re-run this command after a few minutes if
pachd
is not ready.
5. Connect to Cluster
#
pachctl connect http://localhost:80
Note
If the connection commands did not work together, run each separately.
Optionally open your browser and navigate to the Console UI.
Tip
You can check your Pachyderm version and connection to pachd
at any time with the following command:
COMPONENT VERSION
pachctl 2.12.0
pachd 2.12.0