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,10 @@
# Assets
Bundled resources for kubernetes-deployment-creator skill
- [ ] deployment_template.yaml: A template for a basic Kubernetes deployment manifest.
- [ ] service_template.yaml: A template for a basic Kubernetes service manifest.
- [ ] ingress_template.yaml: A template for a basic Kubernetes ingress manifest.
- [ ] hpa_template.yaml: A template for a basic Kubernetes Horizontal Pod Autoscaler manifest.
- [ ] configmap_template.yaml: A template for a basic Kubernetes ConfigMap manifest.
- [ ] secret_template.yaml: A template for a basic Kubernetes Secret manifest.