SPIRL Cloud Intro
Thank you for joining our early access program! We are very excited to have you here.
This documentation will help you navigate SPIRL Cloud.
👋 Welcome to the SPIRL Documentation hub​
Let's discover SPIRL in less than 5 minutes.
Before you begin​
To start you'll need:
- A kubernetes cluster with cluster admin permissions
kubectl
- An internet connection
If you don’t have a Kubernetes cluster, you can create a local cluster with a single command using kind:
kind create cluster --name "cluster-1"
If you’d like to install the SPIFFE demo app (recommended), you will also need Helm.