Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 585 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 585 Bytes

Kubernetes experiments

Tutorials, excercises and experiments on K8S.

Install Deis

Ensure you have helm installed and properly configured:

helm version

This should show the client and server version. If server version is missing you should init helm:

helm init

Now install Deis Workflow

helm repo add deis https://charts.deis.com/workflow
helm install deis/workflow --namespace deis

The complete tutorial to install Deis on AWS is here.