k8sstormcenter / honeycluster

Threat-informed defense for cloudnative: Reference Implementation of a so-called Honeycluster - for kind (and GKE, RKE2, AKS)
Apache License 2.0
22 stars 3 forks source link

Simplify deployment by using Kustomize to deploy the stack #11

Open drerik opened 7 months ago

drerik commented 7 months ago

It would be easier to deploy the application stack if we use kustomize to deploy the stack instead of the set of commands in the make file.

It will simplify deployment when using a ci/cd pipeline for deployment, and at the same time allow users to adopt their deployment to their own cluster.