Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Resources

Trevor Rosen edited this page Dec 4, 2018 · 7 revisions

Videos

Articles

Tutorials

  • Learn Kubernetes Basics - official tutorial from the team, covers much of the same material as this workshop
  • Kubernetes by Example - the OpenShift team has produced this excellent collection of informational pages, organized by resource/concept

Interesting Software

  • Kubernetes Operations - Nicknamed "kops", this is a powerful tool for building and managing K8s clusters. Out of the box, it's just one command to set up a small cluster on AWS EC2 with security groups, tags, etc.
  • Skaffold - a tool to help in Kubernetes-based development
  • Kube Builder - an SDK for creating custom Resource Controllers
Clone this wiki locally