Git Product home page Git Product logo

aks-levelup's Introduction

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

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.

aks-levelup's People

Contributors

mosabami avatar eldong avatar danimal521 avatar robvet avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.