TypeScript implementation of Kubernetes cluster operations for pods, deployments, services.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Get or list resources in the Kubernetes cluster.
Describe a specific resource in the Kubernetes cluster.
Create a new resource in the Kubernetes cluster using a specified YAML manifest.
Apply a YAML manifest to an existing resource in the Kubernetes cluster.
Delete a specified resource from the Kubernetes cluster.
Get logs from a specified pod in the Kubernetes cluster.
Manage kubectl contexts for connecting to different Kubernetes clusters.
Provide explanations for Kubernetes resources.
List all available API resources in the Kubernetes cluster.
Scale a specified resource in the Kubernetes cluster.
Update specific fields of a resource in the Kubernetes cluster.
Manage the rollout of a deployment in the Kubernetes cluster.
Execute any generic kubectl command.
Verify the connection to the Kubernetes cluster.
Set up port forwarding to a specified pod or service in the Kubernetes cluster.
Clean up problematic pods in specific states such as Evicted or Error.
Manage nodes for maintenance and scaling operations, including cordoning and draining.
Guide through a systematic Kubernetes troubleshooting flow for pods based on a keyword and optional namespace.
Install a Helm chart in the Kubernetes cluster.
Upgrade an existing Helm chart in the Kubernetes cluster.
Template-based installation of Helm charts to bypass authentication issues.
Template-based uninstallation of Helm charts to bypass authentication issues.