Completed
HELM Package manager for Kubernetes SQL Server available in the Helm Hub
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
SQL Server and Kubernetes
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 SESSION AIM To give you background knowledge (and code) to get started with Kubernetes
- 3 WHAT IS KUBERNETES? Kubernetes is a portable, extensible open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has…
- 4 WHY LEARN KUBERNETES? Leading orchestrator Easy to deploy and mantain containers Quick to spin up containers High availability built-in Big Data Clusters
- 5 MASTER Components for controlling the cluster
- 6 SERVICES An abstraction over a set of pods Provides a stable networking endpoint Different types
- 7 PERSISTENT VOLUMES Just a piece of storage in the cluster Lifecycle independent of the pods Can be either dynamic or static
- 8 PERSISTENT VOLUME CLAIMS Request for storage by a user Request for size and access type Pods reference Persistent Volume Claims
- 9 A PACKAGE MANAGER
- 10 HELM Package manager for Kubernetes SQL Server available in the Helm Hub