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 resources in the Kubernetes cluster.
Apply YAML manifests to the Kubernetes cluster.
Delete resources from the Kubernetes cluster.
Get logs from a specific pod in the Kubernetes cluster.
Manage and switch between kubectl contexts.
Explain Kubernetes resources and their usage.
List all API resources available in the Kubernetes cluster.
Scale resources in the Kubernetes cluster.
Update field(s) of a resource in the Kubernetes cluster.
Manage deployment rollouts in the Kubernetes cluster.
Execute any kubectl command generically.
Verify the connection to the Kubernetes cluster.
Set up port forwarding to pods and services.
Install a Helm chart in the Kubernetes cluster.
Upgrade an existing Helm chart in the Kubernetes cluster.
Template-based installation of a Helm chart.
Template-based uninstallation of a Helm chart.
Clean up problematic pods in various states.
Perform management operations on nodes (cordon, drain, uncordon).
Guide through a systematic troubleshooting flow for Kubernetes pods.