How is this different from before they were a GCP partner?
CloudFlare Is Now a Google Cloud Platform Technology Partner
21–30 of 88 posts
Re: CloudFlare Is Now a Google Cloud Platform Technology Partner
#22What percentage of the web traffic flows through CloudFlare now?
Re: CloudFlare Is Now a Google Cloud Platform Technology Partner
#23Is it going to be beta or alpha, like most Google Cloud services?
Google Product Manager here. Not sure why you think most Google Cloud Services are in beta. The Google Cloud products page [1] lists 17 main products. Two are in alpha (Container Engine, Deployment Manager), one is in beta (Pub/Sub). The rest are fully supported. There are some beta features here and there...but saying "most" are in beta is certainly not correct. [1] https://cloud.google.com/products/
Re: CloudFlare Is Now a Google Cloud Platform Technology Partner
#24Is it going to be beta or alpha, like most Google Cloud services?
Google Product Manager here. Not sure why you think most Google Cloud Services are in beta. The Google Cloud products page [1] lists 17 main products. Two are in alpha (Container Engine, Deployment Manager), one is in beta (Pub/Sub). The rest are fully supported. There are some beta features here and there...but saying "most" are in beta is certainly not correct. [1] https://cloud.google.com/products/
Re: CloudFlare Is Now a Google Cloud Platform Technology Partner
#25This is sorta an internet architecture question for those in the know. Assuming there's no issue with client reachability/latency, what's stopping CloudFlare from having a single IP? Suppose the IP was behind a fat enough pipe, why not load balance behind it instead of DNS load-balancing in front of it (and additionally behind each as I presume now happens)? Also, if that IP was anycast then you could ignore the issu…
1. Non-SNI based SSL means you need an IP per host. 2. People attack IP addresses. Handy to be able to change the IP address of a web site. 3. Countries block sites based on IP addresses. Handy to be able to move sites around to prevent collateral damage.
I guess I'm asking this because of how woeful looking the "load-balancing" solutions are from the major cloud providers. I feel they way they're externally documented, and how their APIs are specified, hitting them with more than a 40Gbps fat-server's load of traffic will cause issues, regardless of how many hosts you have serving that load.
I'd appreciate some insight from those who handle such crazy amounts of traffic.
Re: CloudFlare Is Now a Google Cloud Platform Technology Partner
#26Earlier quoted context omitted.
1. Non-SNI based SSL means you need an IP per host. 2. People attack IP addresses. Handy to be able to change the IP address of a web site. 3. Countries block sites based on IP addresses. Handy to be able to move sites around to prevent collateral damage.
In my defense, I was assuming SNI (aka the modern internet), and that the IP was reachable by those you care for it to be reachable by. Ignoring these issues, is there an "engineering" reason why a single IP won't work, in terms of, for example, hardware can't demultiplex the aggregate ingress volume of CloudFlare and handle DOS mitigation? I guess I'm asking this because of how woeful looking the "load-balancing" so…
But the real issues are the ones that outline above.
Re: CloudFlare Is Now a Google Cloud Platform Technology Partner
#27This is sorta an internet architecture question for those in the know. Assuming there's no issue with client reachability/latency, what's stopping CloudFlare from having a single IP? Suppose the IP was behind a fat enough pipe, why not load balance behind it instead of DNS load-balancing in front of it (and additionally behind each as I presume now happens)? Also, if that IP was anycast then you could ignore the issu…
Another thing they can do is use anycast to load balance across data centers. So, if a data center rather than a website is a target - the attackers will need to know which IPs to attack. They can start flooding the broadcasted IPs from a particular route. However, if this happens then hypothetically Cloudflare could just stop broadcasting the IPs at this particular data center, re-broadcast them at all the surrounding data centers, and basically spread out the attack load across multiple sites. If the attackers change the IPs that they target based on new routes, then Cloudflare can continue fast-fluxing the IPs every 5 minutes and mitigate the attack.
It's pretty cool use of BGP and anycast, but being able to change IPs of website and where they are broadcasted in real-time is core to Cloudflare's security.
Re: CloudFlare Is Now a Google Cloud Platform Technology Partner
#28CloudFlare hosts reddit, is that correct?