What is the purpose of the Kubernetes API server’s watch bookmarks feature?

Kubernetes Fundamentals Hard

Kubernetes Fundamentals — Hard

What is the purpose of the Kubernetes API server’s watch bookmarks feature?

Key points

  • Watch bookmarks are progress notifications, not user bookmarks
  • They contain resource version markers for efficient resumption
  • Bookmarks help clients avoid re-listing resources after disconnection
  • They are distinct from etcd revisions and controller progress

Ready to go further?

Related questions