Practise the standard verbs for describing sidecar injection in a service mesh.
0 / 5 completed
1 / 5
Fill in: 'We ___ a sidecar proxy into every pod so traffic can be intercepted without touching application code.'
We 'inject' a sidecar — the standard, established service mesh collocation for the automatic container insertion. The other options aren't the recognised term here.
2 / 5
Fill in: 'A missing annotation can ___ a pod from getting a sidecar at all, leaving it outside the mesh.'
We say a missing annotation will 'exclude' a pod — the standard collocation for it being left out of a process. The other options are less precise here.
3 / 5
Fill in: 'We ___ traffic through the sidecar so mTLS and retries apply uniformly across services.'
We 'route' traffic — the standard collocation for directing it through a proxy. The other options are less idiomatic here.
4 / 5
Fill in: 'We ___ sidecar resource limits carefully so the proxy itself doesn't starve the main container.'
We 'set limits' — the standard, simple collocation for configuring resource caps. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ sidecar startup order so the proxy is ready before the application starts accepting traffic.'
We 'coordinate' startup order — the standard collocation for sequencing container readiness. The other options aren't idiomatic here.