Scripts for creating a kubeconfig for a new user in Kubernetes

A single script for creating a kubeconfig file for a user who can read pod, service and ingress details within a specific namespace as well as run kubectl exec against those pods.

Using NGINX Ingress controller with MetalLB

A quick guide for getting NGINX Ingress Controller working with MetalLB.

Seq on Kubernetes

This guide will tell you how to set up an HTTPS protected sec instance. This is using LetsEncrypt with cert-manager to get an SSL certificate so it assumes your Seq instance is public facing. It also uses Longhorn for storage.Read More

Forcibly terminating a Kubernetes pod

Run the following command, replacing the italics with your pod’s name. Use -n namespace if your pod is in another namespace.