Horizontal Pod Autoscaler (HPA) automatically increases or decreases the number of Pods based on CPU or memory utilization. In this project, I configured HPA on a local KIND cluster and verified autoscaling using CPU-based metrics.
1. Namespace
A Namespace logically separates Kubernetes resources, making it easier to organize and manage applications independently.
namespace.yml
kind: Namespace






