{ "opencollection": "1.0.0", "info": { "name": "Linkerd Proxy Admin Discovery Health API", "version": "2.x" }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Linkerd Proxy readiness check", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:4191/ready" }, "docs": "Returns the readiness status of the Linkerd proxy. Used by Kubernetes as a readiness probe to determine if the proxy is ready to accept traffic." }, { "info": { "name": "Linkerd Proxy liveness check", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:4191/live" }, "docs": "Returns the liveness status of the Linkerd proxy. Used by Kubernetes as a liveness probe to determine if the proxy process is alive." } ] } ], "bundled": true }