You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
This PR establishes a complete local testing environment for Milo that
enables developers to quickly spin up and test the full control plane
stack locally. The implementation provides a production-like testing
environment with proper authentication, TLS certificates, and networking
configuration.
## Key Features
- **One-command setup**: task dev:setup deploys a complete Milo
environment in under 5 minutes
- **Complete control plane**: Includes etcd storage, API server,
controller manager, and webhooks
- **Production-like networking**: Uses Gateway API with Envoy Gateway
for realistic traffic routing
- **Automated certificate management**: Uses cert-manager for TLS
certificate provisioning
- **Pre-configured authentication**: Test tokens and kubeconfig for
immediate API access
- **Task automation**: Enhanced Taskfile with development workflows
## Notes
This is built on top of the changes introduced in the test-infra repo to
[add support for the envoy gateway, observability stack, and remote
taskfile support](datum-cloud/test-infra#6).
0 commit comments