-
Notifications
You must be signed in to change notification settings - Fork 123
docs: Kaito kubectl cli proposal #1230
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
Conversation
TitleProposal for Kaito CLI - Unified Command-Line Interface for KAITO Resources Description
Changes walkthrough 📝
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
5dcd758
to
de95f90
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love this proposal; it provides a more efficient way to deploy and manage service in KAITO.
I think the key consideration of this proposal is what should be addressed in this tool.
In certain cases, native approaches (kubectl, dashboard) might offer a more straightforward user experience — such as for monitoring or configuration updates.
If there is too much functionality to address in this tool, the learning curve is steep either, right?
Signed-off-by: Heba Elayoty <heelayot@microsoft.com>
Signed-off-by: Heba Elayoty <heelayot@microsoft.com>
Signed-off-by: Heba Elayoty <heelayot@microsoft.com>
Signed-off-by: Heba Elayoty <heelayot@microsoft.com>
Signed-off-by: Heba Elayoty <heelayot@microsoft.com>
9cdd71f
to
854a796
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like the chat cli integration. My preference of order of implementation is deployment->chat and the rest of the cmds.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. From my perspective, P0 tasks are kaito models
, kaito deploy
, kaito chat
.
Reason for Change:
Add proposal for Kaito cli with different options.
Key Features Proposed
kubectl kaito deploy
- Deploy inference and tuning workspaces with intuitive flagskubectl kaito status
- Check workspace deployment status and conditionskubectl kaito get-endpoint
- Retrieve inference service endpoints for testingkubectl kaito chat
- Interactive chat interface with deployed models (similar to Ollama)kubectl kaito models
- Browse and describe supported modelsRequirements
Issue Fixed:
Design proposal for #1210
Notes for Reviewers: