Ckad Certified Kubernetes Application Developer

Master the Kubernetes concepts and practice for CKAD Kubernetes Certification with CKAD practice test and hands on k8s

Last updated 2022-01-10 | 4.3

- Learn the core concepts of Kubernetes
- Kubernetes Certification
- Design and Deploy applications on Kubernetes Cluster

What you'll learn

Learn the core concepts of Kubernetes
Kubernetes Certification
Design and Deploy applications on Kubernetes Cluster
Learn to build Multi-container pods with sidecar and adapter pattern
Learn to create Kubernetes YAML files
Learn how to scale up/down an application
Learn to deploy high availability
fault tolerance
scalable application
Learn to do easy update and rollback of application
Learn about Replica Controller
Replica Sets
Deployment Config
Deployment
Volumes
Config map
Secrets and much more
Learn to check and monitor health of running pods using Liveness and readiness probes
Learn to debug and check log of pod
Learn to make state fullness application and create Persistent Volume and persistent volume Claims for storage.
Learn to create config-map and secrets to pass environment variables
sensitive data and much more into running pod

* Requirements

* Minikube installed
* Idea of system administration and linux commands will be good (Not mandatory)
* Understands the basic concepts of containerization technology

Description

  • Learn the core concepts of Kubernetes
  • Kubernetes Certification
  • Design and Deploy applications on Kubernetes Cluster
  • Learn to build Multi-container pods with sidecar and adapter pattern
  • Learn to create Kubernetes YAML files
  • Learn how to scale up/down an application
  • Learn to deploy high availability, fault tolerance, scalable application
  • Learn to do easy update and rollback of application
  • Learn about Replica Controller, Replica Sets, Deployment Config, Deployment, Volumes, Config map, Secrets and much more
  • Learn to check and monitor health of running pods using Liveness and readiness probes
  • Learn to debug and check log of pod
  • Learn to make state fullness application and create Persistent Volume and persistent volume Claims for storage.
  • Learn to create config-map and secrets to pass environment variables, sensitive data and much more into running pod

Course content

17 sections • 40 lectures

Architecture of Kubernetes Preview 06:06

Pod and services Preview 01:45

Setting up the environment for Kubernetes Preview 03:14

Task 1

Core Concepts (13%)

Task 2

Core Concepts (13%)

Task 3

Core Concepts (13%)

TASK 4

Multi-container Pods (10%)

Replica controller Preview 05:38

Replica set Preview 05:21

Deployment Preview 03:22

Scaling Up/ Scaling Down Preview 02:21

HPA Preview 09:49

Easy update and quick rollback Preview 07:29

Task 5

Pod Design

Task 6

Pod Design

Task 7

Pod Design

Task 8

Pod Design

Task 9

Configuration

Task 10

Configuration

Executing Command into running pod Preview 03:58

Liveness Prob Preview 06:04

Task 11

Observability

Task 12

Observability

Task 13

Services

Task 14

Services

Persistence volume and Persistence volume claim Preview 04:00

Adding persistence volume into pod Preview 04:37

Task 15

Persistence volume