Requests and Limits
Setting up the Metrics Server
Metrics server used to run as a pod on the control plane node named kube-system.
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
k8s-app: metrics-server
name: metrics-server
namespace: kube-system
---
api...
gopinathv19kubernetes.hashnode.dev3 min read