edge / eu-west

Delivery edge node

This machine is one cache in a small content delivery footprint. It stores segments close to viewers, answers range requests, and reports its own state upstream. It hosts no accounts and no upload path.

Node state
reading…
Live value from /rest/edge/health
Cache footprint
1.6 TiB
NVMe, two tiers, LRU with segment pinning
Egress ceiling
10 Gbit/s
Shaped at 8.5 Gbit/s to leave headroom for refill

What the node actually does

Requests arrive with a signed path. The node validates the signature, checks the two cache tiers, and either serves the segment or fetches it from the origin shield before storing it. Nothing else about the request is interpreted — there is no per-viewer logic and no session state on this host.

Health reporting

Health is a single JSON document, produced by the same code path the load balancer polls. Two flags matter to a caller: serving, which drops to false during a drain, and refilling, which indicates the node is warming after a restart and will have a lower hit ratio for a while.

# the balancer polls exactly this
$ curl -s https://vkvideo.abrdns.com/rest/edge/health
{
  "serving": true,
  "refilling": false,
  "release": "2026.06.1",
  "tier": "eu-west",
  "cache": { "hit_ratio_5m": 0.94, "objects": 418223 }
}

See the health page for the field list and for what each state means operationally.

What is not here

No control panel, no sign-in form, no API keys, no upload endpoint. If you were sent to this hostname expecting an account of any kind, the link was wrong. The node has no idea who you are and that is deliberate.

Operator contact

Delivery problems that involve this node — stalls, truncated segments, unexpected 403 responses on links you believe are valid — should be reported with the full request URL, the response headers you received, and a timestamp in UTC. Without the response headers there is no way to tell which tier answered.

Address and disclosure policy are published in security.txt. Terms covering use of the delivered content are in the terms page.

Edge cache — build 2026.06.1 Delivery notes security.txt