Course Content
Module 1: Introduction to Kubernetes
Objective: Understand the purpose of Kubernetes and its role in managing containerized applications.
0/5
Final Module: Capstone Project
Project Description: This capstone project challenges you to apply the Kubernetes concepts and techniques you’ve learned throughout this course. You will deploy a production-grade application that integrates key features, including scaling, monitoring, logging, and security, while ensuring high availability and performance.
0/8
Mastering Kubernetes: Orchestrating Containerized Applications
About Lesson
  1. Horizontal Pod Autoscaling (HPA):

    • Configure HPA for the application to scale based on CPU or memory utilization.

  2. Cluster Autoscaler:

    • Verify that the cluster can scale nodes dynamically based on workload demands.

  3. High Availability:

    • Deploy multiple replicas and distribute workloads across nodes.

Example HPA Command:

kubectl autoscale deployment frontend --cpu-percent=50 --min=3 --max=10

IT Vizag
Logo