I want to choose my own Server and own database in google app engine -
i newly in google app engine.. there 3 questoins on google app engine , in google app engine want choose java language.
does google app engine provide private cloude ?
i want deploy application own server( e.x.glassfish or jboss) on google app engine ?
i want use own database instead of cloud sql in google app engine?
is possible or not?
with google cloud appengine - no, it's impossible.
with google cloud instances or google cloud containers - of possible.
appengine 1 piece of google cloud, designed specific job, infrastructure managed google. can write code (with lot of restrictions too) runs inside it. can read details code restritions there: https://cloud.google.com/appengine/docs/java/#java_the_sandbox
what you're looking google cloud instances, more standard virtual machines, can run want. see https://cloud.google.com/compute/
there still tools load balancing, health check, centralized logging cloud instances, , other stuff similar features provided appengine.
Comments
Post a Comment