First, let’s create a local Kubernetes cluster using kind:
Copy
Ask AI
kind create cluster
This will create a new cluster and configure your kubectl to use it.
2. Install External Secrets Enterprise
Now, let’s install the External Secrets Enterprise bundle using our Helm chart. This chart includes all the necessary components, including the web UI.
The installation bundle is for a Trial License, which is available at https://externalsecrets.com/trial-license. By installing this bundle, you agree to the license terms.
The Helm installation will wait until everything is up and running.
This can take up to 10 minutes due to image downloads.You can disable this behavior by setting global.waitForReady=false.
This command installs the esi-bundle chart and all its dependencies, including an ingress controller.
3. Access the Web UI
To access the web UI, you need to port-forward the Traefik service that was installed as part of the bundle. Traefik is used as an Ingress controller to expose the UI.
Now that you have External Secrets Enterprise up and running, you can start exploring its features. Head over to our Workflows Tutorial to see some use cases and learn how to get the most out of the product.