Skip to content
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

chatbot-rag-app: add instructions for k8s deployment #366

Open
codefromthecrypt opened this issue Jan 6, 2025 · 0 comments
Open

chatbot-rag-app: add instructions for k8s deployment #366

codefromthecrypt opened this issue Jan 6, 2025 · 0 comments

Comments

@codefromthecrypt
Copy link
Contributor

codefromthecrypt commented Jan 6, 2025

Right now, there are instructions for chatbot-rag-app docker and python, but not k8s. @bshetti was interested in this.

k8s is more complicated as it requires a build step implicit when using docker-compose
(e.g. docker compose --build means you don't have to add a separate build image step)
Also, it needs to take note of all ENV variables set otherwise via .env in existing instructions

It may be possible that some layered tool over k8s can simplify this to the same easy experience as docker compose.

Meanwhile, folks should use normal k8s port forwarding as the example itself can access ES via localhost if the port is forwarded and doesn't need to be deployed inside k8s.

https://github.com/elastic/elasticsearch-labs/tree/main/example-apps/chatbot-rag-app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant