CoJIHblIIIKo · 20-Окт-21 21:13(3 года 1 месяц назад, ред. 31-Окт-21 17:52)
Kubernetes series (Certified Kubernetes Administrator (CKA) path) 2020/2021 Год выпуска: 2021 Производитель: Pluralsight Сайт производителя: https://www.Pluralsight.com Автор: Anthony Nocentino / Justin Boyer Продолжительность: ~20h Тип раздаваемого материала: Видеоклипы Язык: Английский Субтитры: Английские Описание: This path focuses on the skills and knowledge required to become a fully functioning Kubernetes Administrator. You’ll begin with basic administration tasks and understanding the capabilities that the Kubernetes platform provides. You’ll cover each segment of knowledge needed to fully administer everything you’ll need as a Kubernetes administrator. By the end of this path, you’ll have gained the practical knowledge required to hit the ground running as a Kubernetes administration wizard.
Additionally, the content in this path aligns with the objectives for the Certified Kubernetes Administrator exam and can help you prepare for the test. Этот путь фокусируется на навыках и знаниях, необходимых для того, чтобы стать полноценным администратором Kubernetes. Вы начнете с основных задач администрирования и понимания возможностей, которые предоставляет платформа Kubernetes. Вы охватите каждый сегмент знаний, необходимых для полного администрирования всего, что вам понадобится как администратор Kubernetes. К концу этого пути вы получите практические знания, необходимые для начала работы в качестве мастера администрирования Kubernetes.
Кроме того, содержание этого пути соответствует целям экзамена на сертифицированного администратора Kubernetes и может помочь вам подготовиться к тесту. UPDATE 31/10/2021
Kubernetes Installation and Configuration Fundamentals by Anthony Nocentino
Let’s get you started learning Kubernetes. First, you'll learn about its architecture, and then how to install your first cluster. With that cluster up and running you'll explore how to work with it and deploy applications in Kubernetes! Приступим к изучению Kubernetes. Сначала вы узнаете об его архитектуре, а затем о том, как установить свой первый кластер. После того, как этот кластер будет запущен, вы узнаете, как с ним работать и развертывать приложения в Kubernetesю This course is part of: Kubernetes Administration Path Certified Kubernetes Administrator (CKA) Path Course Overview 1m 46s Course Overview 1m 46s Exploring the Kubernetes Architecture 38m 10s Introduction, Course, and Module Overview 1m 22s What Is Kubernetes? Kubernetes Benefits and Operating Principles 5m 16s Introducing the Kubernetes API - Objects and API Server 2m 34s Understanding API Objects - Pods 2m 54s Understanding API Objects - Controllers 3m 16s Understanding API Objects - Services 1m 30s Understanding API Objects - Storage 1m 5s Kubernetes Cluster Components Overview and Control Plane 5m 52s Nodes 4m 54s Cluster Add-on Pods 1m 18s Pod Operations 2m 38s Service Operations 1m 36s Kubernetes Networking Fundamentals 3m 10s Module Summary and What's Next! 40s Installing and Configuring Kubernetes 1h 19m 38s Module Overview 1m 1s Installation Considerations 4m 2s Installation Methods 1m 12s Installation Requirements 1m 35s Understanding Cluster Networking Ports 2m 37s Getting Kubernetes 59s Building Your Own Cluster 2m 16s Installing Kubernetes on VMs 1m 44s Lab Environment Overview 2m 47s Demo: Installing and Configuring containerd 6m 27s Demo: Installing and Configuring Kubernetes Packages 5m 19s Bootstrapping a Cluster with kubeadm 3m 16s Understanding the Certificate Authority's Role in Your Cluster 1m 40s kubeadm Created kubeconfig Files and Static Pod Manifests 3m 15s Pod Networking Fundamentals 2m 11s Creating a Cluster Control Plane Node and Adding a Node 7m 3s Demo: Creating a Cluster Control Plane Node 14m 32s Demo: Adding a Node to Your Cluster 9m 30s Managed Cloud Deployment Scenarios: AKS, EKS, and GKE 1m 15s Demo: Creating a Cluster in the Cloud with Azure Kubernetes Service 6m 17s Module Summary and What's Next! 31s Working with Your Kubernetes Cluster 1h 4m 58s Module Overview 43s Introducing and Using kubectl 5m 57s A Closer Look at kubectl 1m 32s Demo: Using kubectl: Nodes, Pods, API Resources and bash Auto-Completion 17m 20s Application and Pod Deployment in Kubernetes and Working with YAML Manifests 9m 35s Demo: Imperative Deployments and Working with Resources in Your Cluster 13m 56s Demo: Exposing and Accessing Services in Your Cluster 5m 58s Demo: Declarative Deployments and Accessing and Modifying Existing Resources in Your Cluster 8m 54s Module Summary and Thank You! 59s Level Intermediate Duration 3h 4m Updated 23 Feb 2021
Managing the Kubernetes API Server and Pods by Anthony Nocentino
It's time to dig deeper into Kubernetes. You will learn about its API architecture and its internals, how to organize workloads, and look closely at the primary workload element in Kubernetes, the Pod. Пришло время углубиться в Kubernetes. Вы узнаете об его архитектуре API и его внутреннем устройстве, о том, как организовать рабочие нагрузки, и внимательно посмотрите на основной элемент рабочей нагрузки в Kubernetes, Pod. This course is part of: Kubernetes Administration Path Certified Kubernetes Administrator (CKA) Path Course Overview 1m 35s Course Overview 1m 35s Using the Kubernetes API 1h 15m 24s Introduction, Course, and Module Overview 1m 36s The Kubernetes API and API Server 1m 46s The Control Plane and API Objects 4m 47s Defining a Basic Pod Manifest 1m 53s Using kubectl dry-run 3m 49s Using with kubectl diff 1m 17s Lab Environment Overview 1m 24s Demo: API Server Discovery, Listing Resources, Using kubectl explain, and Creating Objects 8m 25s Demo: Working with kubectl dry-run 6m 1s Demo: Working with kubectl diff 2m 11s API Groups and API Versioning 6m 4s Demo: API Object Discovery - API Groups and Versions 4m 10s Anatomy of an API Request: API Verbs and Special API Requests 5m 6s API Resource Location (API Paths) and API Response Codes 4m 40s Anatomy of an API Request - A Closer Look 2m 34s Demo: Anatomy of an API Request 6m 53s Demo: Special API Requests - Watch, Exec, and Log 6m 49s Demo: Authentication Failures and Missing Resources 5m 16s Module Summary and What's Next 34s Managing Objects with Labels, Annotations, and Namespaces 1h 1m 26s Introduction, Course, and Module Overview 57s Organizing Objects in Kubernetes 44s Introducing and Working with Namespaces 4m 54s Creating Namespaces and Creating Objects in Namespaces 1m 10s Demo: Working with Namespaces and Objects in Namespaces 8m 35s Demo: Performing Operations on Objects in Namespaces 2m 4s Introducing and Working with Labels and How Kubernetes Uses Labels 7m 39s Using Labels for Services, Deployments, and Scheduling 5m 32s Demo: Working with Labels - Creating, Querying, and Editing 10m 7s Demo: Deployments, ReplicaSets, Labels, and Selectors 6m 17s Demo: Services, Labels, Selectors, and Scheduling Pods to Nodes 8m 43s Introducing and Working with Annotations 4m 12s Module Summary and What's Next 26s Running and Managing Pods 1h 25m 56s Introduction, Course, and Module Overview 1m 15s Understanding Pods 1m 40s How Pods Manage Containers 50s Introducing and Working with Single Container Pods and Controllers 2m 11s Introducing and Working Static Pods 2m 14s Working with Pods - kubectl exec, logs, and port-forward 2m 51s Demo: Running Bare Pods and Pods in Controllers 6m 6s Demo: Running Pods and Using kubectl port-forward to access a Pod's Application 3m 36s Demo: Working with Static Pods 3m 38s Introducing and Working with Multi-container Pods 5m 5s Demo: Running Multi-container Pods and Sharing Data Between Containers in a Pod 6m 2s Introducing and Working with Init Containers 3m 40s Demo: Working with Init Containers 4m 29s Pod Lifecycle, Stopping/Terminating Pods, and Persistency of Pods 7m 35s Introducing and Working with Container Restart Policy 2m 39s Demo: Pod Lifecycle and Container Restart Policy 8m 50s Defining Pod Health: livenessProbes, readinessProbes and startupProbes 6m 23s Configuring and Defining Container Probes 3m 49s Demo: Implementing Container Probes - livenessProbes and readinessProbes 7m 10s Demo: Implementing Container Probes - startupProbes 4m 34s Module Summary and Thank You 1m 7s Level Intermediate Duration 3h 44m Updated 9 May 2021
Managing Kubernetes Controllers and Deployments by Anthony Nocentino
Learn how to deploy and maintain applications using Kubernetes Controllers. In this course you'll learn how to select a Controller for your workload, deploy it, and maintain your container-based applications in your Kubernetes cluster. Узнайте, как развертывать и поддерживать приложения с помощью контроллеров Kubernetes. В этом курсе вы узнаете, как выбрать контроллер для своей рабочей нагрузки, развернуть его и поддерживать приложения на основе контейнеров в кластере Kubernetes. This course is part of: Kubernetes Administration Path Certified Kubernetes Administrator (CKA) Path Course Overview 1m 46s Course Overview 1m 46s Using Controllers to Deploy Applications and Deployment Basics 48m 39s Introduction, Course and Module Overview 1m 46s Kubernetes Principals, the Controller Manager, and Introduction to Controllers 6m 33s Lab Environment Review 1m 30s Demo: Examining System Pods and Their Controllers 2m 44s Introducing the Deployment Controller and Deployment Basics 5m 49s Demo: Creating a Basic Deployment Imperatively and Declaratively 6m 53s Understanding ReplicaSet Controller Operations 7m 47s Demo: Creating a Deployment and ReplicaSet Controller Operations 5m 55s Demo: ReplicaSet Controller Operations - Working with Labels and Selectors 3m 5s Demo: ReplicaSet Controller Operations - Node Failures 5m 33s Module Review and What's Next! 59s Maintaining Applications with Deployments 1h 8m 42s Introduction, Course and Module Overview 1m 9s Updating a Deployment and Checking Deployment Rollout Status 10m 6s Demo: Updating a Deployment and Checking Deployment Rollout Status 8m 53s Demo: Updating a Deployment and Checking Deployment Rollout Status (cont.) 2m 28s Using Deployments to Change State and Controlling Updates with UpdateStrategy 4m 13s Successfully Controlling Deployment Rollouts and Defining an UpdateStrategy 3m 42s Pausing and Rolling Back Deployments 5m 57s Demo: Rolling Back a Deployment and Controlling the Rate of a Rollout with UpdateStrategy 8m 22s Demo: Using UpdateStrategy and Readiness Probes to Control a Rollout 13m 4s Demo: Restarting a Deployment 2m 27s Scaling Deployments 1m 22s Demo: Scaling a Deployment 4m 45s Successful Deployment Tips, Module Review, and What's Next! 2m 9s Deploying and Maintaining Applications with DaemonSets and Jobs 49m 24s Introduction, Course and Module Overview 55s Controllers in Kubernetes and Understanding DaemonSets 6m 37s Updating DaemonSets 1m 42s Demo: Creating and DaemonSets Controller Operations 6m 47s Demo: Creating DaemonSets with NodeSelectors and Updating DaemonSets 5m 44s Introducing and Working with Jobs 7m 3s Introducing and Working with CronJobs 3m 27s Demo: Executing Tasks with Jobs 4m 56s Demo: Dealing with Job Failures and restartPolicy 3m 6s Demo: Working with Parallel Jobs and Scheduling Tasks with CronJobs 5m 41s Introducing StatefulSets 2m 13s Module Review and Thank You! 1m 7s Level Intermediate uration 2h 48m Updated 12 Sep 2021
Configuring and Managing Kubernetes Storage and Scheduling by Anthony Nocentino
This course teaches you how to decouple state and configuration from your Pod's lifecycle using persistent storage and configuration as data as well as how to schedule Pods to Nodes in your Kubernetes cluster. В этом курсе вы узнаете, как отделить состояние и конфигурацию от жизненного цикла вашего пода, используя постоянное хранилище и конфигурацию как данные, а также как запланировать поды для узлов в вашем кластере Kubernetes. This course is part of: Kubernetes Administration Path Certified Kubernetes Administrator (CKA) Path Course Overview 2m 4s Course Overview 2m 4s Configuring and Managing Storage in Kubernetes 58m 2s Introduction, Course and Module Overview 1m 46s Persistent Storage in Containers and Kubernetes 3m 23s Volumes, Persistent Volumes, and Persistent Volume Claims 5m 45s Controlling Persistent Volume Access with Access Modes 1m 39s Static Provisioning and Storage Lifecycle 3m 54s Defining a Persistent Volume 1m 49s Defining a Persistent Volume Claim 4m 13s Lab Environment Overview 48s Demo: Storage Server Overview 4m 4s Demo: Static Provisioning Persistent Volumes 4m 59s Demo: Using a Persistent Volume in a Pod 7m 20s Demo: Controlling Persistent Volume Access with Access Modes and Reclaim Policy 5m 3s Storage Classes and Dynamic Provisioning Workflow 3m 35s Demo: Dynamic Provisioning Volumes 5m 23s Demo: Defining a Custom StorageClass 3m 32s Module Review and What's Next! 42s Configuration as Data - Environment Variables, Secrets, and ConfigMaps 49m 51s Introduction, Course and Module Overview 1m 14s Why Do We Need Configuration as Data? 1m 24s Configuring Applications in Pods and Environment Variables 3m 38s Demo: Passing Configuration into Containers with Environment Variables 6m 29s Creating and Using Secrets 7m 36s Demo: Creating and Using Secrets 3m 21s Demo: Accessing Secrets in Pods 5m 43s Accessing a Private Container Registry 48s Demo: Pulling a Container Image Using a Secret 5m 35s Creating and Using ConfigMaps 5m 46s Demo: Creating and Using ConfigMaps 7m 38s Module Review and What's Next! 33s Managing and Controlling the Kubernetes Scheduler 57m 22s Introduction, Course and Module Overview 1m 5s Understanding Scheduling in Kubernetes 6m 42s Demo: Scheduling in Action and Scheduling Pods with Requests 8m 37s Controlling Scheduling with Node Selectors 3m 58s Controlling Scheduling with Affinity 7m 12s Controlling Scheduling with Taints and Tolerations 3m 51s Demo: Controlling Pod Placement with Affinity 10m 45s Demo: Controlling Pod Placement with Taints and Tolerations 3m 2s Node Cordoning, Manual Scheduling, and Configuring Multiple Schedulers 3m 6s Demo: Node Cordoning and Manually Scheduling a Pod 7m 33s Module Review and Thank You! 1m 27s Level Intermediate Duration 2h 47m Released 20 Jan 2020
Configuring and Managing Kubernetes Networking, Services, and Ingress by Anthony Nocentino
It's time to dig deeper into Kubernetes networking! You will learn Kubernetes cluster networking fundamentals and configuring and accessing applications in a Kubernetes Cluster with Services and Ingress. Пришло время углубиться в сети Kubernetes! Вы изучите основы создания сетей кластера Kubernetes, а также настройте и получите доступ к приложениям в кластере Kubernetes с помощью служб и Ingress. This course is part of: Certified Kubernetes Administrator (CKA) Path Kubernetes Administration Path Course Overview 2m 2s Course Overview 2m 2s Kubernetes Networking Fundamentals 49m 48s Introduction, Course and Module Overview 1m 45s Introducing the Kubernetes Network Model and Cluster Network Topology 3m 31s Pod Networking Communication Patterns and Internals 2m 31s Container Network Interface - CNI 2m 6s Lab Environment Review 1m 30s Demo: Investigating Kubernetes Networking - CNI Network Overview 5m 17s Demo: Investigating Kubernetes Networking - CNI Overlay Network Routing 3m 14s Demo: Investigating Kubernetes Networking - Kubenet Network Overview 3m 46s Demo: Investigating Kubernetes Networking - Accessing an AKS Node with SSH 1m 35s Demo: Investigating Kubernetes Networking - Kubenet Network Routing and Bridging 5m 45s Cluster DNS and Custom DNS Server and DNS Client Configurations 4m 14s Demo: Investigating Cluster DNS 3m 22s Demo: Configuring CoreDNS to Use Custom Forwarders and Custom Pod DNS Configuration 5m 34s Demo: Examining Cluster DNS Records for Pods and Services 4m 11s Demo: Additional Cluster DNS Demos 42s Module Review and What's Next! 38s Configuring and Managing Application Access with Services 34m 50s Introduction, Course and Module Overview 1m 3s Understanding Services in Kubernetes 3m 24s Introducing Service Types and Understanding ClusterIP Internals 2m 38s Understanding NodePort Internals 1m 30s Understanding LoadBalancer Internals 1m 2s Defining Deployments and Services 1m 47s Demo: Exposing and Accessing applications with Services - ClusterIP 5m 31s Demo: Exposing and Accessing applications with Services - NodePort 2m 54s Demo: Exposing and Accessing applications with Services - LoadBalancer 3m 9s Service Discovery with DNS and Environment Variables and Other Types of Services 4m 12s Demo: Service Discovery with DNS 3m 29s Demo: Service Discovery - Environment Variables 3m 32s Module Review and What's Next! 32s Configuring and Managing Application Access with Ingress 39m 24s Introduction, Course and Module Overview 1m 5s Ingress Architecture and Overview 2m 53s Understanding the Ingress Controller and Why Use Ingress Rather Than Load Balancers 2m 7s Exposing a Single Service with Ingress 2m 14s Exposing a Multiple Services with Ingress Using Path Based Routing 4m 4s Using Name Based Virtual Hosts with Ingress 2m 18s Using TLS Certificates with Ingress 1m 39s Demo: Deploying the NGINX Ingress Controller 3m 59s Demo: Exposing a Single Service with Ingress 4m 15s Demo: Exposing a Multiple Services with Ingress Using Path Based Routing 7m 10s Demo: Using Name Based Virtual Hosts with Ingress 1m 50s Demo: Using TLS Certificates with Ingress 4m 52s Module Review and Thank You! 55s Level Intermediate Duration 2h 6m Updated 18 Oct 2021
Maintaining, Monitoring and Troubleshooting Kubernetes by Anthony Nocentino
This course will teach you to maintain, monitor and troubleshoot production Kubernetes clusters. Этот курс научит вас поддерживать, отслеживать и устранять неполадки производственных кластеров Kubernetes. This course is part of: Kubernetes Administration Path Certified Kubernetes Administrator (CKA) Path Course Overview 1m 51s Course Overview 1m 51s Maintaining Kubernetes Clusters 50m 24s Introduction, Course and Module Overview 1m 46s Introducing etcd and etcd Backup Concepts 3m 16s Getting etcdctl and Backing up etcd with etcdctl 3m 14s Restoring etcd with etcdctl 3m 27s Demo: Investigating etcd Configuration 6m 7s Demo: Backing up etcd with etcdctl 3m 27s Demo: Restoring etcd to the Same Data Directory 3m 6s Demo: Restoring etcd to a New Data Directory 3m 17s Cluster Upgrade Process - Overview 1m 46s Cluster Upgrade Process - Control Plane 2m 57s Cluster Upgrade Process - Worker Nodes 1m 56s Demo: Upgrading a Control Plane Node 4m 57s Demo: Upgrading a Worker Node 1m 57s Worker Node Maintenance 2m 24s High Availability Cluster Overview and High Availability Cluster Topology - Stacked etcd 4m 19s High Availability Cluster Topology - External etcd 1m 54s Module Review and What's Next! 26s Logging and Monitoring in Kubernetes Clusters 53m 16s Introduction, Course and Module Overview 1m 3s Kubernetes Logging Architecture and Logging in Pods and Containers 4m 19s Logging Architecture - Nodes 1m 29s Logging Architecture - Control Plane 1m 2s Understanding and Accessing Cluster Events 1m 27s Demo: Kubernetes Logging Architecture - Pods 6m 30s Demo: Kubernetes Logging Architecture - Nodes 3m 27s Demo: Kubernetes Logging Architecture - Control Plane Pods 2m 46s Demo: Working with Kubernetes Events 5m 11s Accessing Object Data with JSONPath 4m 41s Filtering Objects with JSONPath 1m 40s Demo: Accessing Object Data with JSONPath 5m 25s Demo: Filtering and Sorting Object Data with JSONPath 4m 25s Monitoring in Kubernetes and the Kubernetes Metrics Server 2m 7s Demo: Deploying the Kubernetes Metrics Server 2m 43s Demo: Using kubectl top to Analyze Resource Consumption on Pods and Nodes 4m 17s Module Review and What's Next! 36s Troubleshooting Kubernetes Clusters 26m 43s Introduction, Course and Module Overview 52s Troubleshooting Tools and Troubleshooting Nodes 3m 2s Managing the kubelet with systemd 1m 27s Demo: Troubleshooting Nodes - Stopped kubelet 2m 58s Demo: Troubleshooting Nodes - Inaccessible kubelet config.yaml 2m 24s Demo: Troubleshooting Nodes - Misconfigured systemd Unit File 3m 21s Troubleshooting - Control Plane 2m 18s Demo: Troubleshooting Control Plane - Inaccessible Static Pod Manifests 4m 25s Demo: Troubleshooting Control Plane - Misconfigured Static Pod Manifests 4m 38s Troubleshooting Workloads 27s Module Review and Thank You! 45s Level Intermediate Duration 2h 12m Released 28 Jun 2020
Configuring and Managing Kubernetes Security by Anthony Nocentino
This course will teach you the fundamentals needed to configure and manage security in Kubernetes clusters. Этот курс научит вас основам, необходимым для настройки и управления безопасностью в кластерах Kubernetes. This course is part of: Kubernetes Administration Path Certified Kubernetes Administrator (CKA) Path Course Overview 1m 38s Course Overview 1m 38s Kubernetes Security Fundamentals 38m 16s Introduction, Course, and Module Overview 1m 55s Securing the API Server and Authentication Plugins 5m 58s Users in Kubernetes 2m 45s Service Accounts and Service Account Credentials 3m 46s Creating a Service Account and Defining a ServiceAccount in a Pod Spec 1m 46s Demo: Investigating Certificate Based Authentication 4m 46s Demo: Working with Service Accounts 3m 47s Demo: Accessing the API Server Inside a Pod 4m 51s Demo: Testing API Access with kubectl can-i with Impersonation 1m 58s Authorization Plugins 1m 39s Demo: Managing Authorization for Service Accounts 4m 19s Module Review and What's Next! 39s Managing Certificates and kubeconfig Files 54m 29s Introduction, Course, and Module Overview 59s Certificates and PKI in Kubernetes 4m 21s kubeconfig Files and Certificate-based Authentication 1m 39s How Certificates Are Used in Kubernetes Clusters 2m 6s Demo: Investigating PKI Setup on a Control Plane Node 2m 34s Demo: Investigating a Control Plane Pod kubeconfig Configuration 4m 56s Creating Certificates with the Certificate API 2m 47s Creating a Certificate Signing Request in openssl 2m 12s Creating a CertificateSigningRequest Object 2m 6s Approving a CertificateSigningRequest and Retrieving a Certificate 1m 5s Demo: Creating a Certificate Signing Request for a New User in openssl 2m 20s Demo: Creating a CertificateSigningRequest Object, Approving a CertificateSigningRequest and Retrieving a Certificate 4m 21s kubeconfig File Overview and Components 2m 35s kubeconfig File - admin.conf 2m 24s Creating a kubeconfig File Manually 3m 10s Demo: Working with kubeconfig Files and Contexts 4m 38s Demo: Creating a kubeconfig File for a New User 4m 7s Demo: Using a new kubeconfig File with a New User 3m 12s Demo: Creating a new Linux User and Configuring Cluster Access 2m 4s Module Review and What's Next! 44s Managing Role Based Access Controls 39m 37s Introduction, Course, and Module Overview 1m 9s Role Based Access Controls and API Objects for RBAC 1m 40s Introducing Roles and ClusterRoles 2m 23s Introducing RoleBinding and ClusterRoleBinding 1m 52s What to Use When? 54s Using RBAC in Your Cluster 2m 9s Default ClusterRoles 1m 57s Defining Role, RoleBinding, ClusterRole, and ClusterRoleBinding 3m 16s Creating a Role and a RoleBinding 4m 31s Demo: Creating a Role and RoleBinding 4m 35s Demo: Testing API Access with kubectl can-i and Impersonation 3m 20s Demo: Creating a ClusterRole and ClusterRoleBinding 2m 12s Demo: Creating a ClusterRole and RoleBinding 4m 7s Demo: Giving a User Full Access to Deployments 4m 18s Module Review and Thank You! 1m 9s Level Intermediate Duration 2h 14m Released 20 Aug 2020
Minimizing Microservice Vulnerabilities by Justin Boyer
Microservices are secured via both code and infrastructure. This course will teach you how to secure microservices hosted within a Kubernetes environment. Микросервисы защищаются как кодом, так и инфраструктурой. Этот курс научит вас защищать микросервисы, размещенные в среде Kubernetes. Course Overview 1m 38s Course Overview 1m 38s Using Security Policies to Secure Pods and Containers 44m 32s Introducing the Scenario 2m 51s The Threat of Misconfigured Security Policies 4m 27s Using Pod Security Policies to Protect Your Cluster 4m 48s Demo: Creating a Pod Security Policy 7m 31s Securing Pods with SecurityContext Settings 7m 48s Using OPA to Enforce Security-relevant Policies 5m 32s Creating Constraints in OPA Gatekeeper 4m 50s Review and Apply Security Policies 6m 43s Managing Secrets in Kubernetes 23m 1s Module Overview 1m 52s How Secrets Work in Kubernetes 3m 26s Creating and Using Kubernetes Secrets 6m 22s Securing Kubernetes Secrets 6m 34s Review and Apply Kubernetes Secrets 4m 45s Using Secure Container Runtimes 18m 13s Module Overview 1m 18s Examining Container Runtimes 2m 52s Introducing gVisor and Kata Containers 5m 16s Running Pods with Secure Containers 6m 29s Review and Apply Secure Containers 2m 16s Securing Pod-to-pod Communication 9m 46s Module Overview 36s The What and Why of mTLS 3m 21s Implementing mTLS 3m 21s Review and Apply mTLS 2m 27s Level Intermediate Duration 1h 37m Released 28 Oct 2021
Файлы примеров: присутствуют Формат видео: MP4 Аудио: AAC 48000Hz stereo 96kbps [A: ETI ISO Audio Media Handler [eng] (aac lc, 48000 Hz, stereo, 96 kb/s)] Видео: MPEG4 Video (H264) 1280x720 30fps 336kbps [V: ETI ISO Video Media Handler (h264 high L3.1, yuv420p, 1280x720, 336 kb/s)]
Hello CoJIHblIIIKo !!
Спасибо за все курсы.
Пожалуйста, загрузите новый курс PluralSight Kubernetes Tooling and Techniques paths 2022
(Обновлено для последних функций и инструментов K8s в Helm, GitOps, Rancher и т. д.) https://www.pluralsight.com/paths/kubernetes-tooling-and-techniques