Installation using Terraform
In this guide we will walk through installing the extension to your Azure Kubernetes Service (AKS) cluster with Terraform.
Before you begin
- This guide assumes a basic understanding of Kubernetes and Terraform
- If you don't have a AKS cluster setup already you can follow the official documentation to create one.
Review the Terraform file
The Terraform file used to deploy your extension should look something like this:
You might need a agreement for the marketplace, it can be created through code like this:
The resource defined in the Terraform file:
Deploy the Terraform file
Deploy the Terraform file using either Azure CLI
It takes a couple of minutes to deploy the extension. Wait for it to be deployed before moving on to the next step.
Validate the Terraform deployment
To check what extensions are installed on your AKS cluster, run the following command:
You can also make sure the ingress is running in your cluster by checking the pods in the ingress-nginx
namespace.
Next steps
In this guide you added the HSM Ingress Controller extension to your AKS cluster. To use the Ingress to direct traffic to your deployments you need to create an Ingress resource. This will be covered in the next guide.