Hello Rahul,
I am addressing your questions below: * Are there any considerations to make Flex pricing fair in the coming weeks? [Ans] For notifications of prices changes will follow the procedure as described in section 1.7.b of the Google Cloud Platform Terms of Service <https://cloud.google.com/terms/>. As prices are part of the Service Legal Agreement, changes will be made 30 days after they are posted. Google will provide at least 90 days notices by contacting the customer through their point of contact. I would like to clarify the price difference you described with a simple comparison reflecting the difference in cost. From Google App Engine Flex <https://cloud.google.com/appengine/pricing> the price is $0.05 per core hour while a Google Compute Engine <https://cloud.google.com/compute/pricing> VM is $0.03 per core hour. The main difference in price is that App Engine Flex manages most of the infrastructure for you, as you have described in your opening statement. If one needs these features in a GCE VM, they will need to be implemented and managed by the user. * How reliable is this page giving an example of migration of Flex -> GKE <https://cloud.google.com/appengine/docs/flexible/python/run-flex-app-on-kubernetes> [qqq]. Are there any examples in Github? [Ans] I engage the Infrastructure team and they said that it should work without any complications. They also added that GKE means more infrastructure management on your side. For an example, I recommend you to review Google Kubernetes Engine's quickstart <https://cloud.google.com/kubernetes-engine/docs/quickstart>. I would like to add this post <https://stackoverflow.com/questions/22697049/what-is-the-difference-between-google-app-engine-and-google-compute-engine> as they discuss contrast between the products that you have interest on: Google App Engine, Google Kubernetes Engine and Google Compute Engine VM. I would also provide the price calculator <https://cloud.google.com/products/calculator/> so you can compare estimated cost values between the different products. * What is your Roadmap regarding CloudTasks, Memcache for Flex? [Ans] Cloud Tasks is still in beta stage. You could use Pub/Sub as an alternative. I understand that Memcache is not Available for Google App Engine Flex as discussed here <ttps://issuetracker.google.com/113127309>. The current solution is to use Redis Labs Memcache <https://cloud.google.com/appengine/docs/flexible/python/using-redislabs-memcache> as they offer a compatible API to Memcache in Google App Engine Standard which will allow you to switch at a later time. On Saturday, January 19, 2019 at 3:47:02 AM UTC-5, Rahul Tongia wrote: > > Hi Google Team, > > I have recently migrated an application from old Managed VMs to "flex". My > application does server side processing using flex and we use servers in > 24x7 mode. After few days of using flex, I find it way more expensive than > alternatives. > > Here are few observations. > - For Same VM configuration: Flex pricing is nearly 3 times for my use > case after including just Compute Engine sustained pricing. Even the > "vm/core/hour" or "RAM/hour" costs are way more. > - Datastore costs have gone up much more because of missing "Memcache" in > Flex. Even with Cloud Redis, we are paying additional cost. > - We had to rewrite entire codebase which was using messaging to PubSub > > In effect, we don't see the additional value in Flex that we are being > charged for. In fact, much of the value has been removed. I understand > reduced DevOps, Health Check with flex is valuable, however, the pricing of > it should be reconsidered. At this point of time, I am considering either > to move off entirely from AppEngine or atleast moving to our flex instance > to Google Kubernetes Engine. > > Few questions that would help us decide: > > - Are there any considerations to make Flex pricing fair in the coming > weeks? > - How reliable is this page giving an example of migration of Flex -> > GKE : > > https://cloud.google.com/appengine/docs/flexible/python/run-flex-app-on-kubernetes > > . Are there any examples in Github? > - What is your Roadmap regarding CloudTasks, Memcache for Flex? > > Regards, > Rahul Tongia > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ecd255d9-4711-42f1-a035-514d42f4bfd5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
