Please log in to access your purchased courses.
Overview
In this course we’ll be covering basics for Kubernetes. We’ll start by learning its architecture and explore different building blocks like Pods, ReplicaSets, Deployment etc. We would then explore the Service object and see how we can expose our applications with different configurations.
This is a completely free course with the hands-on demos, which you can try on your local workstation simultaneously. So don’t wait, just sign up and start your Kubernetes journey the right way !!
Who is this Course For
Developers, System Administrators, Managers, DevOps with no prior knowledge of Kubernetes
Agenda
- What, Why and Where to use Kubernetes (20 mins)
- Kubernetes Architecture (20 mins)
- Kubernetes API Primitives (20 mins)
- Kubernetes Building bloks like Pods, ReplicaSets, Deployment (60 mins)
- Kubernetes Services (40 mins)
- Deploying a multi-tier application on Kubernetes (30 mins)
Introduction and Setup
Start your Docker journey with an introduction to the course and the author, along with instructions to make the most out of the course.
Lessons
Course Introduction1 Author’s Introduction Lab Setup Details Create your own Kubeadm Kubernetes Cluster Download the supporting filesCore Concepts
Understand the foundational principles of Kubernetes, focusing on core concepts to build a solid understanding of container orchestration
Lessons
Kubernetes Introduction Kubernetes Architecture Accessing Kubernetes Kubernetes Networking Overview Kubernetes API Primitives & Object Model Pods Multi-Container Pods Namespaces Exercises Core Concepts (quiz)Application Lifecycle Management
Explore the module to understand how to manage applications with ReplicaSet, Deployment, Labels, Selectors, and Annotations for a holistic understanding of container orchestration
Lessons
Replicaset Deployment Scaling the Deployments Deployment Startegy – Rolling Update Deployment Strategy – Recreate Labels and Selectors Annotations Labels and Annotations for Deployment Object Field Selectors Exercises Application Lifecycle Management (quiz)Services and Networking
Dive into the module, empowering beginners to harness the full potential of container orchestration through Kubernetes services