Prerequisites¶
Download & install the following tools to your Linux workstation:
-
Install kubectl to interact with kubernetes
- Confirm successful installation with
kubectl version --client(should succeed from any working directory).
- Confirm successful installation with
-
- Confirm successful installation with
docker --version
- Confirm successful installation with
-
If developing the DSS codebase, install Golang
- Confirm successful installation with
go version
- Confirm successful installation with
-
Install minikube (First step only).
Configuration¶
TBD
- Install tanka
- On Linux, after downloading the binary per instructions, run
sudo chmod +x /usr/local/bin/tk - Confirm successful installation with
tk --version
- On Linux, after downloading the binary per instructions, run
- Optionally install Jsonnet if editing the jsonnet templates.
Database¶
TBD
Install CockroachDB to generate CockroachDB certificates.
- These instructions assume CockroachDB Core.
- You may need to run
sudo chmod +x /usr/local/bin/cockroachafter completing the installation instructions. - Confirm successful installation with
cockroach version