1. Create a single pool for php 2. Reserve some % of that pool for admin requests 3. Reserve an extra 1-2 processes for php-fpm ping 4. Use https://github.com/openresty/lua-resty-limit-traffic for limiting and queueing connections to the reserverd pools. This is needed to better handle liveness/readyness probes for the container. Related to presslabs/wordpress-operator#57