A lightweight troubleshooting image to run in K8s via a command like:
kubectl run -it --attach --rm atlas --restart=Never --image=ghcr.io/willnewby/kshell:latest -- bash
Add to your ~/.zprofile or ~/.bash_profile like so:
alias kshell="kubectl run -it --attach --rm atlas --restart=Never --image=ghcr.io/willnewby/kshell:latest -- bash"
task
to build + push a new image. Uses https://taskfile.dev