Skip to content

Releases: tablecheck/kubectl-application-shell

Version 1

17 Mar 08:23
Compare
Choose a tag to compare

Stable release

This command essentially wraps around kubectl run. It will allow you to specify a deployment name and the deployment namespace, and it will automatically grab the currently running image, resource limits/requests, config and secret mappings so that you have the required environment variables to complete your one-off task without impacting the existing deployment.

Includes support for automatic filling of image, resources config and secret maps.