Polycrate API 0.11.27 released: Pod Status, DataSource & SLO Dashboard
Polycrate API 0.11.27 is a major feature release focusing on K8sApp pod status tracking, DataSource …
Polycrate API 0.11.19 enhances the S3 Bucket Table UI with Storage and Objects columns and introduces consistent bar charts for all timeline visualizations.
The S3 Bucket Table now shows the current storage usage and object count directly in the overview:
This information was previously only available in the detail view and is now visible directly in the list.
The new column types bytes and number are available for all V2 tables and can be reused for other models:
// Example: LoadBalancer Bandwidth
columns = [
{'key': 'bandwidth', 'label': 'Bandwidth', 'type': 'bytes'},
]All timeline charts (Endpoint, S3 Bucket, LoadBalancer) now use the same bar chart style for a consistent appearance.
The polycrate-api block has been updated to version 0.5.23 (API 0.11.19):
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api installpolycrate run polycrate-api installOr download the Docker image directly:
docker pull cargo.ayedo.cloud/library/polycrate-api:0.11.19Polycrate API is ayedo’s central management platform for multi-cluster Kubernetes environments. Learn more →
Polycrate API 0.11.27 is a major feature release focusing on K8sApp pod status tracking, DataSource …
With Polycrate CLI 0.29.15, we have resolved the root cause of a persistent bug where endpoints with …
Polycrate API 0.11.23 introduces crucial fixes for API key authentication and enhances contact …