Kubernetes in 7 Days

Kubernetes in 7 Days

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 39m | 650 MB

Build strong Kubernetes foundations in 1 week

Kubernetes allows you to deploy cloud-native applications anywhere and manage them exactly as you like everywhere. Kubernetes is a core tool in DevOps; it gives you the ability to schedule and manage containers (Docker or otherwise) at scale.

This course will help you to unravel the potential of Kubernetes in the shortest amount of time. You will begin by creating your first Kubernetes cluster using Minikube. Then move on to exploring Kubernetes in some more detail and build a complex cluster. By the 4th Day, you will learn to enhance your cluster with a Grafana based monitoring dashboard in your application. Once you’ve acquired knowledge on dashboards, explore how a Kubernetes cluster provisions storage to its applications and learn how to secure them. Finally, learn to create a CI/CD pipeline to build and deploy your applications.

If you are looking to deploy and manage your application on the market’s leading platform (Kubernetes) in the quickest possible time, then this course is for you!

This fast-paced course offers hands-on and practicable guidance with step-by-step instructions and assignments. This course will enable you to solve real DevOps problems via Kubernetes.

What You Will Learn

  • Build your own container cluster and manage it
  • Secure the cluster and handle service discovery
  • Set up Kubernetes clusters and use its CLI tools
  • Monitor Kubernetes clusters and run a highly available Kubernetes
  • Manage your applications with large-scale container orchestration
  • Secure Kubernetes using an access and identity management server
  • Deploy an automation server and create a Pipeline as Code solution to build and deploy an application
  • Package your applications using Helm
  • Access your services externally by using Ingress
Table of Contents

Day 1 – Getting Started with Kubernetes
1 The Course overview
2 Installing the Pre-reqs
3 Creating a Cluster with Minikube
4 Exploring Your Cluster
5 Deploying an Application
6 Homework

Day 2 – Hello Kubernetes with Minikube
7 Kubernetes Architecture
8 Kubernetes Manifests
9 Kubectl Config
10 Helm for Package Management
11 Deploying a Complex Application
12 Homework

Day 3 – Building a Complex Cluster
13 Install a Multi-Node Cluster
14 Explore the Cluster
15 Deploy Initial Workloads
16 Deploy First-App with Ingress
17 Homework

Day 4 – Monitoring and Health Checks
18 Probes and Self Healing
19 Prometheus
20 Grafana
21 Grafana Dashboards
22 Homework

Day 5 – Persistence and Databases
23 PVs and PVCs
24 Install Rook
25 Explore Rook
26 Deploy a HA Database
27 Homework

Day 6 – Security and Access Control
28 RBAC
29 Keycloak
30 Configuring Kubernetes to Use OIDC
31 Securing the Kubernetes Dashboard
32 Securing Kubectl
33 Homework

Day 7 – CI CD Solutions
34 Overview of CI CD
35 Jenkins
36 Pipeline as Code
37 Create a Pipeline
38 Homework