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

Recommendations

Right-sizing suggestions for {{ report.analyzed_deployments }} deployments

{% if report.recommendations|length > 0 %} Download All (ZIP) {% endif %}
{% if report.recommendations|length == 0 %}

No recommendations generated.

This can happen when all deployments are already right-sized or no deployments were found.

{% else %}

Current vs Recommended CPU Requests

All Recommendations

{% include "partials/recommendation_rows.html" %}
Deployment CPU Request CPU ↓ Memory Request Mem ↓ Strategy Confidence Patch
{% endif %} {% endblock %} {% block scripts_extra %} {% if report.recommendations|length > 0 %} {% endif %} {% endblock %}