Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 815 Bytes

File metadata and controls

38 lines (24 loc) · 815 Bytes

Install CLI

MacOS / Linux:

curl https://raw.githubusercontent.com/cyrildiagne/kuda/master/scripts/get-cli.sh -sSfL | sh

Initialize

The CLI must be initialized with a remote Kuda cluster configuration.

Using GCP

GCP provides a good environment for running Kuda.

Follow the installation guide for installing Kuda on GCP.

Then initialize your local configuration with your namespace.

kuda init <your_namespace> -p <your_domain>