• How to write a kubectl plugin

    2 min read

    kubernetes plugins krew unused-volumes

    Sometimes we all end up writing small one-liners to perform some daily tasks with kubectl, it can come handy to create kubectl plugin to be able to add a command that does precisely that for us. Let's see how to add a custom command to kubectl:

    10/06/2022

    Read more...
  • Pulumi: Deploy Instrastructure as Code using your favorite programming language

    6 min read

    Unlike Terraform that uses it's own language to deploy Instrastructure as Code (IaC), with Pulumi we can choose between any of the supported programming languages. For this tutorial we are going to use python deploying an object to a Kubernetes cluster

    02/11/2021

    Read more...

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