Skip to main content

👋 Welcome to Defakto!

Let's discover Defakto (formerly 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.