The AAD status UI
StackState Self-hosted v5.1.x
Overview
The AAD status UI provides details on the technical state of the AAD. It can be used to retrieve information about scheduling progress, possible errors, the ML models selected and job statistics.
When to use the AAD status UI
Common questions that can be answered in the AAD status UI:
Is the AAD Kubernetes service running? If the status UI is accessible: The service is running. If the status UI isn't available: Either the service isn't running, or the Ingress hasn't been configured (See the install section).
Can the AAD Kubernetes service reach StackState? Check the status UI sections Top errors and Last stream polling results. Errors here usually indicate connection problems.
Has the AAD Kubernetes service selected metric streams for anomaly detection? The status UI section Anomaly Detection Summary shows the total time of all registered streams, if no streams are selected it will be zero.
Is the AAD Kubernetes service detecting anomalies? The status UI section Top Anomalous Streams shows the streams with the highest number of anomalies. No streams in this section means that no anomalies have been detected. The status UI section Anomaly Detection Summary shows other relevant metrics, such as total time of all registered streams, total checked time and total time of all anomalies detected.
Is the AAD Kubernetes service scheduling streams? The status UI tab Job Progress shows a ranked list of streams with scheduling progress, including the last time each stream was scheduled.
Access the status UI
Proxy
To access the status UI by proxy, run kubectl proxy:
The UI will be accessible at the URL:
Ingress
For more permanent accessibility, the status UI can also be exposed using ingress configuration. The example below shows how to configure an nginx-ingress controller.
Setting up the controller itself is beyond the scope of this document. More information about how to set up Ingress can be found at:
Not using nginx - EKS Official docs (docs.aws.amazon.com)
Using nginx - EKS blog post (aws.amazon.com)
Last updated