Skip to content

Latest commit

 

History

History
126 lines (92 loc) · 3.96 KB

README.md

File metadata and controls

126 lines (92 loc) · 3.96 KB

PRs Welcome

SIGHUP Training Exercises

A curated collection of exercises to prepare you as Kubernetes black belt! With this exercise and demos you will have a good understanding and implementation of Kubernetes eco-system. What matters is that you enjoy the learning process.

About The Repo

This repository will contain a list of hands-on exercises and demos for you to attempt and up skill yourself.


Prerequisites

This tutorial assumes some basic prerequisite, you need:

🔹 1. Cluster Setup

Curated list of local Kubernetes Clusters

Kind

Quickstart - Read more
cd cluster-setup/kind
make kind

More information about the setup can be found here.

More information about Kind.


Minikube

Quickstart - Read more
cd cluster-setup/minikube
make minikube   

More information about the setup can be found here.

More information about Minikube.


Vagrant

Quickstart - Read more
cd cluster-setup/vagrant
make vagrant

More information about the setup can be found here.

More information about Vagrant.


Free Kubernetes Online Environment

🔹 2. Examples

Learning Kubernetes can seem challenging. But fear not! Here's a curated list of delightful set of hands-on labs that covers from the Fundamentals to Certified!

This type of exercises will guide you step by step in understanding the various aspects of the technologies.

       ⚪ Docker
       ⚪ Kubernetes

⚠️ This repo is still quite new and we are working on adding as many learning resources and projects as possible, so please do bear with us