-
Урок 1.
00:02:23
How To Take This Course
-
Урок 2.
00:04:57
What and Why of Kubernetes
-
Урок 3.
00:04:14
Kubernetes Distributions
-
Урок 4.
00:05:42
Kubernetes Use Cases
-
Урок 5.
00:06:10
Kubernetes Architecture
-
Урок 6.
00:06:27
Kubernetes Physical Architecture
-
Урок 7.
00:04:15
Container Runtimes for Kubernetes
-
Урок 8.
00:04:04
The API and The Pod
-
Урок 9.
00:02:15
Installing Kubernetes for Learning
-
Урок 10.
00:03:14
Kubernetes with Docker Desktop (Windows 10 & macOS)
-
Урок 11.
00:10:20
Kubernetes with Minikube (VirtualBox)
-
Урок 12.
00:06:45
Kubernetes with MicroK8s (Linux)
-
Урок 13.
00:02:57
Kubernetes in Your Browser
-
Урок 14.
00:02:34
"Shpod" Course Container
-
Урок 15.
00:07:06
First Contact with Kubectl
-
Урок 16.
00:03:14
Kubectl Describe
-
Урок 17.
00:06:02
Exploring Resource Types
-
Урок 18.
00:02:04
Kubectl Get
-
Урок 19.
00:05:29
Kubectl Namespace Basics
-
Урок 20.
00:03:00
Kubernetes Newer Namespaces
-
Урок 21.
00:06:46
Your First Deployment with Kubectl
-
Урок 22.
00:04:58
Kubectl Logs
-
Урок 23.
00:04:11
Deleting Pods and Watching The Effects
-
Урок 24.
00:05:57
Kubectl Run CronJob
-
Урок 25.
00:03:15
Resource Creation and Run Changes
-
Урок 26.
00:05:35
Streaming Logs of Multiple Pods
-
Урок 27.
00:03:26
Better CLI Logs with Stern
-
Урок 28.
00:00:31
Cleanup Pingpong and CronJob
-
Урок 29.
00:06:28
A Deployment Visual Walkthrough
-
Урок 30.
00:06:39
Basic Service Types
-
Урок 31.
00:05:33
Exposing Pods with ClusterIP
-
Урок 32.
00:00:51
Layer 4 Services
-
Урок 33.
00:07:43
Testing Your ClusterIP Service
-
Урок 34.
00:01:27
Visualizing ClusterIP Traffic
-
Урок 35.
00:02:46
Headless Services
-
Урок 36.
00:03:14
Service Endpoints
-
Урок 37.
00:04:47
Kubernetes Network Model
-
Урок 38.
00:04:53
Container Network Interface: CNI Basics
-
Урок 39.
00:06:29
Our Sample Microservice App: DockerCoins
-
Урок 40.
00:04:46
DockerCoins Quick Compose
-
Урок 41.
00:06:32
Kubernetes Image Registries
-
Урок 42.
00:01:08
DockerCoins on Kubernetes
-
Урок 43.
00:04:45
Creating DockerCoins
-
Урок 44.
00:02:17
Exposing DockerCoins
-
Урок 45.
00:05:32
Scaling DockerCoins Deployments
-
Урок 46.
00:05:20
Httping Testing of DockerCoins
-
Урок 47.
00:04:50
Kubernetes Deployment YAML
-
Урок 48.
00:06:54
Kubernetes Dashboard
-
Урок 49.
00:02:25
Security Implications of Applying YAML
-
Урок 50.
00:03:52
DaemonSets for Per-Node Containers
-
Урок 51.
00:07:26
Forcing Deployments
-
Урок 52.
00:06:20
Labels and Selectors
-
Урок 53.
00:04:33
Resource Selectors
-
Урок 54.
00:05:37
Editing Pod Labels
-
Урок 55.
00:07:06
Editing Service Selectors
-
Урок 56.
00:03:55
More Label Uses
-
Урок 57.
00:09:05
YAML Creation Basics
-
Урок 58.
00:10:55
YAML From Scratch on Kubernetes
-
Урок 59.
00:03:31
YAML Tips and Validation
-
Урок 60.
00:05:46
Server Dry Run
-
Урок 61.
00:02:22
Kubectl Diff
-
Урок 62.
00:06:37
Rolling Update Basics
-
Урок 63.
00:07:39
Rolling Update Walkthroughs
-
Урок 64.
00:04:16
Failed Update Details
-
Урок 65.
00:05:49
Recovering From Failed Updates
-
Урок 66.
00:07:10
Rollout History
-
Урок 67.
00:02:52
Creating A YAML Patch
-
Урок 68.
00:06:28
Health Check Basics
-
Урок 69.
00:06:23
Probe Types and Examples
-
Урок 70.
00:03:55
Proper Health Check Usage
-
Урок 71.
00:03:31
Steps to Create Health Checks
-
Урок 72.
00:02:15
Example Steps for DockerCoins
-
Урок 73.
00:04:06
Updating DockerCoins with Probes
-
Урок 74.
00:08:08
Testing Liveness Probes
-
Урок 75.
00:03:54
Making Better Health Checks
-
Урок 76.
00:06:35
Exec Liveness Probes
-
Урок 77.
00:00:23
Cleanup After Health Checks
-
Урок 78.
00:03:31
Managing App Configuration
-
Урок 79.
00:03:24
App Config Options
-
Урок 80.
00:06:30
Kubernetes Downward API
-
Урок 81.
00:04:29
Env Vars and ConfigMaps
-
Урок 82.
00:04:17
Creating a ConfigMap
-
Урок 83.
00:03:52
Using a ConfigMap
-
Урок 84.
00:04:23
ConfigMaps + Downward API
-
Урок 85.
00:01:36
Kubernetes Secrets
-
Урок 86.
00:00:14
Cleanup After ConfigMaps
-
Урок 87.
00:05:57
Why Do We Need Ingress?
-
Урок 88.
00:06:08
What Makes Up Kubernetes Ingress
-
Урок 89.
00:07:46
Planning for Ingress Controller
-
Урок 90.
00:04:31
Ingress Controller Port Config
-
Урок 91.
00:06:27
Deploying NGINX Ingress
-
Урок 92.
00:03:16
Ingress DNS and Test Apps
-
Урок 93.
00:04:32
Creating Ingress Resources
-
Урок 94.
00:03:04
Drawing Ingress Traffic
-
Урок 95.
00:05:21
Ingress Resource Annotations
-
Урок 96.
00:02:44
Inspecting Ingress Resources
-
Урок 97.
00:06:02
Replacing NGINX with Traefik
-
Урок 98.
00:03:26
Deploying Traefik Ingress Controller
-
Урок 99.
00:07:04
Traefik Web UI and CRD
-
Урок 100.
00:04:38
Ingress Resource Good and Bad
-
Урок 101.
00:06:07
Alternatives and the Future of Ingress
-
Урок 102.
00:00:18
Ingress Cleanup
Thank you.