|
1 | 1 | --- |
2 | 2 | layout: src/layouts/Default.astro |
3 | 3 | pubDate: 2025-03-28 |
4 | | -modDate: 2025-05-16 |
| 4 | +modDate: 2026-03-19 |
5 | 5 | navSection: Live Object Status |
6 | 6 | title: Kubernetes Live Object Status |
7 | 7 | navTitle: Overview |
@@ -38,31 +38,52 @@ Octopus display individual status at an object level as well as summarized statu |
38 | 38 |  |
39 | 39 | ::: |
40 | 40 |
|
41 | | -### Application status |
| 41 | +### Application Health Status |
| 42 | + |
| 43 | +The application health status is a roll-up of the health of all objects: |
| 44 | + |
| 45 | +| Label | Status Icon | Description | |
| 46 | +| :---------- | :----------------------------------------------------------------------------------: | :-------------------------------------------------------------------------- | |
| 47 | +| Progressing | <i class="fa-solid fa-circle-notch blue"></i> | Objects in your application are currently in a progressing state | |
| 48 | +| Healthy | <i class="fa-solid fa-heart green"></i> | The objects in your cluster match what was specified in the last deployment | |
| 49 | +| Unknown | <i class="fa-solid fa-question grey"></i> | We're having trouble getting live status updates for this application | |
| 50 | +| Degraded | <i class="fa-solid fa-heart-crack red"></i> | Your objects experienced errors after the deployment completed | |
| 51 | +| Missing | <i class="fa-solid fa-ghost grey"></i> | Objects in your application are currently in a missing state | |
| 52 | +| Unavailable | <i class="fa-solid fa-circle-exclamation red"></i> | Application live status is unavailable because your last deployment failed | |
| 53 | +| Waiting | <i class="fa-solid fa-hourglass blue"></i> | Application live status will be available once the deployment completes | |
| 54 | +| Stale | <img src="/docs/img/bolt-slash.svg" alt="stale icon" width="16px" height="16px">. | Status information is stale. No data has been received in the last 10 minutes| |
| 55 | + |
| 56 | +### Application Sync Status |
| 57 | + |
| 58 | +Sync Status tracks whether the changes Octopus deployed still matches the resources in the cluster. |
42 | 59 |
|
43 | 60 | | Label | Status Icon | Description | |
44 | | -| :---------- | :------------------------------------------------: | :-------------------------------------------------------------------------- | |
45 | | -| Progressing | <i class="fa-solid fa-circle-notch blue"></i> | Objects in your application are currently in a progressing state | |
46 | | -| Healthy | <i class="fa-solid fa-heart green"></i> | The objects in your cluster match what was specified in the last deployment | |
47 | | -| Unknown | <i class="fa-solid fa-question grey"></i> | We're having trouble getting live status updates for this application | |
48 | | -| Degraded | <i class="fa-solid fa-heart-crack red"></i> | Your objects experienced errors after the deployment completed | |
| 61 | +| :---------- | :------------------------------------------------: |:----------------------------------------------------------------------------| |
| 62 | +| In Sync | <i class="fa-solid fa-check green"></i> | The objects on your cluster match what you last deployed | |
49 | 63 | | Out of Sync | <i class="fa-solid fa-arrow-up orange"></i> | The objects on your cluster no longer match what you last deployed | |
50 | | -| Missing | <i class="fa-solid fa-ghost grey"></i> | Objects in your application are currently in a missing state | |
51 | | -| Unavailable | <i class="fa-solid fa-circle-exclamation red"></i> | Application live status is unavailable because your last deployment failed | |
52 | | -| Waiting | <i class="fa-solid fa-hourglass blue"></i> | Application live status will be available once the deployment completes | |
53 | | - |
54 | | -### Object status |
55 | | - |
56 | | -| Label | Status Icon | Description | |
57 | | -| :---------- | :-------------------------------------------: | :----------------------------------------------------------------------------------------- | |
58 | | -| Progressing | <i class="fa-solid fa-circle-notch blue"></i> | Object is attempting to reach the desired state | |
59 | | -| Healthy | <i class="fa-solid fa-heart green"></i> | Object is in sync and reporting that it is running as expected | |
60 | | -| Unknown | <i class="fa-solid fa-question grey"></i> | We don't have up-to-date information about the live status of this object | |
61 | | -| Degraded | <i class="fa-solid fa-heart-crack red"></i> | Object has run into a problem, check the logs or events to find out more | |
62 | | -| Out of Sync | <i class="fa-solid fa-arrow-up orange"></i> | Object manifest is not the same as what was applied | |
63 | | -| Missing | <i class="fa-solid fa-ghost grey"></i> | Object is missing from the cluster | |
64 | | -| In Sync | <i class="fa-solid fa-check green"></i> | Object manifest matches what was applied, but does not report any additional health status | |
65 | | -| Suspended | <i class="fa-solid fa-pause grey"></i> | Job is not currently running | |
| 64 | +| Unknown | <i class="fa-solid fa-question grey"></i> | We’re having trouble getting sync status updates for this application | |
| 65 | +| Unavailable | <i class="fa-solid fa-circle-exclamation red"></i> | Application sync status is unavailable because your last deployment failed | |
| 66 | +| Waiting | <i class="fa-solid fa-hourglass blue"></i> | Application sync status will be available once the deployment completes | |
| 67 | + |
| 68 | +### Object Health Status |
| 69 | + |
| 70 | +| Label | Status Icon | Description | |
| 71 | +| :---------- | :-------------------------------------------------------------------------------: |:-------------------------------------------------------------------------------| |
| 72 | +| Progressing | <i class="fa-solid fa-circle-notch blue"></i> | Object is attempting to reach the desired state | |
| 73 | +| Healthy | <i class="fa-solid fa-heart green"></i> | Object is in sync and reporting that it is running as expected | |
| 74 | +| Unknown | <i class="fa-solid fa-question grey"></i> | We don't have information about the live status of this object | |
| 75 | +| Degraded | <i class="fa-solid fa-heart-crack red"></i> | Object has run into a problem, check the logs or events to find out more | |
| 76 | +| Missing | <i class="fa-solid fa-ghost grey"></i> | Object is missing from the cluster | |
| 77 | +| Suspended | <i class="fa-solid fa-pause grey"></i> | Job is not currently running | |
| 78 | +| Stale | <img src="/docs/img/bolt-slash.svg" alt="stale icon" width="16px" height="16px"> | Status information is stale. No data has been received in the last 10 minutes | |
| 79 | + |
| 80 | +### Object Sync Status |
| 81 | + |
| 82 | +| Label | Status Icon | Description | |
| 83 | +| :---------- | :-------------------------------------------: |:-----------------------------------------------------------------| |
| 84 | +| In Sync | <i class="fa-solid fa-check green"></i> | Object manifest matches what was applied | |
| 85 | +| Out of Sync | <i class="fa-solid fa-arrow-up orange"></i> | Object manifest is not the same as what was applied | |
| 86 | +| Unknown | <i class="fa-solid fa-question grey"></i> | We don't have information about the live status of this object | |
66 | 87 |
|
67 | 88 | Take a look at our [troubleshooting guide](/docs/kubernetes/live-object-status/troubleshooting) for details on why you may see some object statuses |
68 | 89 |
|
|
0 commit comments