Skip to content

DevOps-Represent/kubernetes-101

Repository files navigation

Kubernetes 101: A Workshop

What This Is

This is a workshop which introduces basic Kubernetes concepts - how to use it, why it's important, and where to get more information afterwards. This workshop is designed to be self-running, and contains practical and conceptual information inside the repository.

Prerequisites (Docker)

If you haven't done the Docker workshop yet, you can go through it here.

Prerequisites (Kubernetes)

The Really Easy Way (Using Google Kubernetes Engine)

We can run the workshop with GKE (Google Kubernetes Engine), as part of Google Cloud. Google Cloud is one of the big three platform providers (along with AWS and Azure) that serve a lot of the industry - and signup is simple. It's also free, as long as we clean up later.

Instructions are in this link. This is the best way to go!

Prerequisites (Git)

Setting up git

After you've setup an environment with Docker and Kubernetes, you're going to need some files from this repository for parts of this workshop. Make sure you clone the workshop in your Google Web Console:

git clone https://github.com/DevOps-Represent/kubernetes-101.git
cd kubernetes-101

The Workshop

After The Workshop

After the workshop, simply remove the cluster by clicking on the bin button on the cluster list page.

Google Won't Charge

Next Steps

If you enjoyed working with Kubernetes for this workshop, you might be interested in the following:

Certified Kubernetes Adminstrator Exam

This workshop covers many of the fundamentals for doing your Certified Kubernetes Adminstrator Exam

Some topics to study further to help you pass the exam are

  • The Kubernetes Command Line Tools - kubectl reference
  • Pipes and Redirects
  • Kubernetes and JSON

Extra Labs for you to try

About

A 101 on how to deploy applications to Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published