amargherio / aks-egress-checker

A container image used to validate required egress connectivity in AKS!
MIT License
0 stars 0 forks source link

Profiling and performance optimization #2

Open amargherio opened 1 year ago

amargherio commented 1 year ago

This shouldn't require a ton of resources to run, but there needs to be a better understanding on resource utilization and performance. Specifically...

Disk IO and space requirements should be minimal - in the containerized form, it's mostly log output.

Memory is a bit trickier since the parsed egress requirements are all stored in memory along with test results prior to generating output - this could be significant enough to account for.

CPU utilization - not sure what to expect here.