Helm is a package manager for Kubernetes which you can use to
deploy microservices of Azure Industrial IoT Platform into an existing Kubernetes cluster. To facilitate this
we have created azure-industrial-iot
Helm charts. You can use it for 2.5
, 2.6
, 2.7
and 2.8
versions
of our microservices:
0.1.0
version ofazure-industrial-iot
Helm chart to deploy2.5
version of Azure Industrial IoT Platform microservices.0.2.0
version ofazure-industrial-iot
Helm chart to deploy2.6
version of Azure Industrial IoT Platform microservices.0.3.1
version ofazure-industrial-iot
Helm chart to deploy2.7
version (up until2.7.199
) of Azure Industrial IoT Platform microservices.0.3.2
version ofazure-industrial-iot
Helm chart to deploy2.7.206
version of Azure Industrial IoT Platform microservices.0.4.0
version ofazure-industrial-iot
Helm chart to deploy2.8.0
version of Azure Industrial IoT Platform microservices.0.4.1
version ofazure-industrial-iot
Helm chart to deploy2.8.1
version of Azure Industrial IoT Platform microservices.0.4.2
version ofazure-industrial-iot
Helm chart to deploy2.8.2
version of Azure Industrial IoT Platform microservices.0.4.3
version ofazure-industrial-iot
Helm chart to deploy2.8.3
version of Azure Industrial IoT Platform microservices.
Please check documentation of azure-industrial-iot
Helm chart for steps on how to create Azure
infrastructure resources necessary to run Azure Industrial IoT Platform and how to deploy the chart to a
Kubernetes cluster:
- For
0.1.0
version of the Chart: Azure Industrial IoT Helm Chart v0.1.0 - For
0.2.0
version of the Chart: Azure Industrial IoT Helm Chart v0.2.0 - For
0.3.1
version of the Chart: Azure Industrial IoT Helm Chart v0.3.1 - For
0.3.2
version of the Chart: Azure Industrial IoT Helm Chart v0.3.2 - For
0.4.0
version of the Chart: Azure Industrial IoT Helm Chart v0.4.0 - For
0.4.1
version of the Chart: Azure Industrial IoT Helm Chart v0.4.1 - For
0.4.2
version of the Chart: Azure Industrial IoT Helm Chart v0.4.2 - For
0.4.3
version of the Chart: Azure Industrial IoT Helm Chart v0.4.3
For latest documentation and chart sources please check deploy/helm/azure-industrial-iot/
directory on main
branch.
You can find azure-industrial-iot
Helm chart in the following Helm Chart Repositories
-
https://azure.github.io/Industrial-IoT/helm
NOTE: This is the recommended Helm chart repository to use.
To add the repository:
helm repo add industrial-iot https://azure.github.io/Industrial-IoT/helm
-
https://azureiiot.blob.core.windows.net/helm
NOTE: This is a legacy Helm chart repository. We will keep updating it, but we recommend using
https://azure.github.io/Industrial-IoT/helm
.To add the repository:
helm repo add azure-iiot https://azureiiot.blob.core.windows.net/helm
-
https://microsoft.github.io/charts/repo
NOTE: This is a legacy Helm chart repository. We will keep updating it, but we recommend using
https://azure.github.io/Industrial-IoT/helm
.To add the repository:
helm repo add microsoft https://microsoft.github.io/charts/repo
You also can find azure-industrial-iot
Helm chart on Helm Hub.