Code Monkey home page Code Monkey logo

k8onazure's Introduction

k8onazure

There are 12 modules in this series of demos for AKS. The folder structure is given below:

"aks-class"

|- Readme.txt  <-- This file provides the folder & file details
|- az-basic-cmd.bat <-- This batch file is used for setting up PowerShell environment. 
        [Step1: Execute above batch file with arg1=<subscription id>, arg2= eastus
		        arg1 - is the subscription id where AKS Cluster is created
				arg2 - is the location in Azure where AKS Cluster is created]
		[Note: Some lines(commented) are used for checking regions which supports 'Microsoft.ContainerService']
|- create-aksclass-demo-cluster.ps1	<-- This PowerShell script file is used for creating AKS Cluster 
        [Step2: Execute above batch file with arg1=eastus, arg2= 1.11.5
		        arg1 - is the location in Azure where AKS Cluster is created
				arg2 - is the version of Kubernetes in AKS Cluster ]			
|- m1  - Build the Task API sample and deploy to the cluster
|- m2  - core concepts (part 1)
|- m3  - core concepts (part 2)
|- m4  - workloads
|- m5  - DeamonSets
|- m6  - Mongo DB - Statefulset
|- m7  - Side car pattern
|- m8  - Windows Containers 
|- m9  - Dev Spaces
|- m10 - ACI, SVCCAT
|- m11 - Azure AKS demos
|- m12 - Istio,Prometheus,Grafana...

"az-basic-cmd.bat" file

It is executed in a powershell window in admin mode. It is used to login to azure and register necessary providers for AKS Cluster creation. Execute above batch file as below: "Example: .\az-basic-cmd.bat , "

Note:

  • Please use location as 'East US'/'Central US'/'West US 2'/'West Europe'/'Canada Central'/'Canada East region'

"create-aksclass-demo-cluster.ps1" file

This PS Script file is used for for creating an AKS Cluster.Execute '.\az-basic-cmd.bat' batch file first. Example: .\create-aksclass-demo-cluster.ps1 ,

Notes:

  • Allowed locations are 'East US'/'Central US'/'West US 2'/'West Europe'/'Canada Central'/'Canada East region'
  • Please use version > 1.11.x"

k8onazure's People

Contributors

vlele 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.