9 lines
430 B
Markdown
9 lines
430 B
Markdown
# 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).
|