This is a python wrapper for kubeseal
(version >= v0.16.0).
Installation using pip/pip3:
pip install git+https://github.com/nice-pink/kubeseal-client.git
and/or
pip3 install git+https://github.com/nice-pink/kubeseal-client.git
- Kubernetes cluster setup and ready to use. There are planty of ways to get there without huge hassle or paid cloud solutions (e.g. Minikube).
- Install kubeseal cli tool https://github.com/bitnami-labs/sealed-secrets.
- Sealed Secrets Controller running in your kubernetes cluster (https://github.com/bitnami-labs/sealed-secrets).
Check examples folder.
Info: Install dependencies for examples (pip3 install -r examples/requirements.txt)!
There is a Dockerfile
contained in the examples folder. Needed to get the example running:
- Copy your
~/.kube/config
file toREPO_PATH/examples/kube/config
.