Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes Resource Analysis - Adjust health by cpu/mem utilization #1241

Open
moshloop opened this issue Dec 6, 2024 · 2 comments
Open
Assignees

Comments

@moshloop
Copy link
Member

moshloop commented Dec 6, 2024

Adjust health of nodes based on both limits & usage,

HighCPU > 75% warning, > 85 > unhealthy
HighMem > 90 warning, 95 > unhealthy

Over Provisioned
< 50% = Warning
< 25% = Unhealthy

@moshloop moshloop transferred this issue from flanksource/mission-control-registry Dec 9, 2024
@moshloop
Copy link
Member Author

moshloop commented Dec 9, 2024

Add properties + insights

@moshloop moshloop changed the title Kubernetes Topology - Adjust health by cpu/mem utilization Kubernetes Resource Analysis - Adjust health by cpu/mem utilization Dec 9, 2024
@moshloop
Copy link
Member Author

moshloop commented Dec 9, 2024

exec:
    cmd: kubectl krew install resource-snapshot && kubectl resource-snapshot -o json 
    transform:
        expr:
              {
                 insights: 
                      - 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants