2 min read
When you create a new deployment you usually focus on:
Beside this, all the other required lines on the yaml are boilerplate so it's quite easy to forget about them.
14/01/2021
Read more...2 min read
In case we have some objects on the kubernetes cluster that we want to modify but we don't have the original yaml, we can retrieve the object in yaml format from the cluster using kubectl
11/01/2021
Read more...2 min read
When you are installing or upgrading a helm chart sometimes feels like an act of faith: You don't really know what it's going to actually deploy. With the --dry-run option
08/01/2021
Read more...