Skip to content

jasonwc/noobernetes.io

Repository files navigation

Welcome!

This site is for application developers new to the world of Kubernetes that want to explore some of its concepts. There are plenty of great guides out there for cluster operators, so this guide focuses on getting a brand new developer spun up on Kubernetes concepts and seeing it in action. Currently, this repo covers:

  • Docker basics: building and interacting with docker images
  • Kubernetes basics: writing Deployments and Services and interacting with a Kubernetes cluster
  • Horizontal Pod Autoscaling: using Kubernetes to scale a deployment based on CPU usage

Getting started

If you want to move quickly, you may choose to clone the repo before continuing on to the tutorials below:

git clone https://github.com/jasonwc/noobernetes.io.git

If you want to write the code yourself, go for it! If you'd rather skip to the end, all the required application code and manifests are included in the applications directory.

Tutorials

About

These tutorials were made as I was trying to learn Kubernetes for use at Mavenlink and as an example for a talk given to the Women Level Up meetup. I hope to add more to it as I continue to explore Kubernetes. PRs welcome!

Thanks

To my coworkers at Mavenlink for using this tutorial and helping improve it!

License

MIT

About

An introduction to Kubernetes, for noobs!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published