TypeScript implementation of Kubernetes cluster operations for pods, deployments, services.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Get or list resources in the Kubernetes cluster.
Describe a specific resource in the Kubernetes cluster.
Create a resource in the Kubernetes cluster.
Apply YAML manifests to create or update resources in the Kubernetes cluster.
Delete a resource from the Kubernetes cluster.
Get logs for a specific pod in the Kubernetes cluster.
Manage kubectl contexts in the Kubernetes cluster.
Provide explanations for Kubernetes resources.
List all API resources available in the Kubernetes cluster.
Scale a 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 the connection to the Kubernetes cluster.
Set up port forwarding to pods and services in the Kubernetes cluster.
Clean up problematic pods in specified states in the Kubernetes cluster.
Perform maintenance operations like cordoning, draining, and uncordoning nodes in the Kubernetes cluster.
Guide through a systematic troubleshooting flow for Kubernetes pods based on a keyword and optional namespace.
Install a Helm chart in the Kubernetes cluster.
Upgrade an existing Helm chart in the Kubernetes cluster.
Template-based installation of a Helm chart to bypass authentication issues.
Template-based uninstallation of a Helm chart to bypass authentication issues.