Service Status

Service Statuses

Indicators

Down

Services shown in the Down state indicate that there are 0 service instances announcing into the mesh. This would be seen anytime the service is no longer deployed (scaled to 0) but has not been removed from catalog. Additionally, this can be seen if the catalog entry doesn't properly match the announced service information.

Service Down

Warning

The warning state indicates that a service has been under or over provisioned within the mesh. The acceptable provisioned range is set with the minInstances and maxInstances field of the Catalog service entry

Service Warning

Stable

Services in a stable state have no known issues with their deployment.

Service Stable

Troubleshooting

If a service appears to be in an incorrect state in the dashboard, try the following troubleshooting methods.

  • Make sure the clusterName field on the Catalog service entry matches the name field on the cluster object.

  • Check the CONTROL_SERVER_0_REQUEST_CLUSTER_NAME environment variable. Catalog uses this request cluster to discover instances of services running in the mesh, so if the request cluster doesn't know about the target cluster you're troubleshooting, Catalog won't see any instances of it either. You can test this by curling the /clusters endpoint of the request cluster's admin server. If you don't see the target cluster listed with an IP address, make sure that routing between the request cluster and the target cluster is correct.

Last updated

Was this helpful?