There are multiple ways to upgrade your application:
- Changing the YAML files
- Using kubectl edit — for quick, minor changes on a live cluster
- Using kubectl patch — for small updates when you have no access to the YAML file.
- Using helm — used when your application is deployed with helm. Changing the YAML...
read more:
Top comments (0)