Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.06 KB

The Great K8s Workshop

Current status: Work in progress, definitely not ready to be read or used yet.

Goals

  • To demonstrate the value of building "kubernetes-native" systems on top of the kubernetes API
  • To provide a resource for those looking to understand more about the kubernetes API, especially with regards to extension and collaboration via use of CRDs and controllers
  • To provide practical examples, walkthroughs and exercises in order to help build and solidify k8s-related knowledge

Structure

This workshop is split into 4 main parts, as follows:

Requirements

  • A computer with a working Go development environment setup
  • minikube and kubectl
  • kubebuilder