Cloud Digital Leader • Practice Test 26
Free Cloud Digital Leader practice test — 15 questions with explanations. Set 26. No signup required.
Refer to the exhibit. A team deployed this Cloud Run service. During a load test, the service receives high traffic, but the number of container instances never exceeds 10. What is the most likely cause?
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: hello
spec:
template:
metadata:
autoscaling.knative.dev/maxScale: "10"
autoscaling.knative.dev/minScale: "2"
spec:
containerConcurrency: 80
containers:
- image: us-docker.pkg.dev/cloudrun/container/hello
resources:
limits:
cpu: "1"
memory: "256Mi"