The Manifest Diff vs Live Cluster tool is a client-side drift detector. Paste your desired manifest and a live snapshot (for example from kubectl get -o yaml) and it compares them in your browser, field by field, to surface drift. It does NOT connect to a live cluster - you supply both texts.
A small tolerant YAML parser (not js-yaml) reads both pastes. Nothing is uploaded.