- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR-USERNAME/k8s-autoscaling.git
- Create feature branch:
git checkout -b feature/your-feature
- Follow Kubernetes best practices
- Document all configurations
- Include comments in YAML files
- Test all changes thoroughly
- Verify HPA functionality
- Test scaling thresholds
- Validate resource limits
- Check metrics collection
- Update documentation
- Verify all tests pass
- Request review
- Address feedback
- Follow YAML best practices
- Use consistent indentation
- Include descriptive comments
- Document all changes