kubeshop / monokle

Monokle is a set of OSS tools designed to help create and maintain high-quality Kubernetes configurations throughout the application lifecycle
https://monokle.io
MIT License
1.85k stars 135 forks source link

Monokle: improve speed performance #1719

Closed chlete closed 1 year ago

chlete commented 2 years ago

As a user I would like that Monokle opens faster my large set of projects:

chargio commented 2 years ago

Separate file management from resource management, because the main use case is to process and edit files, beyond generating a list of resources. Also, being able to quickly provide a responsive environment generates a way better user experience and reduce the possibility for the user to decide to use vim instead of Monokle if the interface takes too long to update before it is ready to accept inputs.

That is similar to other editors, that work this way, our current process can be too slow for engineers that need a quick feedback loop