Apiserver-Only Clusters for Fun and Profit
Offered By: CNCF [Cloud Native Computing Foundation] via YouTube
Course Description
Overview
Explore the concept of apiserver-only Kubernetes clusters in this conference talk by Matt Turner and Liam White from Tetrate. Learn how to leverage the extensibility of Kubernetes by running just the apiserver and database components without the controller-manager, scheduler, or workload support. Discover how this bare-bones configuration can host Custom Resource Definitions (CRDs) and Operators, making it an ideal lightweight control plane for other systems. Follow along as the speakers demonstrate how an Operator, specifically Istio, can function on this minimalist control plane to provide networking services to external resources like virtual machines. Gain insights into the theory behind this deployment style and receive practical guidance on setting it up yourself. Understand the potential applications and benefits of using apiserver-only clusters for creating efficient, purpose-built control planes.
Syllabus
Apiserver-Only Clusters for Fun and Profit - Matt Turner & Liam White, Tetrate
Taught by
CNCF [Cloud Native Computing Foundation]
Related Courses
Ultimate PrometheusUdemy Creating Custom Resources in Kubernetes
Pluralsight Extending Kubernetes with Operator Patterns
LinkedIn Learning Extending Kubernetes - Moving Compose on Kubernetes from a CRD to API Aggregation
Docker via YouTube Introduction to the Operator SDK - Building Kubernetes Operators
Rawkode Academy via YouTube