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.

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.