• How to release a helm chart on our own repo

    2 min read

    helm repo release package

    To be able to create a release of a helm chart we will need to first, create the package and then generate / update the index.yaml for being able to serve it as a repo using any webserver of our choice

    21/04/2021

    Read more...
  • How to install packages on alpine-based containers

    2 min read

    containers alpine package

    Whether you are running containers on Kubernetes or in docker you might need to install packages on the running containers. You will notice that most of them are based on Alpine Linux because of its small size.

    Alpine Linux is a distribution based on musl and BusyBox with its own package-management system, apk-tools.

    19/03/2021

    Read more...

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