Update on Our Planned Move from Azure to Google Cloud Platform
11–20 of 98 posts
Re: Update on Our Planned Move from Azure to Google Cloud Platform
#12Re: Update on Our Planned Move from Azure to Google Cloud Platform
#13Seems silly to move just because MS bought github. Are there other compelling reasons?
They had started this move months before Microsoft purchased Github. If you read the linked article one of the biggest reasons is that the GCP implementation of kubernetes and better integration with their CDN they'll be getting a significant performance boost. It's taken this long since they've had to make infrastructure changes along with some code changes to get it better supporting the deployment there.
Re: Update on Our Planned Move from Azure to Google Cloud Platform
#14Seems silly to move just because MS bought github. Are there other compelling reasons?
Re: Update on Our Planned Move from Azure to Google Cloud Platform
#15Has anyone yet built a tool which will deploy an environment to all three major cloud providers and bench mark them against each?
Re: Update on Our Planned Move from Azure to Google Cloud Platform
#16Just as a sidenote: Gitlab may no longer be accessible any more from Crimea, Cuba, Iran, North Korea, Sudan, and Syria. From the article: NOTE to users in Crimea, Cuba, Iran, North Korea, Sudan, and Syria GitLab.com may not be accessible after the migration to Google. Google has informed us that there are legal restrictions that are imposed for those countries. See this U.S. Department of the Treasury link for more d…
Re: Update on Our Planned Move from Azure to Google Cloud Platform
#17Earlier quoted context omitted.
not saying it's the reason but their funding comes from Google Ventures http://uk.businessinsider.com/gitlab-raises-20-million-from-...
Yes, I also read they would do this to prepare for a Google buy.
Re: Update on Our Planned Move from Azure to Google Cloud Platform
#18Why is it that Microsoft are ok with serving traffic from countries under embargo but Google are not? As far as I know Amazon don't follow the embargo like this with AWS traffic either.
Re: Update on Our Planned Move from Azure to Google Cloud Platform
#19Has anyone yet built a tool which will deploy an environment to all three major cloud providers and bench mark them against each?
If you design for the strengths of, say, Amazon Lambda, you can't use Google Cloud Functions / Azure Functions directly. Most likely you'll just run it on top of self-managed VMs on the other clouds, making Amazon the "clear" winner. If you design for GKE, you'll find that Amazon and Azure's Kubernetes support isn't as good, but maybe there was a better design for your site that wasn't based around GKE. And so forth.
And if what you actually want is a fixed amount of compute capacity and block storage and you'll just manage OSes yourself (either because that's actually better for your needs, or because you're operating something that predates containers/serverless/object storage/etc. and the development work to get it there is expensive), just get some dedicated servers in colo, it'll be cheaper than any cloud for that model.