Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 514 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 514 Bytes

Kubernetes workshop

This workshop guides through Google Kubernetes, Docker and Jenkins CI

Things you might need:

VI cheat sheet

VI cheat sheet can be found here: http://vim.rtorr.com/

Connecting to Server

This what can help you!

chmod 600 ~/.ssh/gdg.pem
ssh -i ~/.ssh/gdg.pem [email protected] 

Connected?

To start kubernetes just run following command:

$ git clone https://github.com/akranga/kube-workshop.git
$ cd kube-workshop/lab-00

Feel free to start! with lab-00