Management Kubernetes Endpoint

Management Get Management Pod Endpoint

Endpoint: Management Kubernetes Get Management

Method: GET

RESPONSES:
  • 200: Returns information about the management pod
  • 400: Unable to get management pod. Not running in a cluster

This endpoint provides the management pod with the ability to get information about itself. This is done with the use of the Kubernetes API.

Management Get Worker Pods Endpoint

Endpoint: Management Kubernetes Get Workers

Method: GET

RESPONSES:
  • 200: Returns a list of worker pods information
  • 400: Unable to get workers. Not running in a cluster

This endpoint provides the management pod with the ability to get information about all of the worker pods. This is done with the use of the Kubernetes API. It returns an array with every worker as an object. If the application is not running in a Kubernetes environment then a 400 will be returned.