kyma-project / kyma-companion

A tool that brings AI to Kyma
Apache License 2.0
2 stars 11 forks source link

Integrate Kyma Companion Backend with Busola Backend #22

Closed Teneroy closed 2 months ago

Teneroy commented 3 months ago

Description: Integrate the Kyma Companion backend with the Busola backend to enable seamless interaction and resource fetching from the cluster. This involves providing integration capabilities, fetching resources, and documenting deployment procedures.

Subtasks:

  1. Enable Backend Communication:
    • Setup the basic communication between busola-backend and fastAPI application(in cooperation with busola team)
  2. Fetch Cluster Resources:
    • Decide whether we communicate directly with the cluster to get resources or we fetch them through the busola-bakend
    • Implement the basic communication(dummy one call to fetch pods from the cluster)
  3. Documentation: Create comprehensive documentation on how to protect our endpoints

Acceptance Criteria:

marcobebway commented 2 months ago

Follow-up: