Skip to content

NullIsNot0/containerslab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

Containers Lab notes

Prerequisites:

Lab scenario

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

if you get stuck - its a really good idea to use this :)

https://github.com/palma21/k8slabproctor

to get kubernetes dashboard up and running use:
kubectl proxy
127.0.0.1:8001
add the following to the end: /     

               USE THIS WHEN YOU ARE USING AZURE FREE [update git]:
az acs create --orchestrator-type kubernetes --resource-group workshopno --name myK8SCluster --agent-count 1 --generate-ssh-keys --verbose
 

use this for if you cannot share your c drive:
https://blogs.msdn.microsoft.com/stevelasker/2016/06/14/configuring-docker-for-windows-volumes/  

Free version: remember to add following in the azure portal (in order to deploy containers 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

Free account does NOT work in West UK!

  Symantec AV protection can block kubectl get-credential command while running inside Linux sub system for Windows. Sudo apt-get update also fails.

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

Contact

Bartłomiej Zass, bzass@microsoft.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published