Kubeseal component is a CLI tool that uses asymmetric crypto to encrypt secrets that only the controller can decrypt.
git clone https://github.com/bitnami-labs/sealed-secrets.git $SEALED_SECRETS_DIR
The kubeseal sources are located under cmd/kubeseal/
and use packages from the pkg
directory.
make kubeseal
This builds the kubeseal
binary in the working directory.
To run the unit tests for kubeseal
binary:
make test