Skip to content

Instantly share code, notes, and snippets.

@amy
Created June 2, 2017 02:28
Show Gist options
  • Save amy/038d8847239d20eb7057fbfb421d6255 to your computer and use it in GitHub Desktop.
Save amy/038d8847239d20eb7057fbfb421d6255 to your computer and use it in GitHub Desktop.
Learn the basics of Kubernetes from the perspective of creating a Helm Chart from scratch!
The Kubernetes cluster will be launched from Rancher, an open source container management software.
At the end of this workshop, you will have a functional understanding of pods, services, deployments,
Helm, Rancher, and more!
Why learn Kubernetes with Helm Charts?
Much of today's beginner educational content for Kubernetes uses the Kubernetes CLI tool. This can
make it hard to visualize the relationship between each command and debug your cluster. Learning how
to incrementally build Helm Charts provides a bigger picture of your cluster and is more reproducible.
Why is Rancher cool?
Rancher makes it easy to configure, deploy and manage Kubernetes, on any infrastructure!
I'm in, what are we doing?
- Gain a high level understanding of key Kubernetes concepts accompanied with a lot of diagrams
- Gain an understanding of Rancher's open source container management platform
- Incrementally build a Nginx Helm Chart
- Deploy Nginx from a Kubernetes cluster managed by Rancher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment