GCP - Cloud Load Balancing
Given this health check configuration snippet, what will happen if the server does not respond within 10 seconds?
{
"type": "HTTP",
"port": 8080,
"timeoutSec": 10,
"unhealthyThreshold": 3
}Given this health check configuration snippet, what will happen if the server does not respond within 10 seconds?
{
"type": "HTTP",
"port": 8080,
"timeoutSec": 10,
"unhealthyThreshold": 3
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions