Configure load balancers

Configure load balancers in Linux — with the four heights of help laid out: do it now, make it easier for the next person to accept, work out the right move when you are stuck, and learn the pattern so it stops coming back.

4prompt heights
Open it in the interactive atlas →

The four heights

The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.

Execute — do the immediate task

+
Our load balancer config needs an update before Monday. Apply the new backend pool that adds web03…
Our load balancer config needs an update before Monday. Apply the new backend pool that adds web03 and web04, set health checks to expect HTTP 200 on /healthz with a 3s timeout, and make sure session affinity is cookie-based. After you update, validate routes from the edge and roll back if latency increases by more than 30ms for the VIP.

Improve — make it easier to accept

+
Before I give this to engineering for approval, make the proposed load balancer change easy to…
Before I give this to engineering for approval, make the proposed load balancer change easy to accept: put the expected traffic distribution and capacity headroom up front, list the exact URL and health-check response used, show how session affinity affects sticky sessions for the mobile app, and call out what a reviewer must test in staging to be confident.

Decide — diagnose the stuck moment

+
I added web04 to the pool and it immediately failed health checks. I’m worried traffic won’t shift…

The new backend failed health checks after I added it.

I added web04 to the pool and it immediately failed health checks. I’m worried traffic won’t shift properly and mobile users will see session loss. I don’t know whether the service on web04 is misconfigured, the health endpoint is wrong, or networking is blocked. What diagnosis path will quickly tell me the cause and the safest way to bring web04 into rotation?

Become — change the pattern

+
Every few months we scramble because new backends fail health checks or affinity breaks, forcing…

We repeatedly deploy backends that fail health checks and cause cutovers.

Every few months we scramble because new backends fail health checks or affinity breaks, forcing rollbacks and late-night fixes. Where am I losing time and credibility in how we add servers, and what single habit change would prevent most of these emergency rollbacks?

Next to this one

Other operating system work people do in Linux.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.