Настоятельно советую перечитать Helm это анти-паттерн
Об этом треде будут слагать легенды.
Эту концепцию можно назвать «Назад в будущее».
Для того, чтобы заскаффолдить (scaffolding – сделать заготовку) такой интерфейс для Nginx контроллера требуется несколько часов времени:
make nginx-help
Nginx Management System
=======================
Core Operations:
reload-config - Reload Nginx configuration without downtime
test-config - Test Nginx configuration for syntax errors
get-nginx-config - View current Nginx configuration
exec - Open interactive shell in Nginx pod
logs - View Nginx logs in real-time
Feature Management:
enable-module - Enable specific Nginx module
disable-module - Disable specific Nginx module
enable-ssl - Configure SSL/TLS termination
enable-gzip - Enable Gzip compression
enable-cache - Configure caching
enable-auth - Enable basic authentication
enable-rate-limiting - Configure rate limiting
enable-geo-routing - Enable GeoIP-based routing
Advanced Features:
optimize-config - AI-powered configuration optimization
blue-green-switch - Zero-downtime traffic switching
chaos-test - Resilience testing with chaos engineering
update-waf-rules - Dynamic WAF rule updates
renew-certs - Automated SSL certificate renewal
inject-lua - Hot-patch LUA scripts
Monitoring & Analysis:
live-metrics - Real-time performance dashboard
canary-analysis - Compare canary vs production metrics
profile-ebpf - Kernel-level performance profiling
check-drift - Detect configuration drift
LLM сделали код дешевле, а дебаггинг непростительно дорогим.