change the openai key in k8s/base/kg-llm/params.env to your own
deploy all services with kubectl apply -k k8s/overlays/custom-config
after all init containers have finished running, open a port forawrd to the kg-llm service and query it with localhost:<port>/ask?question="a question about pokemons"
Objective: k8s deployment working
Proposed changes
This PR addresses several bugs that broke the k8s deployment:
Limitations
This PR only gets the manifests working, but there is much to improve on. The different shortcomings are tracked as issues:
How to try it:
k8s/base/kg-llm/params.env
to your ownkubectl apply -k k8s/overlays/custom-config
localhost:<port>/ask?question="a question about pokemons"