alipay / container-observability-service

Simplify Kubernetes applications operation with one-stop observability services, including resource delivery SLO,root cause diagnoses and container lifecycle tracing and more.
Apache License 2.0
86 stars 15 forks source link

Add federation API to query pod lists from multiple clusters #89

Open d3c3mber opened 6 months ago

d3c3mber commented 6 months ago

This PR solves the problem that users may want to query multiple Kubernetes' data in one API call as there are usually more than one clusters in an organization.

Also, add basic authentication to the federation APIs

NOTE: this PR is only the server part of the federation querying functionality. There will be another PR addressing the grafana dashboard.

xref #88