MuratOzturk / aks-workshop

This project contains Kocsistem's Azure Kubernetes Service workshop guides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Kubernetes Workshop

In this workshop, you'll go through tasks that will help you master the basic and more advanced topics required to deploy a multi-container application to Kubernetes on Azure Kubernetes Service (AKS)

Some of the things you'll be going through:

  • Create an Azure Kubernetes Service cluster
  • Deploy a MongoDB document database using Helm version 3
  • Kubernetes deployments, services and ingress
  • Create a private, highly available container registry
  • Azure Monitor for Containers, Horizontal Pod Autoscaler(HPA) and Cluster Autoscaler
  • Logging with Elasticsearch / Fluentbit / Kibana stack
  • Service Mesh with Linkerd

Prerequisites

The following are the basic requirements to start the labs. Individual labs may have other requirements that will be listed within the lab.

Application Architecture

Our goal is to deploy an Azure managed Kubernetes service that runs the Fruit Smoothies ratings website in the following series of exercises.

Application Architecture

There are several tasks that you'll complete to show how Kubernetes abstracts away complex container management and provides you with declarative configuration to orchestrate containers.

  1. Use AKS to deploy a Kubernetes cluster.
  2. Configure an Azure Container Registry to store application container images.
  3. Deploy the rating application components.
  4. Deploy Azure Kubernetes ingress using Helm
  5. Configure SSL/TLS on the controller using cert-manager
  6. Configure Azure Monitor for containers to monitor the Fruit Smoothies website deployment.
  7. Configure cluster autoscaler and horizontal pod autoscaler for the Fruit Smoothies cluster.

Application Overview

Application Overview

The application consists of 3 components:

  • A MongoDB document database
  • A public facing Rating RESTFul API
  • A public facing frontend application

Labs

Start with:

  1. Create AKS Cluster
  2. Deploy MongoDB via Helm 3
  3. Create a private highly available Container Registry
  4. Build and deploy Ratings API
  5. Build and deploy Ratings Web APP
  6. Deploy the Ratings web APP using Ingress
  7. Enable SSL/TLS on the Ratings web APP Ingress

Additional exercises:

Coming soon:

About

This project contains Kocsistem's Azure Kubernetes Service workshop guides

License:MIT License


Languages

Language:JavaScript 48.5%Language:Vue 46.2%Language:Dockerfile 3.1%Language:HTML 1.2%Language:Handlebars 1.0%