Files
gh-jeremylongshore-claude-c…/skills/kubernetes-deployment-creator/scripts/README.md
2025-11-30 08:19:47 +08:00

430 B

Scripts

Bundled resources for kubernetes-deployment-creator skill

  • validate_manifest.sh: Validates a Kubernetes manifest file against the Kubernetes API schema.
  • apply_manifest.sh: Applies a Kubernetes manifest file to the cluster.
  • delete_manifest.sh: Deletes a Kubernetes manifest file from the cluster.
  • get_resource_status.sh: Retrieves the status of a Kubernetes resource (e.g., deployment, service).