- Created structured documentation with /patterns/, /examples/, and /reference/ directories - Implemented automatic context loading rules in CLAUDE.md based on file extensions, directories, and keywords - Added technology-specific patterns for Docker, Python, Node.js, Vue.js, Bash, networking, databases, and VM management - Included complete working examples for common workflows and troubleshooting references - Designed for minimal context usage with precise loading triggers 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
# Networking Patterns
|
|
|
|
## Infrastructure Setup
|
|
- **Reverse proxy** configuration (Nginx/Traefik)
|
|
- **Load balancing** strategies and health checks
|
|
- **SSL/TLS termination** and certificate management
|
|
- **Network segmentation** and VLANs
|
|
|
|
## Service Discovery
|
|
- **DNS-based** service resolution
|
|
- **Container networking** with Docker networks
|
|
- **Service mesh** patterns for microservices
|
|
- **API gateway** implementation
|
|
|
|
## Security Patterns
|
|
- **Firewall rules** and port management
|
|
- **VPN setup** for remote access
|
|
- **Zero-trust networking** principles
|
|
- **Network monitoring** and intrusion detection
|
|
|
|
## Performance Optimization
|
|
- **CDN integration** for static assets
|
|
- **Connection pooling** and keep-alives
|
|
- **Bandwidth management** and QoS
|
|
- **Caching strategies** at network level
|
|
|
|
## Related Documentation
|
|
- Examples: `/examples/networking/nginx-config.md`
|
|
- Examples: `/examples/networking/vpn-setup.md`
|
|
- Examples: `/examples/networking/load-balancing.md`
|
|
- Reference: `/reference/networking/troubleshooting.md`
|
|
- Reference: `/reference/networking/security.md` |