Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:47 +08:00
commit ff6c9a6df4
14 changed files with 582 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# 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).