"helm deployed, kind owned, circleci stored"
- using the circle ci docker execution environment - https://circleci.com/docs/using-docker/
- install the kubernetes in a container implementation at kind - https://kind.sigs.k8s.io/
- connect a jump box to a docker network that can talk to the cluster in the execution env - https://docs.docker.com/network/
- install the helm package manager in the jump box - https://helm.sh/
- apply a chart containing an application and its dependencies to run comprihensive security testing 🎉
- all within a circle ci with no deployment infrastructure.
The test tomcat helm chart is showing in the kind kubernetes cluster