This reads like they've been acquired by Google and are integrating. Now Google just has to write the check and own music streaming.
Hmmm...interesting point but Google already has an awful lot of music infrastructure in the form of Google Music and YouTube does it not? Would it really make sense for them to purchase Spotify too?
Spotify moves its back end to Google Cloud
11–20 of 397 posts
Re: Spotify moves its back end to Google Cloud
#12Smells like a puff-piece
This is the Spotify team, and they've clearly put their money where their mouth is by actually making the move.
Re: Spotify moves its back end to Google Cloud
#13Re: Spotify moves its back end to Google Cloud
#14Re: Spotify moves its back end to Google Cloud
#15Earlier quoted context omitted.
A puff piece would be if some tech reporter wrote about the wonders of GCP. This is the Spotify team, and they've clearly put their money where their mouth is by actually making the move.
Marketing blog spam is the new puff piece.
https://twitter.com/plamere/status/702168809445134336
Re: Spotify moves its back end to Google Cloud
#16So for now I'm on AWS, using Postgres on RDS and deploying containers with ECS. ECS is a lot simpler than Kubernetes, but since my apps are pretty simple (a half dozen task definitions), it's not a big deal. I really hope Google adds Postgres to Cloud SQL at some point.
Re: Spotify moves its back end to Google Cloud
#17This reads like they've been acquired by Google and are integrating. Now Google just has to write the check and own music streaming.
Hmmm...interesting point but Google already has an awful lot of music infrastructure in the form of Google Music and YouTube does it not? Would it really make sense for them to purchase Spotify too?
Re: Spotify moves its back end to Google Cloud
#18I tried Google Container Engine (GKE) and really liked it - it's the best cloud solution for deploying Docker to production in my opinion, mainly due to its use of Kubernetes. Unfortunately in my Web apps I make heavy use of Postgres-specific features, and since Cloud SQL only supports MySQL, Google Cloud is a total non-starter for me. So for now I'm on AWS, using Postgres on RDS and deploying containers with ECS. EC…
Re: Spotify moves its back end to Google Cloud
#19I tried Google Container Engine (GKE) and really liked it - it's the best cloud solution for deploying Docker to production in my opinion, mainly due to its use of Kubernetes. Unfortunately in my Web apps I make heavy use of Postgres-specific features, and since Cloud SQL only supports MySQL, Google Cloud is a total non-starter for me. So for now I'm on AWS, using Postgres on RDS and deploying containers with ECS. EC…
Is there any reason you can't mix and match Google Container Engine and Amazon RDS?