MID Server in K8S -> readinessProbe & livenessProbe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 08:31 AM
Hi there,
we setup our MID-Server in a Kubernetes Cluster with ArgoCD.
I woundering about the lifeness and readiness Probes. We found a script "check_health.sh" in the MID-Server Application, but it doesn't work as expected. I give the container the wrong credentials and after 30 minutes it fails, but meanwhile its healthy again. I would expect that the readiness probe fail constantly after startup.
readinessProbe:
exec:
command:
- /bin/sh
- '-c'
- /opt/snc_mid_server/check_health.sh
failureThreshold: 3
initialDelaySeconds: 5
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
Do you use other methods to implement the probes?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2025 04:29 AM
Hi @BjörnB
Were you able to solve the problem? I am also looking for a solution to monitor a containerized MID Server using Kubernetes probes.
I am surprised that I cannot find any resources on this topic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 08:47 AM
Hey @dannyfleer
Unfortunately not. To be honest, I don't have the time to explain the problem to the Support.
I tried it and then gave up because I have more useful things to do with my time.
The problem persists. Sorry!