For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Overview
        • API gateways
        • Postman Insights
        • Postman Workspaces
        • Cluster Watcher
      • Explore your services
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Get started
  • Compare with other discovery methods
Postman API CatalogConnect to your services

Connect with Cluster Watcher

||View as Markdown|
Was this page helpful?
Previous

Connect existing workspaces

Next

Explore your services

Built with

Cluster Watcher provides the fastest, lowest-friction way to discover and onboard APIs from your Kubernetes deployments into the API Catalog. It’s designed for teams that need quick API discovery without complex setup or elevated access requirements.

To use Cluster Watcher, reach out to Postman support to have it enabled for your organization.

Cluster Watcher solves the common challenge of getting started with API discovery when you:

  • Deploy APIs in Kubernetes environments.
  • Need quick onboarding without extensive configuration.
  • Can’t or don’t want to grant elevated cluster access.
  • Want to connect your deployments to Git repositories.
  • Prioritize shipping speed over spec-first development.

Cluster Watcher operates as a Custom Resource Definition (CRD) that:

  • Installs at cluster control plane level — No sidecars, pods, or traffic interception needed.
  • Reads Kubernetes APIs only — Discovers deployments through standard API calls.
  • Sends metadata to Postman — Automatically populates the API Catalog.
  • Links deployments to Git — Captures commit IDs and branch information for CI integration.

Get started

To get started with Cluster Watcher, ensure you have the following prerequisites:

  • Kubernetes cluster with API access
  • Postman organization with API Catalog enabled
  • Git repositories connected to your deployments

Then, follow these steps to set up Cluster Watcher:

  1. Install Cluster Watcher.
  2. Verify discovery — Check that deployments appear in the API Catalog. Go to the API Catalog and click Service discovery, then select Cluster Watcher as the source.
  3. Select the deployments you want to add to the API Catalog and click Import Service.
  4. Review Git integration — Confirm commit and branch information is captured.
  5. Explore discovered APIs in Integrated services — Use the catalog to understand your API landscape.

Cluster Watcher works alongside other discovery methods. You can start here and add more comprehensive monitoring later as your API governance matures.

Cluster Watcher captures the following information about your deployments:

  • Deployment metadata — Names, namespaces, and cluster information
  • Git information — Commit IDs and branch details for each deployment
  • CI linkage — Connects deployments back to your CI pipeline and Git repositories

Cluster Watcher focuses on deployment discovery and Git integration. It doesn’t capture live traffic or endpoint details like other discovery methods.

Compare with other discovery methods

While Cluster Watcher excels at lightweight discovery, you might consider alternatives for specific needs:

MethodSetupAccess RequiredBest For
Cluster WatcherMinimalBasic K8s APIFast onboarding, Git integration
Insights AgentComplexElevated accessTraffic monitoring, detailed analytics
API GatewayMediumGateway accessSpec-first teams with existing infrastructure

You can start with Cluster Watcher for immediate API discovery, then consider the following as your API governance matures:

  • Insights Agent — When you need traffic monitoring and performance analytics
  • API Gateway integration — When you have established gateway infrastructure and specifications