وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Certified Kubernetes Administrator (CKA), 3rd Edition

سرفصل های دوره

Introduction
  • 001. Certified Kubernetes Administrator (CKA) Introduction

  • Lesson 1 Understanding Kubernetes Architecture
  • 001. Learning objectives
  • 002. 1.1 Vanilla Kubernetes and the Ecosystem
  • 003. 1.2 Running Kubernetes in Cloud or on Premise
  • 004. 1.3 Kubernetes Distributions
  • 005. 1.4 Kubernetes Node Roles

  • Lesson 2 Creating a Kubernetes Cluster with kubeadm
  • 001. Learning objectives
  • 002. 2.1 Understanding Cluster Node Requirements
  • 003. 2.2 Understanding Node Networking Requirements
  • 004. 2.3 Understanding Cluster Initialization
  • 005. 2.4 Installing the Cluster
  • 006. 2.5 Using kubeadm init
  • 007. 2.6 Adding Nodes to the Kubernetes Cluster
  • 008. 2.7 Configuring the Kubernetes Client
  • 009. Lesson 2 Lab Building a Kubernetes Cluster
  • 010. Lesson 2 Lab Solution Building a Kubernetes Cluster

  • Lesson 3 Deploying Kubernetes Applications
  • 001. Learning objectives
  • 002. 3.1 Using Deployments
  • 003. 3.2 Running Agents with DaemonSets
  • 004. 3.3 Using StatefulSets
  • 005. 3.4 The Case for Running Individual Pods
  • 006. 3.5 Managing Pod Initialization
  • 007. 3.6 Scaling Applications
  • 008. 3.7 Using Sidecar Containers for Application Logging
  • 009. Lesson 3 Lab Running a DaemonSet
  • 010. Lesson 3 Lab Solution Running a DaemonSet

  • Lesson 4 Managing Storage
  • 001. Learning objectives
  • 002. 4.1 Understanding Kubernetes Storage Options
  • 003. 4.2 Accessing Storage Through Pod Volumes
  • 004. 4.3 Configuring Persistent Volume (PV) Storage
  • 005. 4.4 Configuring PVCs
  • 006. 4.5 Configuring Pod Storage with PV and PVCs
  • 007. 4.6 Using StorageClass
  • 008. 4.7 Understanding Storage Provisioners
  • 009. 4.8 Using ConfigMaps and Secrets as Volumes
  • 010. Lesson 4 Lab Setting up Storage
  • 011. Lesson 4 Lab Solution Setting up Storage

  • Lesson 5 Managing Application Access
  • 001. Learning objectives
  • 002. 5.1 Exploring Kubernetes Networking
  • 003. 5.2 Understanding Network Plugins
  • 004. 5.3 Using Services to Access Applications
  • 005. 5.4 Running an Ingress Controller
  • 006. 5.5 Configuring Ingress
  • 007. 5.6 Using Port Forwarding for Direct Application Access
  • 008. Lesson 5 Lab Managing Networking
  • 009. Lesson 5 Lab Solution Managing Networking

  • Lesson 6 Managing Clusters
  • 001. Learning objectives
  • 002. 6.1 Analyzing Cluster Nodes
  • 003. 6.2 Using crictl to Manage Node Containers
  • 004. 6.3 Running Static Pods
  • 005. 6.4 Managing Node State
  • 006. 6.5 Managing Node Services
  • 007. Lesson 6 Lab Running Static Pods
  • 008. Lesson 6 Lab Solution Running Static Pods

  • Lesson 7 Performing Node Maintenance Tasks
  • 001. Learning objectives
  • 002. 7.1 Using Metrics Server to Monitor Node and Pod State
  • 003. 7.2 Backing up the Etcd
  • 004. 7.3 Restoring the Etcd
  • 005. 7.4 Performing Cluster Node Upgrades
  • 006. 7.5 Understanding Cluster High Availability (HA) Options
  • 007. 7.6 Setting up a Highly Available Kubernetes Cluster
  • 008. Lesson 7 Lab Etcd Backup and Restore
  • 009. Lesson 7 Lab Solution Etcd Backup and Restore

  • Lesson 8 Managing Scheduling
  • 001. Learning objectives
  • 002. 8.1 Exploring the Scheduling Process
  • 003. 8.2 Setting Node Preferences
  • 004. 8.3 Managing Affinity and Anti-Affinity Rules
  • 005. 8.4 Managing Taints and Tolerations
  • 006. 8.5 Understanding LimitRange and Quota
  • 007. 8.6 Configuring Resource Limits and Requests
  • 008. 8.7 Configuring LimitRange
  • 009. Lesson 8 Lab Configuring Taints
  • 010. Lesson 8 Lab Solution Configuring Taints

  • Lesson 9 Networking
  • 001. Learning objectives
  • 002. 9.1 Managing the CNI and Network Plugins
  • 003. 9.2 Understanding Service Auto Registration
  • 004. 9.3 Using Network Policies to Manage Traffic Between Pods
  • 005. 9.4 Configuring Network Policies to Manage Traffic Between Namespaces
  • 006. Lesson 9 Lab Using NetworkPolicies
  • 007. Lesson 9 Lab Solution Using NetworkPolicies

  • Lesson 10 Managing Security Settings
  • 001. Learning objectives
  • 002. 10.1 Understanding API Access
  • 003. 10.2 Managing SecurityContext
  • 004. 10.3 Using ServiceAccounts to Configure API Access
  • 005. 10.4 Setting Up Role Based Access Control (RBAC)
  • 006. 10.5 Configuring Cluster Roles and RoleBindings
  • 007. 10.6 Creating Kubernetes User Accounts
  • 008. Lesson 10 Lab Managing Security
  • 009. Lesson 10 Lab Solution Managing Security

  • Lesson 11 Logging, Monitoring, and Troubleshooting
  • 001. Learning objectives
  • 002. 11.1 Monitoring Kubernetes Resources
  • 003. 11.2 Understanding the Troubleshooting Flow
  • 004. 11.3 Troubleshooting Kubernetes Applications
  • 005. 11.4 Troubleshooting Cluster Nodes
  • 006. 11.5 Fixing Application Access Problems
  • 007. Lesson 11 Lab Troubleshooting Nodes
  • 008. Lesson 11 Lab Solution Troubleshooting Nodes

  • Lesson 12 Practice CKA Exam 1
  • 001. Learning objectives
  • 002. 12.1 Question Overview
  • 003. 12.2 Creating a Kubernetes Cluster
  • 004. 12.3 Scheduling a Pod
  • 005. 12.4 Managing Application Initialization
  • 006. 12.5 Setting up Persistent Storage
  • 007. 12.6 Configuring Application Access
  • 008. 12.7 Securing Network Traffic
  • 009. 12.8 Setting up Quota
  • 010. 12.9 Creating a Static Pod
  • 011. 12.10 Troubleshooting Node Services
  • 012. 12.11 Configuring Cluster Access
  • 013. 12.12 Configuring Taints and Tolerations

  • Lesson 13 Practice CKA Exam 2
  • 001. Learning objectives
  • 002. 13.1 Question Overview
  • 003. 13.2 Configuring a High Availability Cluster
  • 004. 13.3 Etcd Backup and Restore
  • 005. 13.4 Performing a Control Node Upgrade
  • 006. 13.5 Configuring Application Logging
  • 007. 13.6 Managing Persistent Volume Claims
  • 008. 13.7 Investigating Pod Logs
  • 009. 13.8 Analyzing Performance
  • 010. 13.9 Managing Scheduling
  • 011. 13.10 Configuring Ingress
  • 012. 13.11 Preparing for Node Maintenance
  • 013. 13.12 Scaling Applications

  • Module 1 Building a Kubernetes Cluster
  • 001. Module introduction

  • Module 2 Running Applications
  • 001. Module introduction

  • Module 3 Managing Kubernetes Clusters
  • 001. Module introduction

  • Module 4 Practice Exams
  • 001. Module introduction

  • Summary
  • 001. Certified Kubernetes Administrator (CKA) Summary
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 8545
    حجم: 1929 مگابایت
    مدت زمان: 476 دقیقه
    تاریخ انتشار: ۱۲ فروردین ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید