Skip to main content
Version: 12.x (Current)

Monitor your Services

In Kubernetes, a Service is an abstract way to expose an application running on a set of Pods as a network service..

On this section you can monitor all your Services and the relative properties.

Services Table

The table presented here shows the following information:

  • Name: the name of the Service.
  • Service Type: the full list of service types can be found in the kubernetes documentation.
  • Age: the date when the Service was lastly deployed.

list_of_services

Inspecting a Service

Selecting the Service name you can inspect more detail about that Service.

Service Describe

In the Describe view you can find information about the selected Service in JSON format. These details are the ones exposed by the Kubernetes APIs.

describe