All Deployments

{{ report.profiles|length }} total
{% for p in report.profiles|sort(attribute='sizing_category', reverse=true) %} {% endfor %}
Deployment Status CPU Util Mem Util CPU Req Mem Req
{{ p.name }} {{ p.namespace }} · {{ p.replica_count }} replicas {% if p.sizing_category == "under-provisioned" %} Under-sized {% elif p.sizing_category == "over-provisioned" %} Over-sized {% else %} Right-sized {% endif %}
{{ p.cpu_utilization_pct }}%
{{ p.memory_utilization_pct }}%
{{ p.cpu_request_fmt }} {{ p.memory_request_fmt }} Details →