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 version 0.11.11 delivers massive performance improvements by removing the unused discovery phase and optimizing activity tracking.
The control_loop (every 10 seconds) previously called discover_class() for 5 model types, leading to over 1000 DB queries per cycle - even though the discovery methods mostly contained only pass. This phase has been completely removed.
Before: 1000+ DB queries / 10 seconds
After: 0 DB queries for discovery
The get_original_field_values() function executed an additional SELECT query with every save(). With a new from_db() caching mechanism, values are now stored upon initial loading.
Before: 1 SELECT per save()
After: 0 SELECTs (cached values)
The polycrate-api block has been updated to version 0.5.15:
polycrate pull cargo.ayedo.cloud/ayedo/k8s/polycrate-api
polycrate run polycrate-api installdocker pull cargo.ayedo.cloud/polycrate/polycrate-api:0.11.11Polycrate is ayedo’s Infrastructure-as-Code tool for declarative multi-cluster management. 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 …