This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Resources
Trevor Rosen edited this page Dec 4, 2018
·
7 revisions
- Introduction to Kubernetes - an explanatory video from the Linux Foundation
- The Illustrated Children's Guide to Kubernetes - a whimsical (yet quite informative) introduction to Kubernetes from very basic principles.
- Containers from Scratch - a truly invaluable presentation describing in comprehensive detail just what exactly a container is. Unless you're positive you know 100% of what's going on when a container image is built/run, you should watch this.
- The Kubernetes Effect - a long article describing Kubernetes as a new programming/operations paradigm. Especially helpful for experienced developers new to cloud-native concepts.
- Extending Kubernetes: Create Controllers for Core and Custom Resources - an excellent introduction to extending and customizing Kubernetes.
- 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
- 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