🧹 Cache admin
PHP calls the op endpoints server-side (secret stays on the server). "All instances" (default) resolves the headless Service to every pod IP and purges each pod directly — deterministic, no waiting on the broadcast. Unchecked, it goes via the (load-balanced) Service to one pod, which broadcasts to its peers.
Cache contents per pod (GET /_esy/objects · /_esy/tags · all instances via the headless Service)
Each pod shows what it holds locally: the objects (with tag badges) and the tag counts. After an all-instances tag purge the object should be gone everywhere — so you can see what (if anything) is left behind.
10.11.16.136:8080
4 objects
category-pasta×2 home×2 product-penne×2 store×4
objecttags
/ · lang=de
/index.php · lang=de
/product.php?id=penne · lang=de
/product.php?id=penne · lang=en
10.11.17.106:8080
7 objects
account×2 catalog×2 catalog-page-1×2 category-pasta×2 home×1 product-penne×2 store×7
objecttags
/ · lang=de
/account.php · lang=de
/account.php · lang=en
/catalog.php · lang=de
/catalog.php · lang=en
/product.php?id=penne · lang=de
/product.php?id=penne · lang=en
10.11.19.225:8080
7 objects
account×1 catalog×2 catalog-page-1×2 category-pasta×2 home×2 product-penne×2 store×7
objecttags
/ · lang=de
/account.php · lang=de
/catalog.php · lang=de
/catalog.php · lang=en
/index.php · lang=de
/product.php?id=penne · lang=de
/product.php?id=penne · lang=en