sarub0b0 / kubetui

An intuitive Terminal User Interface (TUI) tool for real-time monitoring and exploration of Kubernetes resources
MIT License
215 stars 6 forks source link

Feature Request: base64 decoding of Raw Data #425

Closed Lockszmith-GH closed 9 months ago

Lockszmith-GH commented 1 year ago

Absolutley fabulous application.

I started with writing a script for myself that would dump multiple facets from kubectl. Then I thought, somebody probably have thought about it already, and searching GitHub, your project came up. What an absolute delight!!

So I want to start with a most sincere THANK YOU.

As for my feature request: Helm charts are preserved as base64 encoded secrets on my cluster. I would love to have a base64 encoding toggle when viewing these.

sarub0b0 commented 12 months ago

@Lockszmith-GH Thanks a bunch for the glowing feedback on my app! I am stoked that you found it helpful.

Regarding your feature request, I love the idea and plan to add it to the app. I'm currently occupied with other features, so please bear with me. It might take a bit, but I am committed to making it happen.

sarub0b0 commented 12 months ago

memo

Decoding Helm3 resources in secrets

sarub0b0 commented 10 months ago

@Lockszmith-GH

I have made changes to display both the encoded release object and the decoded release (decoded) object. If you prefer a different approach or have any specific requirements, please let me know.

Lockszmith-GH commented 10 months ago

I literally checked whether there is a new release, about an hour before your reply here. This would be awesome, can't wait to test it out. Can't run rust on the machine I'm testing it though, so I'll wait for a release binary.

sarub0b0 commented 9 months ago

Thank you for your patience. I have released a new binary. Please give it a try!

Lockszmith-GH commented 9 months ago

Amazing! This really awesome.

sarub0b0 commented 9 months ago

There don't seem to be any particular issues, so I will close this. If you have any further questions or concerns, please feel free to reach out.

Lockszmith-GH commented 8 months ago

I never posted back (sorry about that). I've been using this for at least a month now, and this is invaluable in trobleshooting.

Thank you so much for the update. kubetui is an invaluable tool for me working with TrueNAS SCALE, as it provides the insight I need when troubleshooting.