Deployment Detail
Deployment {{ deployment.id }} on localhost port {{ deployment.guest_port }}.
Live Health
{% if health_probe.error %} {{ health_probe.error }} {% elif health_probe.ok %} Sentinel responded with healthy payload. {% else %} Waiting for a healthy sentinel response. {% endif %}
{% if health_probe.payload %}{{ health_probe.payload }}{% elif health_probe.error %}{{ health_probe.error }}{% else %}No payload yet.{% endif %}
Facts
{{ deployment.last_error }}
Runtime Services
{{ runtime_service.hostname }}:{{ runtime_service.internal_port }}
Control plane status: {{ runtime_service.status }}
No runtime services recorded yet.
{% endfor %}Diagnostics Snapshot
{{ diagnostics.pod.error }}
{% endif %} {% else %}No diagnostics snapshot has been captured yet.
{% endif %}Django Container
{{ diagnostics.django.inspect_error }}
{% endif %}{{ diagnostics.django.logs|default:'No Django logs captured yet.' }}
{{ runtime_service.label }}
{{ runtime_service.inspect_error }}
{% endif %} {% if runtime_service.log_error %}{{ runtime_service.log_error }}
{% endif %}{{ runtime_service.logs|default:'No logs captured yet.' }}