You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I currently try to think of a generic CI-System solution with Kapitan.
For now, I've just a few ideas... Maybe you can share your ideas and solutions around CI/CD.
Imagine having a diverse CI/CD landscape like (Jenkins, Gitlab, Drone,....etc) and want to onboard all teams to use Kapitan to render and deploy their Kubernetes/Terraform/else... artefacts.
What I currently are thinking of is the following:
git mgmt (checkout etc.)
Kapitan compile [opts like reveal or fetch if required]
How to deploy it afterwards?
1st idea: Then just run kubectl apply --recrusive -f compiled/<target_name>/<manifestsDir>?
2nd idea: Let Kapitan render a templated deployment script which then is triggered to deploy the application?
How should Secret management take place?
If you aren't able to use GCP (air-gapped env's)
I can think of using base64 Kapitan-refs, vault-RO, CI-ENV injection
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I currently try to think of a generic CI-System solution with Kapitan.
For now, I've just a few ideas... Maybe you can share your ideas and solutions around CI/CD.
Imagine having a diverse CI/CD landscape like (Jenkins, Gitlab, Drone,....etc) and want to onboard all teams to use Kapitan to render and deploy their Kubernetes/Terraform/else... artefacts.
What I currently are thinking of is the following:
1st idea: Then just run
kubectl apply --recrusive -f compiled/<target_name>/<manifestsDir>
?2nd idea: Let Kapitan render a templated deployment script which then is triggered to deploy the application?
How should Secret management take place?
....To be extended....
Beta Was this translation helpful? Give feedback.
All reactions