Skip to content

This project contains Kocsistem's Azure Kubernetes Service workshop guides

License

Notifications You must be signed in to change notification settings

mezzofix/aks-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Kubernetes Service 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 *Choose the best deployment options for your Pods *Expose Pods to internal and external network users *Configure SSL/TLS for Azure Kubernetes Service ingress *Monitor the health of an Azure Kubernetes Service cluster *Scale your application in an Azure Kubernetes Service cluster

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. Exercise - Deploy Kubernetes with Azure Kubernetes Servicer
  2. Exercise - Create a private, highly available container registry
  3. Exercise - Deploy MongoDB
  4. Exercise - Deploy the ratings API
  5. Exercise - Deploy the ratings front end
  6. Exercise - Deploy an ingress for the front end
  7. Exercise - Enable SSL/TLS on the front-end ingress
  8. Exercise - Configure monitoring for your application
  9. Exercise - Scale your application to meet demand
  10. Summary and cleanup

About

This project contains Kocsistem's Azure Kubernetes Service workshop guides

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.5%
  • Vue 46.2%
  • Dockerfile 3.1%
  • HTML 1.2%
  • Handlebars 1.0%