Kubernetes - Resource Management
Given this VPA configuration snippet, what will happen when the pod's CPU usage increases beyond the current request?
apiVersion: autoscaling.k8s.io/v1
kind: VerticalPodAutoscaler
metadata:
name: example-vpa
spec:
targetRef:
apiVersion: apps/v1
kind: Deployment
name: example-app
updatePolicy:
updateMode: "Auto"