Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
From Tweet to BadIdea - Creating an Embeddable Kubernetes Style API Server
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Who am I
- 3 Back to Twitter
- 4 Why use crds
- 5 Cost of crds
- 6 Research
- 7 Current State
- 8 Goal
- 9 Existing tooling
- 10 CRDbased tooling
- 11 Why not just use the underlying libraries
- 12 Standalone use case
- 13 GitHub organization
- 14 BadIdea repository
- 15 Dependencies
- 16 Application Overview
- 17 Rest Configuration
- 18 Controller Manager
- 19 Cubeconfig
- 20 Creating a Resource
- 21 Whats Missing