-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
1. Current solution:
Now Theliv use Rule-based solution to do issue detection and analysis.
- Painpoints:
- Difficult to extend: needs development work to support new issues.
- Needs to always keep updated, to support new kinds of issues.
2. Preferable Solution:
Take advantage of Generative AI model, to do trouble shooting and provide suggestions.
3. Motivations:
- New kubernetes issue analysis products like k8sgpt, Akuity, introduce Generative AI for trouble shooting and suggestions generation.
- More advanced and intelligent approach comparing to rule-based solution, keep pace with the developing & future trends.
- More quick and accurate on trouble-shooting and solution provision, reduce MTTD and MTTR, time & efforts as well.
- Helpful to finally achieve AiOps.
4. Works required
- Generate common interface for Generative AI model API integration.
- Generate client implementations for popular Generative Models service, like OpenAI...
- Build API request, and receive response.
- Before send the request, remove internal or confidential data.
- Show results in UI.
Metadata
Metadata
Assignees
Labels
No labels