Is there a method available for monitoring deploymentconfigs, pods, and replica sets thru ESP POJO_JOB?
search cancel

Is there a method available for monitoring deploymentconfigs, pods, and replica sets thru ESP POJO_JOB?

book

Article ID: 258133

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

Is there a method available for monitoring deploymentconfigs, pods, and replica sets etc?  

Environment

Release : 12.0

Resolution

The scaleDeploymentConfig is the method to use.  This can scale a deployment config to any replica number including 0.  Scaling a deployment config to 0 will terminate the pod.

Additional Information

Openshift agent plug in needs to be installed.