Coder Social home page Coder Social logo

smariussorin / containerslab Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bzass/containerslab

0.0 2.0 0.0 100 KB

Shell 25.73% C# 46.41% HTML 14.21% JavaScript 2.56% Go 0.55% Java 0.44% PHP 0.22% Python 0.43% Ruby 1.13% Swift 7.03% Smarty 1.29%

containerslab's Introduction

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/, [email protected]

containerslab's People

Contributors

bzass avatar

Watchers

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