{% extends "base.html" %} {% block title %}kube-foresight · Overview{% endblock %} {% block content %}

Cluster Overview

{% if report %}

Namespace: {{ report.namespace }}

{% endif %}
{% include "partials/loading.html" %}
{% if report %} {% if report.analyzed_deployments == 0 %}

No deployments found in namespace {{ report.namespace }}.

Try a different namespace using the Settings panel above.

{% else %} {% include "partials/kpi_cards.html" %} {% include "partials/forecast_alerts.html" %}

Resource Utilization

{% include "partials/deployment_table.html" %} {% endif %} {% else %}

No analysis results available.

Click Analyze to run resource analysis.

{% endif %} {% endblock %} {% block scripts_extra %} {% if report and report.analyzed_deployments > 0 %} {% endif %} {% endblock %}