Skip to content

Latest commit

 

History

History
79 lines (57 loc) · 4.35 KB

howto-deploy-helm.md

File metadata and controls

79 lines (57 loc) · 4.35 KB

Deploying Azure Industrial IoT Platform Microservices Using Helm

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 of azure-industrial-iot Helm chart to deploy 2.5 version of Azure Industrial IoT Platform microservices.
  • 0.2.0 version of azure-industrial-iot Helm chart to deploy 2.6 version of Azure Industrial IoT Platform microservices.
  • 0.3.1 version of azure-industrial-iot Helm chart to deploy 2.7 version (up until 2.7.199) of Azure Industrial IoT Platform microservices.
  • 0.3.2 version of azure-industrial-iot Helm chart to deploy 2.7.206 version of Azure Industrial IoT Platform microservices.
  • 0.4.0 version of azure-industrial-iot Helm chart to deploy 2.8.0 version of Azure Industrial IoT Platform microservices.
  • 0.4.1 version of azure-industrial-iot Helm chart to deploy 2.8.1 version of Azure Industrial IoT Platform microservices.
  • 0.4.2 version of azure-industrial-iot Helm chart to deploy 2.8.2 version of Azure Industrial IoT Platform microservices.
  • 0.4.3 version of azure-industrial-iot Helm chart to deploy 2.8.3 version of Azure Industrial IoT Platform microservices.

Installing The Chart

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 latest documentation and chart sources please check deploy/helm/azure-industrial-iot/ directory on main branch.

Helm Repositories

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

Helm Hub

You also can find azure-industrial-iot Helm chart on Helm Hub.