We run 8 microservices on k8s and i'd like to learn how to define what resource limits to use for my pods. This isn't that big of an issue when running on our cloud platform but I do like to test it locally as well.
Currently, i'll just guess and allocate, sometimes i'll check how much they're consuming once they're running using kubectl describe nodes
Is there a better way to determine the resources a particular application will need?