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 a specific resource 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.
Get logs for a specific pod in the Kubernetes cluster.
Manage kubectl contexts for switching between different clusters.
Explain a specific Kubernetes resource and its usage.
List all available API resources in the Kubernetes cluster.
Scale a specific resource in the Kubernetes cluster.
Update field(s) of a resource in the Kubernetes cluster.
Manage deployment rollouts in the Kubernetes cluster.
Execute any generic 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 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.
Clean up problematic pods in specific states.
Manage nodes by cordoning, draining, and uncordoning for maintenance.
Guides through a systematic troubleshooting flow for Kubernetes pods based on a keyword and optional namespace.