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

Write OpenShift Deployment Manifests for Frontend and Backend Services #37

Open
datagero opened this issue Oct 27, 2024 · 0 comments
Open

Comments

@datagero
Copy link
Owner

Objective:
Create deployment manifests that make the frontend and backend (AI NLP services) containers run as Kubernetes services on OpenShift.

Details:

  • Define Kubernetes deployment and service manifests (YAML) to ensure containers run properly on OpenShift.
  • Backend includes semantic search and (placeholder for) RAG components.
  • Configure networking, service discovery, and environment variables required for both services.
  • Test deployments to ensure the containers work seamlessly within the OpenShift Kubernetes environment.

Dependencies:

  • Dockerfiles for frontend and backend deployed on OpenShift.
  • TiDB cluster and OpenAI API access for backend connections.

Acceptance Criteria:

  • Deployment manifests validated and frontend and backend services deployed as Kubernetes services on OpenShift.
  • Services are reachable, scalable, and functional, with appropriate networking configurations.

Priority:
High

Estimated Effort:

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

No branches or pull requests

2 participants