Skip to content

Assets to support AKS Level-Up Workshop on May 28th, 2021.

License

Notifications You must be signed in to change notification settings

ArtiomLK/aks-levelup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AKS LevelUp workshop

Introduction

Welcome to the AKS LevelUp workshop! The goal of this workshop is to build on your working knowledge of Azure Kubernetes Service (AKS).

This is not an introduction to Kubernetes workshop. The content in this workshop assumes that you have already completed the Azure Kubernetes Service Workshop and therefore have some working knowledge of AKS. The modules in this workshop include adavanced topics that are not covered in the Azure Kubernetes Service Workshop.

Pre-requisites

The following are required to participate in this workshop.

  • Azure Subscription (commercial or government)
  • An AKS instance resulting from the Azure Kubernetes Service Workshop.
    • The Security module will extend your existing fruit smoothies rating application.

If you do not have an AKS instance as mentioned above, then you can still participate in the 1st three topics with another AKS instance. If you need to create a new AKS instance, then you can do so quickly using the following commands:

# Sign-in to your subscription if you're not already signed-in.
az login

# Create the resource group for AKS
az group create --name levelup-rg --location eastus

# Creat the AKS cluster
az aks create --resource-group levelup-rg --name levelup-aks --node-count 2 --generate-ssh-keys

# Merge AKS credentials into ./kube/config, so you can run kubectl commands.
az aks get-credentials --resource-group levelup-rg --name levelup-aks

# Clone the github repo with the needed files
git clone https://github.com/usri/aks-levelup.git

We want your feedback!

Please provide some feedback on this workshop here:

FY21 Q4 LevelUP Learner Survey – Advanced AKS May 2021

Agenda

The agenda for this workshop is as follows:

Time (CST) Topic
9:00 AM Workshop Kickoff
9:10 AM Storage - Persistent Volumes, Claims, & Storage Classes
10:25 AM Kustomize
11:15 AM Break
11:25 AM Service mesh - Istio
12:15 PM Security
1:15PM Enterprise Scale for AKS Demo
1:30 PM End of Workshop

Support

During the live presentation of this workshop a team of procotors are available to support you and answer questions. Instructions on how to engage with the proctors during the live event will be conveyed at that time.

Presenters:

Rick Rainey

Rob Vettor

Dan Biscup

Eldon Gormsen

Ayobami Ayodewji

Coaches:

Chad Kittel

Jonathan Wang

Greg Roe

Mark Kizhnerman

About

Assets to support AKS Level-Up Workshop on May 28th, 2021.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published