TypeScript implementation of Kubernetes cluster operations for pods, deployments, services.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Get details of specific Kubernetes resources.
Describe a specific Kubernetes resource, providing detailed information.
List all instances of a specific Kubernetes resource.
Create a new Kubernetes resource based on provided specifications.
Apply a YAML manifest to create or update a Kubernetes resource.
Delete a specified Kubernetes resource.
Retrieve logs from a specific Kubernetes pod.
Manage kubectl contexts to switch between different Kubernetes clusters.
Provide explanations of Kubernetes resources and their usage.
List all available API resources in the Kubernetes API.
Scale a Kubernetes resource to the desired number of replicas.
Update specific fields of a Kubernetes resource.
Manage the rollout of a Kubernetes deployment.
Execute any generic kubectl command.
Set up port forwarding to a specific pod or service.
Install a Helm chart into the Kubernetes cluster.
Upgrade an existing Helm chart in the Kubernetes cluster.
Stop the port forwarding process for a specific pod or service.