Lio李歐

Results 171 comments of Lio李歐

`--wait` is implied for all `defang compose up`, `--wait-timeout` is useful for CI. CLI should exit with non-zero when the timeout is reached. Can use the golang `context.WithTimeout` feature to...

Makes sense to add health endpoint to each template.

Relates to #451

The right fix is to deploy an instance of CoreDNS in our Playground cluster and do DNS lookups per tenant, instead of using a shared Route53 private zone. Then we...

Need to investigate the alternative of running (private) services on ECS-EC2 so we can override the DNS search domain in `/etc/resolv.conf`.

Related to https://github.com/DefangLabs/defang-mvp/issues/376 and #148