What problem does it solve?
This Skill provides a comprehensive set of rules and best practices for authoring Kubernetes manifests, managing deployments, and ensuring secure, efficient cluster operations.
Core Features & Use Cases
- Manifest Conventions: Standardizes naming, labels, and annotations for Kubernetes resources.
- Resource Management: Guides on setting resource requests and limits for optimal performance and stability.
- Security Best Practices: Enforces secure configurations for pods and secrets.
- Health Checks: Defines essential liveness, readiness, and startup probes.
- Version Management: Provides insights into Kubernetes version support and upgrade planning.
- Use Case: Ensure all your Kubernetes deployments follow consistent naming conventions, have appropriate resource limits defined, and adhere to security best practices by using this Skill's guidelines.
Quick Start
Apply the k8s-workflow skill to generate a standard Kubernetes Deployment manifest for a new microservice.