Skip to content

Development Guide

PunGrumpy edited this page Oct 24, 2024 · 2 revisions

πŸ§‘β€πŸ’» Development Environment

πŸ‘· Local Setup

# Install required tools
brew install kubectl helm k3d

# Create local cluster
k3d cluster create dev-cluster

πŸ§ͺ Testing

# Load testing
k6 run scripts/load-tests.js

πŸ“¦ Code Standards

  • Kubernetes best practices
  • Infrastructure as Code patterns
  • Documentation requirements