Install the AKS Engine on Azure Stack to Deploy Kubernetes Cluster and Start Deploying Applications with Kubeapps

Bitnami provides a web-based dashboard for Kubernetes called Kubeapps. It allows you to browse Helm charts from public and private repositories, deploy applications into your cluster, and customize your deployments with ease. In addition, Kubeapps enables you to browse and provision external services from the Service Catalog and available Service Brokers from your AKS clusters.

With this series of tutorials you will learn how to:

  • Install the AKS Engine in Azure Stack
  • Create a Kubernetes cluster in Azure Stack
  • Deploy an Nginx Ingress Controller for load balancing Kubernetes services
  • Install Cert-Manager to generate TLS certificates
  • Install Kubeapps using Helm
  • Deploy WordPress using the Kubeapps dashboard
  • Upgrade and delete deployments from the Kubeapps web interface

These articles enable you to deploy any application using Helm charts on a production cluster running on Azure Stack.

What will you learn?

  • Install the AKS Engine in Azure Stack
  • Create and secure a Kubernetes cluster in Azure Stack
  • Install Kubeapps using Helm
  • Deploy WordPress on an AKS cluster through the Kubeapps dashboard
  • Upgrade and delete the WordPress deployment

List of tutorials