Browse Courses

Module-3

In this section

  • Replicaset
    This document explains ReplicaSet in Kubernetes, its role in maintaining desired pod states, scaling, redundancy, and best practices for deployment management. It covers how ReplicaSets work, their benefits, and practical usage examples.
  • Autoscaling
    This document explains Kubernetes autoscaling, including HPA, VPA, and CA their mechanisms, configuration, and best practices for optimizing resource usage and cost. It covers how each autoscaler works and when to use them.
  • Rolling Updates
    This document explains the concept, process, and best practices of rolling updates in Kubernetes, ensuring zero downtime and safe application upgrades.
  • Config Map and Secrets
    Explains Kubernetes ConfigMaps and Secrets, their characteristics, creation methods, and usage for managing configuration and sensitive data in deployments.
  • Service Binding
    Explains the concept, process, and best practices of service binding in Kubernetes, including how to securely connect applications to external services using secrets and environment variables.