How to monitor application using probes in OpenShift?

22 Apr 2020 » openshift, nodejs

Objective

  • Add Readiness Probe to nodejs Application
  • Add Liveness Probe to nodejs Application

Step 1: Deploy nodejs application using S2I. Refer How to deploy application using Source to Image (S2I) in OpenShift? blog.

Step 2: Open Dashobard

Step 2

Step 3: Login with developer user

Step 3

Step 4: Go to project my-project

Step 4

Step 5: Go to application nodejs

Step 5

Step 6: Go to deployment

Step 6

Step 7: Go to health checks

Step 7

Step 8: Add readiness probe

Step 8

Step 9: Add liveness probe & save

Step 9