-
-
Notifications
You must be signed in to change notification settings - Fork 2k
feat(plugins): add plugin kubectl-ai, Integration for Intelligent Operations #3426
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
base: master
Are you sure you want to change the base?
Conversation
@AaronLinOops Nice! Looks like we have conflicts ;( Can you take a peek? |
@derailed My apologies for the delay! ^^; the conflict is now resolved! :-) |
It looks like dockercloud was unavailable at the time causing the workflow to fail.
|
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.
@AaronLinOops Tx for the updates!
@@ -0,0 +1,13 @@ | |||
plugin: |
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.
For those that don't read the main readme ;(
We should have a brief header with the project url and how to install it
This PR is stale because it has been open for 30 days with no activity. |
Overview
This PR integrates kubectl-ai functionality into k9s, bringing LLM-powered intelligent Kubernetes operations to the terminal UI experience.
What is kubectl-ai?
kubectl-ai is an AI-powered Kubernetes assistant that leverages Large Language Models (LLMs) to translate natural language requests into kubectl commands and execute Kubernetes operations 1116. It acts as an intelligent interface between users and Kubernetes clusters, eliminating the need to manually craft complex kubectl commands.
Features Added
Example Usage
Security & Production Readiness
The intelligent capabilities and security depend on the LLM model used by the kubectl-ai project. As this technology is still maturing, please DO NOT USE in production environments.
💰 Cost Considerations:
Dependencies
Requires kubectl-ai to be installed and configured
Breaking Changes
None. This is an additive feature that doesn't modify existing k9s functionality.