3 Ways to Time Kubernetes Job Duration for Better DevOps
Knowing how long the exucution of jobs take is a crucial part of monitoring and proactive system administration.
Being able to measure, store and query this value over the course of your application lifecycle can help you identify bottlenecks, optimize your infrastructure and improve the overall performance of your application.
In this blog post, you are presented with three methods to achive this, starting from one where you have the access and ability to modify the source code, to the one where you have control over its runtime execution, and finally without control on either & using only the Kube State Metrics.
Read more to find out how.