-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature : deployment on kubernetes #508
Comments
Hi, This is definitely in our pipe. It's a must have nowaday and we know that. We'll provide this officially asap, but, you can already use this project made by a member of the community (@slarimore02). |
How is this going? Also interested in an OpenShift compatible installation. |
Hello! I can provide an helm chart to install Squest and its dependencies.
A CI/CD config will be needed to automatically build and publish the chart. |
This feature is ongoing. You can take a look to my fork there is a dedicated branch that can be tested. It's based on ansible. |
ok, nice! I will publish an helm chart too. It's more K8s specific than ansible. |
Yes Helm is more specific to K8S. But it's a fire and forget tool that doesn't really handle what a production deployment can need. |
Agreed, the helm chart won't be enough for production. But peoples can deploy the helm chart using their tools/stack, like an ansible playbook (using kubernetes.core.helm module), or a gitops tool like argocd or fluxd (still configured with a lovely ansible playbook ^^ ) |
K8S deployment now available as beta feature. |
Deploy to Kubernetes
I would like a deployment on to Kubernetes in order to make the squest portal more highly availale.
It looks like there is only a docker-compose deployment available.
An operator that will depploy and configure all components of squest.
The text was updated successfully, but these errors were encountered: