Smana / workshop_kubernetes_2021

Getting started with Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Kubernetes (through hands-on)

This repository aims to quickly learn the basics of Kubernetes.

⚠️ None of the examples given here are made for production.

Requirements

Agenda

Cleanup

Pretty simple we’ll drop the whole k3d cluster

$ k3d cluster delete workshop
INFO[0000] Deleting cluster 'workshop'
...
INFO[0008] Successfully deleted cluster workshop!

➡️ You may want to continue with the Helm workshop

About

Getting started with Kubernetes

License:Apache License 2.0