-
-
Save tsprasath/7b7e331a2ed95606da5854d26c656cd7 to your computer and use it in GitHub Desktop.
Kubernetes 101 - Prerequisites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Kubernetes 101 | |
| Getting Started with Kubernetes | |
| Refer to slide deck: | |
| Introduction to kubernetes: https://www.slideshare.net/crevise/kubernetes-101-79552184 | |
| Lab Setup: | |
| We have 2 options for Lab setup. | |
| Option 1: | |
| Use: http://labs.play-with-k8s.com/ | |
| TODO: Few commands to be added here to use above as workshop env | |
| Option 2: | |
| Set up a 1 node cluster on your laptop. Refer to the steps below. | |
| Prerequisites: VirtualBox, VT-x or AMD-v virtualization must be enabled in your computer’s BIOS | |
| Minikube - Setup | |
| https://storage.googleapis.com/minikube/releases/latest/minikube-windows-amd64.exe | |
| Pen drive, 78 MB | |
| Rename it to minikube.exe | |
| Save to folder c:\k8s-training\bin | |
| Add c:\k8s-training\bin to your PATH | |
| Kubectl - Setup | |
| Download: https://storage.googleapis.com/kubernetes-release/release/v1.7.0/bin/windows/amd64/kubectl.exe | |
| Pendrive, 69 MB | |
| Save to folder c:\k8s-training\bin | |
| Add c:\k8s-training\bin to your PATH | |
| Verify Setup | |
| minikube start --vm-driver=virtualbox | |
| kubectl --help | |
| --------------------------------------------------------------------------------------------------- | |
| Refer to the below for the workshop examples: | |
| Workshop Examples: https://drive.google.com/open?id=0Bx4A5Df6NyGtYkRBaVJOd3dQd3c | |
| --------------------------------------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment