Sometimes our cloned repository became so freakin large, for example golang’s google.golang.org/api, currently mine consume about 1.1GB. We could compress it using garbage collection parameter:
# 664 MB in about 20 seconds
Or if you have time you can use aggresive GC, like this:
# 217 MB in about 5…
There’s various GUI for Kubernetes that I’ve found:

- IntelliJ Service Tool Window (View > Tool Window > Services, Alt+8)