Johannes Kastl
ojkastl_buildservice
Involved Projects and Packages
This plugin allows for easy secret decoding. Useful if you want to see what's inside of a secret without always go through the following:
* kubectl get secret -o yaml
* Copy base64 encoded secret
* echo "b64string" | base64 -d
Faster way to switch between clusters and namespaces in kubectl
A client-go credential (exec) plugin implementing azure authentication. This plugin provides features that are not available in kubectl. It is supported on kubectl v1.11+
kubens is a utility to switch between Kubernetes namespaces.
Kubescape is a K8s open-source tool providing a multi-cloud K8s single pane of glass, including risk analysis, security compliance, RBAC visualizer and image vulnerabilities scanning
Sealed Secrets is composed of two parts:
A cluster-side controller / operator
A client-side utility: kubeseal
The kubeseal utility uses asymmetric crypto to encrypt secrets that only the controller can decrypt.