python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Proper Usage of Kubernetes Probes
TL;DR is the last paragraph, but the rest is here for context if that's not clear enough.
I have a K8s pod running a PHP application. It's split up into an FPM container, and an Nginx container. The l...

Afraz
Votes: 0
Answers: 1
How to write readinessprobe for sidekiq
Since sidekiq doesn't provide external URL, is there anyway to add readinessprobe to sidekiq container?
The container only runs
bundle exec sidekiq
right now.
Can I write a simple script which just e...

Harshini
Votes: 0
Answers: 1
If the Camel Route crashes, is it removed from the Camel Context? If not, how can I check that it is no longer executed?
I have a readiness probe based on the fact that the number of Apache Camel routes loaded to the CamelContext isn't decreasing. Am I right and can rely on this count as a scent of silently failed route...

Eljah
Votes: 0
Answers: 0
Kafka in Python on Kubernetes - perform Heathcheck
I use Kafka with the Python SDK and run the Code in a Kubernetes Cluster. The "main" consumer function looks like this:
def consume(self):
logger.info("Consumer starting listening.&...

Data Mastery
Votes: 0
Answers: 1