nandemo-ya/Setup KECS
Set up KECS (Kubernetes-based ECS Compatible Service) for testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kecs-version | KECS version to install | no | latest |
| instance-name | KECS instance name | no | "" |
| api-port | AWS API port | no | 5373 |
| admin-port | Admin API port | no | 5374 |
| additional-localstack-services | Additional LocalStack services (comma-separated) | no | "" |
| timeout | Timeout for cluster creation | no | 10m |
| debug | Enable debug logging | no | false |
Outputs
| name | description |
|---|---|
| instance-name | Actual KECS instance name |
| endpoint | KECS API endpoint URL |
| admin-endpoint | KECS admin endpoint URL |
| kubeconfig | Path to kubeconfig file |