Accessing the System Status View
- Log in to the LARK admin interface using your administrator credentials.
- Select System Status from the main navigation menu.
- The status dashboard loads a live view of all services, grouped by application.
What Healthy Status Looks Like
A fully healthy LARK will show all services in the Running state with their readiness checks passing. In the status view, healthy indicators include:Running
The service has started successfully, passed its readiness check, and is actively serving requests. This is the expected state for all services during normal operation.
Completed
Seen on short-lived task services that ran a one-time job and exited cleanly. This is normal and does not require action.
Recognising Unhealthy States
If a service is not functioning correctly, it will appear in one of the following states:
A small number of Pending services immediately after power-on is normal. Any CrashLoopBackOff, Error, or ImagePullBackOff state that persists beyond a few minutes warrants investigation.
When to Act vs. When to Wait
Not every non-Running status requires immediate action. Use the following guidance:- After power-on: Allow two to three minutes for all services to initialise. Services will cycle through Pending and brief intermediate states before reaching Running. This is expected behaviour.
- After enabling a new application: Allow one to two minutes for the new service to reach Running. If it remains Pending or enters CrashLoopBackOff, check the appliance’s available resources.
- Persistent CrashLoopBackOff or Error: If a service has been in a failed state for more than five minutes without recovering, the issue is unlikely to self-resolve. Begin troubleshooting.
- Persistent Terminating: A service stuck in Terminating for more than a few minutes may indicate a deeper platform issue and should be investigated promptly.