“Resilience is our ability to bounce back from life’s challenges and to thrive, grow and expand.” HorizontalPodAutoscaler(HPA) is a sperate resource type in kubernetes, which scales the number of pods, based on CPU, Memory utilization or some custom metrics. HPA helps to optimise the number of replicas that need to…