iron-io / functions

IronFunctions - the serverless microservices platform by
https://iron.io
Apache License 2.0
3.18k stars 227 forks source link

questions about operating service #689

Open akdk2001 opened 6 years ago

akdk2001 commented 6 years ago

For stable operating service, I have questions.

  1. on ironfunctions, dose it support redundancy?
  2. Does it support ssl https? If possible, let me know path of document about that Additionally, we use ELB or ALB for secure line.

I did ask to iron.io service team. I couldn't get answer. so I leave here.

ouchiko commented 5 years ago

https should be possible with Caddy straight out of the box. Define the iron hosts and proxy via Caddy.

https://github.com/iron-io/functions/tree/master/examples/caddy-lb

Edit the Caddyfile and it'll auto-generate via letsencrypt so you're SSL cert is done?