Remix.run Logo
fulafel 6 days ago

Maybe you're just looking to shell around in your container deployed in a pod somewhere.

jalk 6 days ago | parent [-]

That should be doable with `kubectl debug ...` - e.g. attach an ephemeral sidecar container with mc to already running pod. And you would ofc. configure that in K9S as a plugin to easily launch it :)