Skip to content

v1.21.0 - vind, kind & Enhanced Skills

Choose a tag to compare

@rohitg00 rohitg00 released this 30 Jan 12:27
· 17 commits to main since this release
d49f2d9

What's New

vCluster (vind) Support - 14 Tools

Manage virtual Kubernetes clusters using vCluster CLI:

  • vind_detect_tool, vind_list_clusters_tool, vind_status_tool
  • vind_create_cluster_tool, vind_delete_cluster_tool
  • vind_pause_tool, vind_resume_tool, vind_connect_tool, vind_disconnect_tool
  • vind_upgrade_tool, vind_describe_tool, vind_get_kubeconfig_tool
  • vind_logs_tool, vind_platform_start_tool

kind (Kubernetes IN Docker) Support - 32 Tools

Comprehensive local Kubernetes cluster management:

Core Operations (15 tools):

  • Cluster lifecycle: create, delete, list, info
  • Image management: load, build node images
  • Kubeconfig: get, set, export

New in v1.21.0 (17 tools):

  • Configuration: kind_config_validate, kind_config_generate, kind_config_show, kind_available_images
  • Registry: kind_registry_create, kind_registry_connect, kind_registry_status
  • Node Management: kind_node_exec, kind_node_logs, kind_node_inspect, kind_node_restart
  • Networking: kind_network_inspect, kind_port_mappings, kind_ingress_setup
  • Diagnostics: kind_cluster_status, kind_images_list, kind_provider_info

Enhanced Agent Skills - 26 Skills

All 26 Kubernetes skills updated to follow agenstskills.com specification:

  • Enhanced YAML frontmatter (license, author, version, tools, category)
  • "When to Apply" activation trigger sections
  • Priority rules tables (CRITICAL/HIGH/MEDIUM/LOW)
  • Quick reference tables for common operations

New Reference Documents:

  • k8s-troubleshoot/references/DECISION-TREE.md, COMMON-ERRORS.md
  • k8s-deploy/references/STRATEGIES.md
  • k8s-helm/references/CHART-STRUCTURE.md
  • k8s-kind/references/CONFIGS.md
  • k8s-vind/references/WORKFLOWS.md

New Example Manifests:

  • k8s-deploy/examples/canary-rollout.yaml, blue-green.yaml, hpa-deployment.yaml
  • k8s-autoscaling/examples/hpa-cpu.yaml, keda-scaledobject.yaml

Tool Counts

  • Total Tools: 270+ (was 235+)
  • vind tools: 14 (new)
  • kind tools: 32 (expanded from 15)
  • Agent Skills: 26

Installation

# pip
pip install kubectl-mcp-server==1.21.0

# npm
npx kubectl-mcp-server@1.21.0

# Docker
docker pull rohitghumare64/kubectl-mcp-server:1.21.0

Full Changelog

v1.19.3...v1.21.0