Christian Huth's Tech Blog
  • Home
  • Kubernetes
  • About Me
  • My courses
Sign in Subscribe
Validating Helm charts using the Datree GitHub Action
Kubernetes

Validating Helm charts using the Datree GitHub Action

In this guide, I will show you how to set up Datree to test your Helm charts against best practices and security misconfigurations using GitHub Actions.
Read More
Christian Huth
Linux snippets for your daily work
linux

Linux snippets for your daily work

Kill all zombie processes ps axo stat,ppid,pid,comm | grep -w
Read More
Christian Huth
kubectl flags you have probably never heard of
Kubernetes

kubectl flags you have probably never heard of

Working with kubectl becomes much easier and faster with these widely unknown flags.
Read More
Christian Huth
How to change the hostname of Ubuntu running in Windows WSL
linux

How to change the hostname of Ubuntu running in Windows WSL

This article shows how to permanently change the hostname of Ubuntu running in the Windows subsystem for Linux.
Read More
Christian Huth
Best way to use Bitnami’s database Helm charts
Kubernetes

Best way to use Bitnami’s database Helm charts

In this article I will show how to include Bitnami's charts as dependencies and use them in your own Helm templates in the easiest way.
Read More
Christian Huth
Using Keycloak as OIDC Provider for Matomo
Keycloak

Using Keycloak as OIDC Provider for Matomo

In this blog article I will show you how you can setup
Read More
Christian Huth
Basic krew commands
Kubernetes

Basic krew commands

This article gives you an easy overview of the most basic commands
Read More
Christian Huth
Curated list of awesome kubectl plugins
Kubernetes

Curated list of awesome kubectl plugins

When you followed my last blog post [https://blog.knell.it/setting-up-kubectl-and-krew/
Read More
Christian Huth
Setting up kubectl and krew
Kubernetes

Setting up kubectl and krew

💡These instructions are suited for Debian-based distributions only. Please see official documentations
Read More
Christian Huth
Snippets for your daily work with Kubernetes
Kubernetes

Snippets for your daily work with Kubernetes

Display all Pods that are not completely ready kubectl get pods -A
Read More
Christian Huth
How to execute sudo without password prompt
linux

How to execute sudo without password prompt

💡Never, I repeat NEVER, disable password prompt on your production systems, as
Read More
Christian Huth
Overview of Shell Autocompletions
linux

Overview of Shell Autocompletions

I simply love shell completion on the command line, which saves you
Read More
Christian Huth
Christian Huth's Tech Blog © 2025
  • Sign up
Powered by Ghost