Re: [go-nuts] Re: Deploying go https servers

2017-03-10 Thread Kevin Powick
I haven't done that, but with what little I do know about that type of deployment, I cannot see how choosing Caddy would make any difference. If you do go that route, I would appreciate hearing about any success or problems that you have. -- Kevin Powick On Friday, 10 March 2017 22:33:29 UTC

Re: [go-nuts] Re: Deploying go https servers

2017-03-10 Thread Sankar P
Just curios to know if I am going to use kubernetes for deployment, would choosing Caddie make any difference (either good or bad) ? I will investigate myself later, but wanted to know your opinion, incase you have already done that. Thanks. 2017-03-10 20:46 GMT+05:30 Kevin Powick : > I know you'

[go-nuts] Re: Deploying go https servers

2017-03-10 Thread Kevin Powick
I know you're just looking for a checklist, but we found it better to use Caddy (built in Go) as our web, and then have our Go API service proxied via that. It's pretty awesome because it's so easy to use Caddy in that way. For example : http://mydomain/mypage will serve up your page, but you