Edit Deployment Configuration

There are cases where you might want to set/edit your deployments. Such as setting environment variables, changing the deployment's container image, adding labels and more. With Kubi you can do that by providing simple instructions without the need to know the exact kubectl command or to edit a yaml and rollout restart the deployment. For example - In case I would like to set some environment variables for an application deployed in my kubernetes cluster I can take the following steps :

  1. Get the relevant deployment :

  2. Add the variable to the deployment :

Last updated