Canner / WrenAI

🚀 Open-source SQL AI Agent for Text-to-SQL. Make Text2SQL Easy! 🙌
https://getwren.ai/oss
GNU Affero General Public License v3.0
1.73k stars 155 forks source link

PR v0.0.4 WrenAI kustomization manifests for k8s by Damien Berezenko https://medium.com/@qdrddr #385

Closed qdrddr closed 3 months ago

qdrddr commented 3 months ago

PR v0.0.4 WrenAI kustomization manifests for k8s by Damien Berezenko https://medium.com/@qdrddr

Fixing some bugs & versions, updating versions.

Can you please include this into the 0.4.0-rc.1 and the upcoming 0.4.0? @wwwy3y3

qdrddr commented 3 months ago

Could we explain a bit what the files in deployment/kustomizations/patches for ?

Other LGTM.

These are the files that are not used but can help a beginner to adjust the kustomization to their needs in their k8s cluster.

Kustomization tool allows to build “layers” of one kustomization that using another kustomization that uses another customization. And so on. This is helpful in case people lavarege GitOps tools such as ArgoCD or FluxCD tools for k8s deployment.

So people in production tend to use the official deployments unmodified directly from the for repo. And then on top of that create a layer that simply customizes only some parts of the official deployment.

So additional patches intended to be modified by the user while others will be used directly from the git repo. It’s useful for DevOps people. Hope that helps @wwwy3y3

wwwy3y3 commented 3 months ago

@qdrddr thanks for the explanation. Could you put that in readme as well? Thanks

qdrddr commented 3 months ago

explanation. Could you put that in readme as well? Thank

Done

qdrddr commented 3 months ago

All done @wwwy3y3

qdrddr commented 3 months ago

Please include this in the 0.4.0-rc.1 and the upcoming 0.4.0. @wwwy3y3