Q: 4
How does the Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) Cluster Autoscaler
determine when to create new nodes for an OKE cluster?
Options
Discussion
B tbh
B . A trips people up, but autoscaler looks at pending pods, not just CPU spikes.
A is wrong, B. Cluster autoscaler checks if pod resource requests can't be scheduled, not just CPU or app traffic.
Probably B, that's how autoscalers in Kubernetes work. Official docs and hands-on labs help clarify this if you want extra confirmation.
Option B here, since it's when pod resource requests can't be met that new nodes are created. Not entirely sure though.
B Saw a similar question on another practice, and it's about pending pods with unsatisfied resource requests, not utilization or custom metrics. Pretty sure it's B due to how autoscalers work in Kubernetes.
Be respectful. No spam.