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 new resource in the Kubernetes cluster.
Apply YAML manifests to the Kubernetes cluster.
Delete a resource from the Kubernetes cluster.
Get logs from a specific pod in the Kubernetes cluster.
Manage kubectl contexts for different Kubernetes clusters.
Explain Kubernetes resources based on the provided resource type.
List available API resources in the Kubernetes cluster.
Scale a deployment or resource 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 against the Kubernetes cluster.
Verify connection to the Kubernetes cluster.
Set up port forwarding to pods and services in the Kubernetes cluster.
Clean up problematic pods in specified states.
Perform node management operations like cordoning, draining, and uncordoning nodes.
Guides through a systematic Kubernetes troubleshooting flow for pods based on a keyword and optional namespace.