python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to add Kubernetes livenessprob and readinessprob to my .net core console application?
I have a simple consol application I want there is rabbitmq connection as a consumer and there is a database connection to SQL Server.
Before Containarize the application.
There is some commands I hav...
Victor Faltas
Votes: 0
Answers: 1
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
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
How to design readiness and livness probe for Angular application
I have an angular application which is deployed on apache container running on Kubernetes. I wanted to setup liveness and readiness probe for pods but I am out of ideas .Any help would be appreciated....
Ladu anand
Votes: 0
Answers: 1