SKE Health Agent
Overview
The SKE Health Agent is a health check agent to be executed in Kubernetes Destinations where health checks can be executed.
The release manifest is available at:
http://syntasso-enterprise-releases.s3-website.eu-west-2.amazonaws.com/#k8s-health-agent/
Release Notes
v0.4.0 (2025-08-19)
Released in Helm Chart version v0.13.0
Features
- Job history can now be configured via the
SUCCESSFUL_JOBS_HISTORY_LIMIT
andFAILED_JOBS_HISTORY_LIMIT
environment variables. Those can be set in the Deployment manifest. - Improve the health agent deployment labels, making it less likely to clash with other deployments in the same namespace.
- Bumped the Deployment resources limits and requests.
Maintenance
- Remove
sh
from the Health Adapter image. - Bump dependencies.
v0.3.3 (2025-06-23)
Released in Helm Chart version v0.11.0 Packaged with SKE Destination Helm Chart version v0.11.0
Bug fixes
- Fixes a bug where the
healthcheck-adapter
was not being built with cross-architecture support
v0.3.2 (2025-06-11)
Released in Helm Chart version v0.10.0 Packaged with SKE Destination Helm Chart version v0.10.0
Maintenance
- Security updates
v0.3.0 (2025-04-24)
Released in Helm Chart version v0.8.0 Packaged with SKE Destination Helm Chart version v0.8.0
Bug Fix
- Fixes a bug where the agent would error creating cron jobs as the generated name could hit the 52 character limit. The cron job names are now truncated.
Maintenance
- Bump dependencies
v0.2.1 (2025-04-16)
Released in Helm Chart version v0.7.0 Packaged with SKE Destination Helm Chart version v0.7.0
Features
- Enable the pprof endpoint (8257b01)
Maintenance
- Bump dependencies
v0.2.0 (2025-01-15)
Released in Helm Chart version v0.6.0 Packaged with SKE Destination Helm Chart version v0.6.0
Features
- Initial release