• Pod hooks: postStart and preStop

    2 min read

    kubernetes postStart preStop hook

    If we need to execute some actions at container startup of before stopping the container we can me use of the container lifecycle hooks

    24/09/2021

    Read more...
  • Using helm hooks to when certain objects are created

    3 min read

    helm hook

    Sometimes when we are writing a helm chart we realize that we have some parts of the task that need to be performed before of after deploying certain objects. We can also need to execute some Jobs in order to, for example, update the database, but not continuously, just when we update the application.

    To handle this kind of situations we can use helm hooks

    19/08/2021

    Read more...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets