Skip to content

smariussorin/containerslab

 
 

Repository files navigation

Containers Lab notes

Prerequisites:

Presentation decks

Note for Azure Trial subscriptions

To create ACS cluster on Azure Trial subscription, first register services:

az provider register -n Microsoft.Compute  
az provider register -n Microsoft.ContainerService  
az provider register -n Microsoft.Storage  
az provider register -n Microsoft.Network

Then remember to add --agent-count 1 to az acs command:

az group create -n YOUR_RESOURCE_GROUP -l westeurope

az acs create --orchestrator-type kubernetes --resource-group YOUR_RESOURCE_GROUP --name YOUR_CLUSTER_NAME --agent-count 1 --generate-ssh-keys --verbose  

Lab scenario

Attendees guide: https://github.com/palma21/k8slab

if you get stuck - its a really good idea to use: https://github.com/palma21/k8slabproctor

Advanced Kubernetes lab: https://github.com/tkubica12/kubernetes-demo

Notes

To get kubernetes dashboard up and running use:

kubectl proxy

127.0.0.1:8001 add the following to the end: /     

Use this if you cannot share your c drive:
https://blogs.msdn.microsoft.com/stevelasker/2016/06/14/configuring-docker-for-windows-volumes/     Symantec AV protection can block kubectl get-credential command while running inside Linux sub system for Windows. Sudo apt-get update also fails.

Contact

Bartłomiej Zass, linkedin.com/in/zassb/, bzass@microsoft.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 46.5%
  • Shell 25.7%
  • HTML 14.2%
  • Swift 7.0%
  • JavaScript 2.6%
  • Smarty 1.3%
  • Other 2.7%