monitor all changes in your Kubernetes(K8s) cluster, detects crashes in your running apps in realtime, and publishes notifications to your channels (Slack, Discord, etc.) instantly
helm repo add kwatch https://kwatch.dev/charts
helm repo update
helm install [RELEASE_NAME] kwatch/kwatch --version 0.10.1
helm delete --purge [RELEASE_NAME]
Parameter | Description | Default |
---|---|---|
podAnnotations |
Pod annotations | {} |
podLabels |
Pod labels | {} |
securityContext.runAsNonRoot |
Container runs as a non-root user | true |
securityContext.runAsUser |
Container processes' UID to run the entrypoint | 101 |
securityContext.runAsGroup |
Container processes' GID to run the entrypoint | 101 |
securityContext.readOnlyRootFilesystem |
Container's root filesystem is read-only | true |
resources |
CPU/Memory resource requests/limits | {limits: memory: 128Mi cpu: 100m} |
nodeSelector |
Node labels for pod assignment | {} |
tolerations |
Tolerations for pod assignment | [] |
affinity |
affinity for pod | {} |
config |
kwatch configuration | {} |