Course Information
Course Overview
Kubernetes will run and manage your containerized applications. Learn how to build, deploy, use, and maintain Kubernetes
This course will help you to gain understanding how to deploy, use, and maintain your applications on Kubernetes. If you are into DevOps, this is a technology you need to master. Kubernetes has gained a lot of popularity lately and it is a well sought skill by companies.
This course is updated frequently to include the features of latest releases!
When Google started running containers a decade ago, nobody could reach this kind of infrastructure agility and efficiency. Using this knowledge, Google released Kubernetes as an free and open source project. Nowadays Kubernetes is used by small companies and big enterprises who want to gain the efficiency and velocity Google has.
You can containerize applications using Docker. You can then run those containers on your servers, but there's no way you can manage those efficiently without extra management software. Kubernetes is an orchestrator for your containers that will create, schedule and manage your containers on a cluster of servers. Kubernetes can run on-premise or in the cloud, on a single machine or on thousands of machines.
I will show you how to build apps in containers using docker and how to deploy those on a Kubernetes cluster. I will explain you how to setup your cluster on your desktop, or on the cloud using AWS. I use a real world example app (Wordpress with MySQL - blogging software) to show you the real power of Kubernetes: scheduling stateless and stateful applications.
The introduction lectures that show you the Kubernetes desktop installation are free to preview, so you can already have a go at it before buying the course!
This course also has Closed Captions (English subtitles)
Updates (11/2019):
* Added Admission Controllers lectures
* Continuous Development with Skaffold
* etcd and the raft algorithm
Updates (01/2020):
* AWS EKS (managed Kubernetes) lecture and demo
Updates (01/2021):
* MutatingWebhook, ValidatingWebhook and demo
Updates (04/2024):
* How to write a Kubernetes Operator Controller in Go
Course Content
- 15 section(s)
- 147 lecture(s)
- Section 1 Course Introduction
- Section 2 Introduction to Kubernetes
- Section 3 Kubernetes Basics
- Section 4 Advanced Topics
- Section 5 Kubernetes Administration
- Section 6 Packaging and Deploying on Kubernetes
- Section 7 Continuous Development with Kubernetes
- Section 8 GitOps with Kubernetes
- Section 9 Serverless on Kubernetes
- Section 10 Microservices
- Section 11 Installing Kubernetes using kubeadm
- Section 12 Installing Kubernetes using EKS
- Section 13 On-Prem or Cloud Agnostic Kubernetes
- Section 14 How to write a Kubernetes Operator Controller
- Section 15 Course Completion
What You’ll Learn
- Install and configure Kubernetes (on your laptop/desktop or production grade cluster on AWS), Use Docker Client (with kubernetes), kubeadm, kops, or minikube to setup your cluster, Be able to run stateless and stateful applications on Kubernetes, Use Healthchecks, Secrets, ConfigMaps, placement strategies using Node/Pod affinity / anti-affinity, Use StatefulSets to deploy a Cassandra cluster on Kubernetes, Add users, set quotas/limits, do node maintenance, setup monitoring, Use Volumes to provide persistence to your containers, Be able to scale your apps using metrics, Package applications with Helm and write your own Helm charts for your applications, Automatically build and deploy your own Helm Charts using Jenkins, Install and use kubeless to run functions (Serverless) on Kubernetes, Install and use Istio to deploy a service mesh on Kubernetes, Continuously Develop using Skaffold
Skills covered in this course
Reviews
-
SStephan Funkner
Mehr Tiefe um das Verständnis besser aufzubauen.
-
MMahendra Kumar Beere
Good
-
JJaouhar Mbarek
good, but it shhould be updated
-
SSunil Agarwal
This course is the reason I understand Kubernetes at all. I’m genuinely grateful—nothing else teaches complex DevOps concepts with such clarity. It built my entire foundation, from deployments to scaling and real-world troubleshooting. Even in production, its lessons guide me daily. Truly astonishing the best and only Kubernetes course I’ve ever needed. Thank You !!!!