Open marcellodesales opened 6 years ago
Currently, gitkube simplifies this workflow
docker build -t ...
docker push ...
kubectl set-image ...
with
git push remote master
What is your current workflow with a kubeapps application and how do you like to see it automated?
@0x777 So, kubeapps offers a way to deploy a Helm Application from a given Helm Chart Registry. Given that and your workflow, what I was thinking is that we could do the following:
git push remote branch
Still should guarantee what gitkube does already, but for Helm Apps, as follows:
cluster.name.com
ingress.host
, we can compute the URL myapp.cluster.name.com
SHA
version associated with the commit
myapp.cluster.name.com
, for master branch
, or SHA.myapp.cluster.name.com
for the SHA, develop.myapp.cluster.name.com
for the develop branch
, etc.gitkube.yml
Requirement
Design
Helm Chart
to deployingress nginx
tls secret
external-dns