Posts by Category

kubernetes

Rancher namespace has to be cattle-system

1 minute read

Rancher namespace must be cattle-system “tls-rancher” secret is stored in cattle system , installing rancher in an other namespace will not found the secret...

Force kubernetes certificates renewal

less than 1 minute read

Force kubernetes certificates renewal kubectl get certs -n rancher --no-headers=true | awk '{print $1}' | xargs -n 1 kubectl -n rancher patch certificate --...

Back to top ↑

finops

Tips to size Azure VM

4 minute read

VM Sizing guide This vm sizing guide is based on my experience. It’s a prerequisite before using the Azure-Calculator. This guide give hints on how to choo...

Back to top ↑