TypeScript implementation of Kubernetes cluster operations for pods, deployments, services.
No reviews yet. Be the first to review!
Sign in to join the conversation
Get or list resources in the Kubernetes cluster.
Describe resources 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 the specified resources in the Kubernetes cluster.
Manage kubectl contexts.
Explain Kubernetes resources.
List 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.
Verify connection to the Kubernetes cluster.
Set up port forwarding to pods and services.
Install a Helm chart in the Kubernetes cluster.
Upgrade a 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.
Manage nodes by cordoning, draining, and uncordoning.
Guides through a systematic Kubernetes troubleshooting flow for pods based on a keyword and optional namespace.