-
Урок 1.
00:04:17
What is Kubernetes
-
Урок 2.
00:08:31
Master and Control Plane
-
Урок 3.
00:06:22
Worker Nodes
-
Урок 4.
00:04:45
Running Kubernetes Clusters
-
Урок 5.
00:07:18
Installing Docker
-
Урок 6.
00:04:27
Installing Minikube
-
Урок 7.
00:05:53
Installing Kubectl
-
Урок 8.
00:07:13
Kubernetes Hello World
-
Урок 9.
00:05:22
Exploring Cluster
-
Урок 10.
00:03:22
SSH Into Nodes
-
Урок 11.
00:02:35
Startling and Stopping Cluster
-
Урок 12.
00:04:37
Cluster with 2 nodes
-
Урок 13.
00:02:48
Minikube Logs
-
Урок 14.
00:03:03
Pods
-
Урок 15.
00:02:26
Imperative vs Declarative Management
-
Урок 16.
00:03:04
Create pods Imperative Command
-
Урок 17.
00:08:18
Create pods Using Declarative Configuration
-
Урок 18.
00:01:54
Pod yaml config Overview
-
Урок 19.
00:06:32
Create and Delete Resources
-
Урок 20.
00:04:06
List Resources
-
Урок 21.
00:04:03
Kubectl Describe
-
Урок 22.
00:01:39
Formatting Output
-
Урок 23.
00:05:58
Logs
-
Урок 24.
00:03:29
Shell Access To A Running Pod
-
Урок 25.
00:03:20
Access Pod via Port Forward
-
Урок 26.
00:02:59
List All Resource Types
-
Урок 27.
00:02:52
Kubectl Cheatcheat
-
Урок 28.
00:02:32
Dont use pods on its own
-
Урок 29.
00:01:47
Deployments Overview
-
Урок 30.
00:06:26
Creating Deployment
-
Урок 31.
00:05:04
Managing Deployments
-
Урок 32.
00:01:39
Replica Sets Overview
-
Урок 33.
00:04:46
Listing Replicate Sets
-
Урок 34.
00:02:33
Port Forward Deployments
-
Урок 35.
00:04:27
Scaling Deployment Replicas
-
Урок 36.
00:01:36
Rolling Updates
-
Урок 37.
00:06:22
Rolling Updates In Action
-
Урок 38.
00:05:58
Rollbacks
-
Урок 39.
00:04:07
Manage Your Cluster Using Declarative Approach
-
Урок 40.
00:02:39
Revision History Limit
-
Урок 41.
00:07:18
Configure Deployment Rolling Strategy
-
Урок 42.
00:01:44
Pausing and Resuming Rollouts
-
Урок 43.
00:03:01
Kubernetes Service
-
Урок 44.
00:06:18
Customer Microservice Deployment
-
Урок 45.
00:01:23
Exercise
-
Урок 46.
00:02:28
Exercise Sol
-
Урок 47.
00:10:12
Mircoservice Communication using POD IP address
-
Урок 48.
00:07:51
ClusterIP Service
-
Урок 49.
00:07:14
Inspecting ClustreIP Service and Endpoints with Kubectl
-
Урок 50.
00:10:20
Cluster IP Service In Action
-
Урок 51.
00:04:43
NodePort Service
-
Урок 52.
00:06:31
Createting NodePort Service
-
Урок 53.
00:09:29
Accessing API with NodePort Service
-
Урок 54.
00:06:31
NodePort with Random Port
-
Урок 55.
00:03:15
Accessing NodePort Service Using Cluster IP Address
-
Урок 56.
00:03:24
LoadBalancer Service
-
Урок 57.
00:02:58
Exercise
-
Урок 58.
00:08:11
Full Stack App exposed with LoadBalancer Service
-
Урок 59.
00:03:23
Default Kuberenetes Service
-
Урок 60.
00:04:35
Labels
-
Урок 61.
00:06:00
Selectors
-
Урок 62.
00:10:46
Labels and Selectors with Objects
-
Урок 63.
00:02:32
Querying with In and NotIn
-
Урок 64.
00:02:17
Annotations
-
Урок 65.
00:04:20
Service Discovery and DNS
-
Урок 66.
00:09:59
CoreDNS & DNS Resolution
-
Урок 67.
00:06:14
Accessing services from Different namespaces
-
Урок 68.
00:02:57
Endpoints
-
Урок 69.
00:05:23
Kube-Proxy
-
Урок 70.
00:01:48
Intro to Volumes
-
Урок 71.
00:08:28
EmptyDir Volume Part 1
-
Урок 72.
00:09:56
EmptyDir Volume Part 2
-
Урок 73.
00:13:32
HostPath Volume
-
Урок 74.
00:03:49
Other Volume Types
-
Урок 75.
00:02:54
PersistentVolumes
-
Урок 76.
00:02:14
Persistent Volume SubSystem
-
Урок 77.
00:08:17
Create PersistentVolume and PresistentVolumeClaim
-
Урок 78.
00:07:38
PersistentVolume and PresistentVolumeClaim in Action
-
Урок 79.
00:01:53
What are ConfigMaps
-
Урок 80.
00:07:06
Creating ConfigMap Declaratively
-
Урок 81.
00:03:39
ConfigMaps Using Imperative Command
-
Урок 82.
00:09:06
ConfigMaps and Environment Variables
-
Урок 83.
00:09:13
ConfigMaps and Volumes
-
Урок 84.
00:03:15
Mount Multiple ConfigMaps in same Folder
-
Урок 85.
00:00:45
Kubernetes Secrets
-
Урок 86.
00:04:55
GenericSecret
-
Урок 87.
00:06:27
Consuming Secrets with Volumes and Environment Variables
-
Урок 88.
00:04:09
Secrets are not Secrets in Kubernetes
-
Урок 89.
00:08:10
ImagePullSecrets
-
Урок 90.
00:01:00
Secret Types
-
Урок 91.
00:02:49
Namesapaces
-
Урок 92.
00:05:44
Creating Namespaces
-
Урок 93.
00:07:44
Using Namespaces
-
Урок 94.
00:03:29
Kubens
-
Урок 95.
00:01:46
NS Cross Communication and Network Policies
-
Урок 96.
00:01:19
Kubernetes Health Checks
-
Урок 97.
00:09:08
Liveness Probe
-
Урок 98.
00:04:22
Readiness Probe
-
Урок 99.
00:02:42
Resource Management
-
Урок 100.
00:04:12
Resource Requests and Limits
-
Урок 101.
00:05:34
Lets max out our cluster
-
Урок 102.
00:05:00
Jobs
-
Урок 103.
00:03:19
Running Tasks with Kubernetes
-
Урок 104.
00:01:53
DeamonSet
-
Урок 105.
00:06:27
Lets create Fluentd DeamonSet
-
Урок 106.
00:02:31
StatefulSets
https://amigoscode.com/p/software-testing
https://amigoscode.com/p/docker-devops