Skip to main content

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

important

Please note that as of v0.5.3, the SKE Health Agent image will be accessible at ghcr.io not registry.syntasso.io.

Please ensure that your Syntasso Registry secret is updated to reflect this. If it is not updated, your cluster will be unable to pull the image and the health-agent pod will fail to start.

v0.5.3 (2026-03-04)

Released in Helm Chart version v018.0

v0.5.2 (2026-02-11)

Released in Helm Chart version v0.17.0

Bug Fixes

  • Bump OpenTelemetry dependencies

v0.5.0 (2025-10-29)

Released in Helm Chart version v0.15.0

Features

  • Image Pull Secret for the Health Check Adapter image can now be configured via the Agent config map.

v0.4.1 (2025-10-28)

Released in Helm Chart version v0.14.0

Maintenance

  • Security updates

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 and FAILED_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

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

Maintenance

  • Security updates

v0.3.0 (2025-04-24)

Released in 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

Features

  • Enable the pprof endpoint (8257b01)

Maintenance

  • Bump dependencies

v0.2.0 (2025-01-15)

Released in Helm Chart version v0.6.0

Features

  • Initial release