Skip to main content
Version: 3.0.0

Resources API

The resources-presenter service is a read-only API gateway designed to query the current state of Kubernetes resources managed by Krateo.

API Endpoints​

All endpoints require a valid JWT bearer token for authentication, except for health checks.

MethodEndpointDescription
GET/resourcesLists Kubernetes resources matching specified criteria.
POST/resourcesAdvanced querying and filtering (supports pagination, sorting, and field-specific filters).
GET/resources/{global_uid}Fetches detailed info for a single resource using a unique global_uid (format: cluster_name:uid). Supports raw=true and status_raw=true query parameters.
GET/livezLiveness probe: confirms the service is running.
GET/readyzReadiness probe: confirms connectivity to the PostgreSQL database.