Kubernetes From Basics to Guru
Focused View
15:04:49
48 View
001. Kubernetes From Basics to Guru Introduction.mp4
02:13
001. 1.1 Cloud Native Architecture.mp4
02:36
002. 1.2 Cloud Native Components.mp4
02:07
003. 1.3 Serverless Computing.mp4
01:16
004. 1.4 Scalability.mp4
01:32
005. 1.5 Microservices.mp4
01:27
006. 1.6 Standards in Cloud Native Computing.mp4
02:09
007. 1.7 The Role of the CNCF.mp4
02:49
008. 1.8 Job Roles in a Cloud Native Environment.mp4
02:09
001. 2.1 What is a Container.mp4
06:18
002. 2.2 Containers are Linux.mp4
04:44
003. 2.3 Understanding Why Containers Make Sense in a Microservices Approach.mp4
01:21
004. 2.4 Understanding Images and Containers.mp4
06:58
005. 2.5 Understanding Container Registries.mp4
05:45
006. 2.6 Taking a Docker Test-drive.mp4
07:00
007. Lesson 2 Lab Taking a Container Test-drive.mp4
00:52
008. Lesson 2 Lab Solution Taking a Container Test-drive.mp4
02:09
001. 3.1 Exploring Containers.mp4
02:50
002. 3.2 Understanding Namespaces and Cgroups.mp4
04:12
003. 3.3 Container Runtimes.mp4
04:25
004. 3.4 Using Container Images and Registries.mp4
05:09
005. 3.5 Running Docker Containers.mp4
12:53
006. 3.6 Building Container Images.mp4
13:15
007. 3.7 Implementing Container Security.mp4
02:01
001. 4.1 Understanding Container Images.mp4
04:05
002. 4.2 Building Images with Dockerfile.mp4
12:40
003. 4.3 Building Images with docker commit.mp4
06:27
004. 4.4 Using Tags.mp4
04:54
005. 4.5 Creating Private Registries.mp4
03:33
006. 4.6 Image Use Best Practices.mp4
02:26
007. Lesson 4 Lab Automating Image Builds.mp4
00:59
008. Lesson 4 Lab Solution Automating Image Builds.mp4
05:06
001. 5.1 Understanding Image Formats.mp4
05:11
002. 5.2 Using Dockerfile.mp4
08:30
003. 5.3 Creating a GitOps Container Image.mp4
03:07
004. 5.4 Using Webhooks to Automate Container Image Updates.mp4
10:21
001. 6.1 Understanding Container Storage.mp4
02:11
002. 6.2 Understanding Storage Drivers.mp4
06:35
003. 6.3 Using Bind Mount as Container Storage.mp4
07:54
004. 6.4 Using Volumes for Persistent Storage.mp4
14:06
005. 6.5 Using NFS for Persistent Storage.mp4
05:29
006. 6.6 Managing Storage in an SELinux Environment.mp4
10:49
007. Lesson 6 Lab Configuring Persistent Storage.mp4
00:36
008. Lesson 6 Lab Solution Configuring Persistent Storage.mp4
02:19
001. 7.1 Understanding DevOps.mp4
03:44
002. 7.2 Exploring GitOps.mp4
03:34
003. 7.3 Kubernetes and GitOps.mp4
00:49
004. 7.4 Deploying Everything as Code.mp4
01:12
005. 7.5 Devops and GitOps Core Components.mp4
00:46
006. 7.6 DevOps Environments.mp4
02:43
007. 7.7 DevOps Stages.mp4
01:50
008. 7.8 Webhooks and Operators.mp4
01:15
001. 8.1 Understanding Git.mp4
06:48
002. 8.2 Git Fundamentals.mp4
08:58
003. 8.3 Using Git Advanced Authentication.mp4
07:03
004. 8.4 Working with Branches and Merges.mp4
05:46
005. 8.5 Organizing Git Repositories for GitOps Environments.mp4
02:19
001. 9.1 What is a Pipeline.mp4
01:20
002. 9.2 Creating Pipelines for DevOps.mp4
01:52
003. 9.3 Creating Pipelines for GitOps.mp4
01:54
004. 9.4 Integrating DevOps and GitOps Pipelines.mp4
03:03
005. 9.5 Getting Started with Jenkins.mp4
04:41
006. 9.6 Exploring Pipelines in Jenkins.mp4
10:17
001. 10.1 Understanding Cloud Computing.mp4
02:58
002. 10.2 Running Applications in Cloud.mp4
01:25
003. 10.3 Why Containers Make Sense in Cloud Environments.mp4
01:31
004. 10.4 The Rise of Kubernetes.mp4
02:57
005. 10.5 The Kubernetes Ecosystem.mp4
05:13
006. 10.6 Standardization in Cloud Native Computing.mp4
02:41
001. 11.1 Understanding Kubernetes Distributions.mp4
01:30
002. 11.2 Using Kubernetes in Cloud, on Premise, or on your Laptop.mp4
01:54
003. 11.3 Using Minikube on Linux.mp4
02:59
004. 11.4 Using Minikube on Windows.mp4
04:15
005. 11.5 Using Minikube on MacOS.mp4
04:02
006. 11.6 Getting Started with Kubernetes in Google Cloud.mp4
04:01
007. 11.7 Using Kubernetes in Amazon.mp4
09:52
008. 11.8 Using Kubernetes in Azure.mp4
05:58
009. 11.9 Building Your Own On-Premise Kubernetes Cluster.mp4
09:26
010. Lesson 11 Lab Building a Kubernetes Cluster.mp4
00:19
011. Lesson 11 Lab Solution Building a Kubernetes Cluster.mp4
02:01
001. 12.1 Using Kubernetes.mp4
02:04
002. 12.2 Using Minikube.mp4
05:32
003. 12.3 Kubernetes Resources.mp4
03:52
004. 12.4 Running Applicaiton the Declarative Way.mp4
10:06
005. 12.5 Providing Access to Applications.mp4
02:27
001. 13.1 Understanding Kubernetes Networking.mp4
04:43
002. 13.2 Using Services.mp4
05:11
003. 13.3 Exploring Kubernetes Application Auto-registration with DNS.mp4
02:13
004. 13.4 Working with Ingress.mp4
07:18
005. 13.5 Using Port Forwarding to Access Applications.mp4
02:10
006. Lesson 13 Lab Exposing Applications.mp4
00:16
007. Lesson 13 Lab Solution Exposing Applications.mp4
01:17
001. 14.1 Understanding Ephemeral Container Storage.mp4
02:14
002. 14.2 Managing Pod Volumes.mp4
05:15
003. 14.3 Decoupling Storage from the Applications.mp4
04:30
004. 14.4 Creating Persistent Volumes.mp4
02:33
005. 14.5 Managing Persistent Volume Claims.mp4
03:17
006. 14.6 Setting up Pods to Use Persistent Volumes.mp4
02:38
007. Lesson 14 Lab Providing Access to Storage.mp4
00:19
008. Lesson 14 Lab Solution Providing Access to Storage.mp4
03:58
001. 15.1 Decoupling Configuration Files and Variables from Applications.mp4
02:24
002. 15.2 Using ConfigMaps for Variables.mp4
06:23
003. 15.3 Storing Configuration Files in ConfigMaps.mp4
04:56
004. 15.4 Using Secrets for Sensitive Information.mp4
06:44
005. 15.5 Using Docker-registry Secrets.mp4
03:25
006. Lesson 15 Lab Providing Variables through ConfigMaps.mp4
00:20
007. Lesson 15 Lab Solution Providing Variables through ConfigMaps.mp4
03:22
001. 16.1 Understanding API Access.mp4
02:59
002. 16.2 Managing SecurityContext.mp4
04:31
003. 16.3 Using ServiceAccounts to Configure API Access.mp4
03:22
004. 16.4 Setting Up Role Based Access Control (RBAC).mp4
14:12
005. 16.5 Configuring Cluster Roles and RoleBindings.mp4
02:41
006. 16.6 Creating Kubernetes User Accounts.mp4
16:12
007. Lesson 16 Lab Managing Security.mp4
00:28
008. Lesson 16 Lab Solution Managing Security.mp4
03:21
001. 17.1 Custom Resources.mp4
03:49
002. 17.2 Providing Operator API Access.mp4
04:02
003. 17.3 Understanding Controllers and Operators.mp4
03:34
004. 17.4 Creating a Custom Operator.mp4
08:16
001. 18.1 Managing the CNI and Network Plugins.mp4
04:30
002. 18.2 Understanding Service Auto Registration.mp4
06:11
003. 18.3 Using Network Policies to Manage Traffic Between Pods.mp4
05:09
004. 18.4 Configuring Network Policies to Manage Traffic Between Namespaces.mp4
07:58
005. Lesson 18 Lab Using NetworkPolicies.mp4
00:46
006. Lesson 18 Lab Solution Using NetworkPolicies.mp4
04:46
001. 19.1 What are Microservices.mp4
02:24
002. 19.2 Microservices and Containers A Perfect Match.mp4
01:36
003. 19.3 From Monolithic Application to Microservice.mp4
03:27
004. 19.4 The Role of 12-Factor Apps in Microservices.mp4
03:55
005. 19.5 DevOps and Microservices.mp4
00:59
006. 19.6 Understanding the Goals of this Course.mp4
00:43
007. 19.7 Introducing the Course Microservice Project.mp4
00:50
001. 20.1 Feeding Images into Kubernetes.mp4
04:08
002. 20.2 Organizing Pod Storage.mp4
13:26
003. 20.3 Using Storage Provisioners.mp4
07:00
004. 20.4 Providing Flexible Parameters Using ConfigMaps and Secrets.mp4
14:43
005. 20.5 Exposing Applications Using Service Objects.mp4
11:18
006. 20.6 Providing Fixed DNS URLs Using Ingress.mp4
24:21
007. 20.7 Using Kustomize.yaml.mp4
05:03
008. 20.8 Using Canary Deployments in Kubernetes.mp4
13:40
009. Lesson 20 Lab Implementing the Course Project as a Full Microservice on Kubernetes.mp4
01:11
010. Lesson 20 Lab Solution Implementing the Course Project as a Full Microservice on Kubernetes.mp4
10:53
001. 21.1 Understanding What a Service Mesh is Used for.mp4
05:58
002. 21.2 Understanding Istio.mp4
08:06
003. 21.3 Setting up Istio.mp4
04:52
004. 21.4 Running the Bookinfo Demo Application.mp4
12:30
005. 21.5 Using the Dashboard.mp4
05:13
006. Lesson 21 Lab Setting up Istio Service Mesh.mp4
00:16
007. Lesson 21 Lab Solution Setting up Istio Service Mesh.mp4
02:52
001. 22.1 Managing Traffic Flow with Istio.mp4
10:36
002. 22.2 Using Istio for Fault Injection.mp4
05:44
003. 22.3 Querying Metrics with Prometheus and Istio.mp4
08:53
004. 22.4 Visualizing Metrics with Grafana and Istio.mp4
03:18
005. 22.5 Using Istio to Access External Services.mp4
09:58
006. 22.6 Managing the Course Sample Project with Istio.mp4
07:59
007. Lesson 22 Lab Running the Course Project in Istio.mp4
00:30
008. Lesson 22 Lab Solution Running the Course Project in Istio.mp4
05:46
001. 23.1 Using Deployment Rolling Updates.mp4
07:48
002. 23.2 Applying BlueGreen Deployment Updates.mp4
08:36
003. 23.3 Using Canary Deployments.mp4
08:41
004. 23.4 Service-based Canary Deployments.mp4
06:29
001. 24.1 Understanding the Project.mp4
04:44
002. 24.2 Preparation Setting up Git.mp4
05:49
003. 24.3 Preparation Creating a Worker Image.mp4
07:28
004. 24.4 Preparation Setting up Storage.mp4
04:39
005. 24.5 Preparation Creating the YAML Files.mp4
14:48
006. 24.6 Implamenting the CI Process.mp4
10:15
007. 24.7 Implamenting the CD Process.mp4
02:56
008. 24.8 Performing the BlueGreen Application Update.mp4
00:45
001. 25.1 Introducing CICD Solutions.mp4
01:07
002. 25.2 Setting up Flux.mp4
02:10
003. 25.3 Using Flux.mp4
08:42
004. 25.4 Exploring OpenShift.mp4
05:25
005. 25.5 Using OpenShift Source to Image.mp4
07:28
006. 25.6 Understanding Argo CD.mp4
03:11
007. 25.7 Using Argo CD.mp4
12:08
001. 26.1 Understanding Observability.mp4
03:23
002. 26.2 Using Kubernetes Observability Solutions.mp4
02:29
003. 26.3 Using Metrics Server.mp4
03:20
004. 26.4 Using Prometheus.mp4
07:04
005. 26.5 GitOps Observability.mp4
04:57
001. Module Introduction.mp4
00:28
001. Module Introduction.mp4
00:25
001. Module Introduction.mp4
00:46
001. Module Introduction.mp4
00:36
001. Module Introduction.mp4
00:32
001. Module Introduction.mp4
00:38
001. Kubernetes From Basics to Guru Summary.mp4
00:16
More details
User Reviews
Rating
average 0
Focused display
Category

LiveLessons
View courses LiveLessonsPearson's video training library is an indispensable learning tool for today's competitive job market. Having essential technology training and certifications can open doors for career advancement and life enrichment. We take learning personally. We've published hundreds of up-to-date videos on wide variety of key topics for Professionals and IT Certification candidates. Now you can learn from renowned industry experts from anywhere in the world, without leaving home.
- language english
- Training sessions 188
- duration 15:04:49
- Release Date 2023/12/06