Practise the standard verbs for registering and maintaining services in Consul.
0 / 5 completed
1 / 5
Fill in: 'We ___ every service instance with Consul on startup so downstream clients can look it up by name instead of relying on a hardcoded IP address.'
We 'register a service' — the standard, established Consul collocation for adding an instance to the service catalog. The other options aren't the recognised term here.
2 / 5
Fill in: 'Registering a service without a working health check can ___ a crashed instance still listed as healthy, quietly receiving traffic it can no longer handle.'
We say a missing health check will 'leave' a dead instance listed as healthy — the standard, natural collocation for the resulting risk. The other options aren't idiomatic here.
3 / 5
Fill in: 'We ___ a health check interval short enough to catch a failure quickly, but not so aggressive that it floods every instance with constant probe traffic.'
We 'set an interval' — the standard, simple collocation for configuring how often a health check runs. The other options are less idiomatic here.
4 / 5
Fill in: 'We ___ service catalog entries against the actual running fleet weekly, so a decommissioned instance that never deregistered doesn't linger in discovery results.'
We 'audit' catalog entries — the standard, simple collocation for periodically reviewing registered instances for accuracy. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ an unhealthy instance from the catalog automatically after repeated failed checks, rather than letting the load balancer keep routing requests to it.'
We 'deregister an instance' — the standard, established collocation for removing a failing service from discovery. The other options aren't the recognised term here.