1. kubesec-diagram provides an excellent overview of security in Kubernetes, from Linux kernel internals to APIs, networking, operators, and more.
2. etcd-k8s-extract extracts Kubernetes resources and writes them to disk in YAML format. It should be helpful if you have an etcd backup only or when debugging Kubernetes clusters in environments with limited access.
3. kube-code-generator generates the Go code you need for Kubernetes controllers and operators. It features a minimal configuration and comes in ready-to-use Docker images.
4. kubesafe safeguards executing various CLI commands against your Kubernetes clusters (
kubectl, helm, etc.) by defining safe contexts and dangerous commands.#tools