HewlettPackard / squest

Service request portal on top of Ansible Tower/AWX
https://hewlettpackard.github.io/squest/latest
Apache License 2.0
298 stars 53 forks source link

Feature: Helm based deployment #795

Open Sispheor opened 2 months ago

Sispheor commented 2 months ago

Because:

image

Scregneugneu commented 1 month ago

Hello,

Do you have a release prevision date about the helm deployment ? :D

Sispheor commented 1 month ago

We are currently working on deploying our first K8S prod cluster for our own usage. And the next step is going to be this. We need to evaluate if we can only rely on a Helm deployment or if we need to dev an operator. As the deployment requires some health check for upgrade, migration and deployment, maybe the operator is going to be mandatory in our case. We'll check other Django based project to see how they deal with this.

BTW, the Ansible deployment targeting K8S is here already if you want to give a try.

Scregneugneu commented 1 month ago

Thanks for your answer :) I tried to deploy squest with ansible on k8s, but I had some errors and didn't find a workaround, I'll continue to follow the project and wait for the helm :)

Thanks for all your work !