Apart from kubernetes cluster, there are some tools which are needed to build and test k8s-secret-injector.
To achieve this, execute this command:-
make build-code
k8s-secret-injector gets packaged as a container image for running on Kubernetes cluster. These instructions will guide you to build image.
make build-image
For testing you may have to setup Hashicorp Vault.
make test