Introducing Google Cloud Container Builder
cloudplatform.googleblog.com
Introducing Google Cloud Container Builder
1–10 of 114 posts
Re: Introducing Google Cloud Container Builder
#2With appengine exposing instances and cloud container facilitating the deployment of software packages, i wonder how long it'll take until the two merge.
Re: Introducing Google Cloud Container Builder
#3Hah, interesting to note how much dogfooding happens at Google before they make these technologies available to outside customers. This is a really smart move on their part.
Re: Introducing Google Cloud Container Builder
#4Could someone explain specifically what problem Container Builder solves?
Re: Introducing Google Cloud Container Builder
#5I'd love to see that target the market for CI/CD tools which cost an arm and leg while offering a shiny UI but only a minor convenience. That would require an extended tutorial section and an ecosystem of plugins.
Re: Introducing Google Cloud Container Builder
#6Could someone explain specifically what problem Container Builder solves?
I'd imagine it's the same problem companies like Circle CI or Codeship solve with their Docker-focused products - testing, building and deploying containers.
Re: Introducing Google Cloud Container Builder
#7Fifty Shades Darker full movie online free
https://www.linkedin.com/pulse/topmovie-50-fifty-shades-dark...
Re: Introducing Google Cloud Container Builder
#8"First 120 build-minutes per day" : FREE
Nice for Hobby projects...
Re: Introducing Google Cloud Container Builder
#9With appengine exposing instances and cloud container facilitating the deployment of software packages, i wonder how long it'll take until the two merge.
That's basically what App Engine Flexible [0] is. It's yet to reach General Availability, but all you have to do is define a bunch of containers and a dispatch.yaml file [1], and App Engine then takes care of deploying/routing/scheduling it for you.
[0] https://cloud.google.com/appengine/docs/flexible/
[1] https://cloud.google.com/appengine/docs/flexible/python/how-...
Re: Introducing Google Cloud Container Builder
#10Hah, interesting to note how much dogfooding happens at Google before they make these technologies available to outside customers. This is a really smart move on their part.
That's also what Amazon does, right?