chatqna-helm-deploy
Installation
SKILL.md
ChatQnA Helm Deploy
Deploy the Chat Question and Answer Core sample application Helm chart at sample-applications/chat-question-and-answer-core/chart/ to Kubernetes using
Helm. The chart's dependencies are chatqna-core and chatqna-ui, which are built from the same source code as the Docker Compose deployment. Also it includes nginx as a reverse proxy for the backend and UI.
Codebase root: sample-applications/chat-question-and-answer-core/
Prerequisites
- Confirm a reachable Kubernetes cluster is available and
kubectlis configured to access it.kubectl get nodes