Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ekrengel/introk8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACT-W Introduction to K8s

This workshop was developed for ACT-W Seattle 2018.

Installations

There is a number of open-source software you will need to install to follow along with the workshop.

Minikube

Minikube is a tool that allows you to run Kubernetes locally on your computer.

You can find install instructions for minikube here. If you use homebrew the easiest thing to do is run this command:

brew cask install minikube

You can verify you have installed minikube by running:

minikube version

Kubectl

Kubectl is the command-line tool for interfacing with Kubernetes. It allows you to deploy and manage your apps.

Installation instructions can be found here. Once again our recommendation is to use homebrew for this:

brew install kubernetes-cli

You can verify you have installed kubectl by running:

kubectl version

Step by Step Guide

If you would like to walk through the workshop on your own, follow the step-by-step guide.

About

ACT-W Introduction to K8s

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published