I have a requirement to store data in to google cloud datasore, My application is currently deployed on google kubernetes engine.The Tech Stack we are using is Java 11 Spring boot,GKE.Is there any documentation i can follow. The documents i found are the one which are deployed on the App Engine but we are deploying it into GKE.
Asked
Active
Viewed 353 times
0

Sid
- 255
- 2
- 12
-
2Welcome to Stack Overflow. I'd expect it to work just the same, assuming you're following instructions for Google Cloud Datastore rather than AppEngine Standard Datastore. Have you actually run into problems yet? (It's not clear why you've included GCS and Firestore tags, btw.) – Jon Skeet Dec 02 '18 at 20:06
-
Possible duplicate of [How do I use Google datastore for my web app which is NOT hosted in google app engine?](https://stackoverflow.com/questions/42051453/how-do-i-use-google-datastore-for-my-web-app-which-is-not-hosted-in-google-app-e) – Dan Cornilescu Dec 04 '18 at 14:56