From the course: SQL Server Containerization: Modern Deployment Strategies for Data-Driven Organizations
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Kubernetes fundamentals - SQL Server Tutorial
From the course: SQL Server Containerization: Modern Deployment Strategies for Data-Driven Organizations
Kubernetes fundamentals
- [Instructor] As nice as containers are, they are hard to manage on their own, especially for enterprise environments. This issue can be solved through container orchestration and Kubernetes is exactly that, a container orchestrator. It starts by forming pods, which is simply a group of containers that belong together. Of course, a pod can also just consist of a single container. These pods are then scheduled and distributed across servers or nodes, and at least one of them is your control plane, you might have more, for HR requirements, and its only job is to manage the load across the other nodes, the worker nodes. It'll usually not run any workloads itself, except for some system containers. These nodes form your cluster, and in addition, you'll usually provide some external storage to persist your data and make your pods accessible through persistent endpoints, so-called services. To make sure the pods can communicate with each other, Kubernetes requires its own network or…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Kubernetes fundamentals3m 49s
-
(Locked)
Installing Kubernetes8m 24s
-
(Locked)
Deploying and accessing SQL Server on Kubernetes4m 41s
-
(Locked)
Working with and maintaining SQL Server on Kubernetes5m 5s
-
(Locked)
Integrating SQL Server on Kubernetes with Active Directory4m 3s
-
(Locked)
Azure Arc-enabled data services1m 16s
-
(Locked)
-