Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 574 Bytes

pre-reqs.md

File metadata and controls

23 lines (13 loc) · 574 Bytes

Pre-requisites

k3d

The demo uses rancher/k3d to spin up a cluster locally.

The installation guide for k3d can be found here.

Helm 3

Flux is installed using Helm 3.

The installation guide for this can be found here.

Kubeseal

Kubeseal is a binary which is used to sealed Kubernetes secret using the environments public key.

To download Kubeseal simply execute the following command:

make init