Ask HN: Static Sites on Google Cloud
Been playing with Google Cloud Functions the past couple of months and am feeling really good about the direction it's heading (an alternative to Lambda has always felt like the missing piece of GC to me).
That being said, I host a suite of static sites in S3 buckets sitting behind Cloudfront at the moment, and it's largely a painless process getting them up and running w/ SSL. I'd love to build the next few on GC but as far as I can tell it's a bit of legwork getting static sites hosted w/ SSL on Google Cloud Storage - you need to setup Cloud Load Balancing and a Cloud CDN instance to get the full chain.
Maybe I'm being lazy (a definite possibility), but this seems fairly complex comparatively. Does anyone have experience hosting production static sites on GC? Is the above still the solution here or am I missing something?
4 comments
[ 3.1 ms ] story [ 19.4 ms ] threadBut I'd recommend to use Google Cloud Storage + Cloudfront. Since you are hosting static pages that can be cached by Cloudfront, there are almost no costs on the data traffic from Google Storage to Cloudfront. Cloudfront is easier to use and you can control more.
(I work on Google Cloud Storage)