TypeScript implementation of Kubernetes cluster operations for pods, deployments, services.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Get information about a specific Kubernetes resource.
Describe a specific Kubernetes resource to get detailed information.
List all resources of a specific type in the Kubernetes cluster.
Create a new resource in the Kubernetes cluster.
Apply a YAML manifest to create or update resources in the Kubernetes cluster.
Delete a specific resource from the Kubernetes cluster.
Retrieve logs from a specific pod in the Kubernetes cluster.
Manage and switch between different kubectl contexts.
Explain the structure and usage of a Kubernetes resource.
List all API resources available in the Kubernetes cluster.
Scale a specific resource like a deployment or replica set in the Kubernetes cluster.
Update specific fields of a resource in the Kubernetes cluster.
Manage the rollout of a specific deployment in the Kubernetes cluster.
Execute any general kubectl command.
Set up port forwarding to a specific pod or service in the Kubernetes cluster.
Install a Helm chart in the Kubernetes cluster.
Upgrade an existing Helm chart in the Kubernetes cluster.
Stop the port forwarding session to a specific pod or service.