Skip to content

Cronjob monitoring and visualization in kubernetes - Frontend for sk8l

License

Notifications You must be signed in to change notification settings

danroux/sk8l-ui

Folders and files

NameName
Last commit message
Last commit date
Apr 9, 2025
Apr 2, 2025
Apr 9, 2025
May 1, 2024
May 6, 2024
Feb 16, 2024
May 6, 2024
May 6, 2024
Nov 9, 2023
Feb 16, 2024
Nov 9, 2023
Feb 16, 2024
Nov 9, 2023
Nov 14, 2023
Jun 20, 2024
Apr 1, 2025
Apr 3, 2025
Apr 3, 2025
Jun 20, 2024
Nov 9, 2023
Apr 1, 2025
Nov 21, 2023
Nov 9, 2023
Feb 16, 2024
Apr 16, 2024
May 6, 2024
Nov 9, 2023
Apr 9, 2025
Apr 2, 2025
Feb 16, 2024
Feb 1, 2024
Feb 16, 2024
Apr 9, 2025

Repository files navigation

sk8l

sk8l/skål

Monitor your cronjobs activity. Use the exported prometheus metrics to get alerts when your cronjob fails, takes longer than expected or does not start when it should.

  • Get an overview of your cronjobs running in a namespace
  • See which cronjobs run more often
  • Get a quick glimpse of a cronjob, job or pod configuration via the UI
  • Use the exported prometheus metrics:
    • Total registered cronjobs
    • Total completed cronjobs
    • Total cronjobs failures
    • Amount of current running cronjobs
    • Total completions of a cronjobs
    • Current duration of a running cronjob
    • Total failures of a cronjob
  • Familiar UI, based on the open source Primer framework by github.

Screenshots

https://sk8l.io/

HELM Chart

https://artifacthub.io/packages/helm/sk8l/sk8l

helm repo add sk8l https://sk8l.io/charts
helm repo update

helm search repo sk8l

helm upgrade --install [RELEASE_NAME] sk8l/sk8l \
--set namespace=[NAMESPACE] \
--set serviceAccount.metadata.namespace=[NAMESPACE]