Frame State Command

Frame State Command

Reference document: Kubernetes Lifecycle Probe

startup command

Check if the current framework has been started

dubbo>startup
true

dubbo>

ready command

Detect whether the current framework can provide services normally (may be temporarily offline)

dubbo>ready
true

dubbo>

live command

Check if the current framework is running normally (possibly a permanent exception)

dubbo>live
true

dubbo>

Last modified January 2, 2023: Enhance en docs (#1798) (95a9f4f6c1c)