I have a Kubernetes service without a selector. I want to manually manage the Endpoints by having the endpoint servers register themselves.
Is there a way to specify a TTL for Endpoints when I POST them to the Kubernetes API server, so that they will timeout and be deleted automatically if my endpoint server terminates and stops heartbeating?