Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saturnism/spring-on-gcp-gitbook
Everything you need to know about developing/running Spring Boot applications on Google Cloud Platform.
https://github.com/saturnism/spring-on-gcp-gitbook
app-engine book cloud-run documentation google-cloud google-cloud-platform java kubernetes spring spring-boot springboot
Last synced: 4 days ago
JSON representation
Everything you need to know about developing/running Spring Boot applications on Google Cloud Platform.
- Host: GitHub
- URL: https://github.com/saturnism/spring-on-gcp-gitbook
- Owner: saturnism
- License: apache-2.0
- Created: 2020-03-23T22:49:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T01:50:20.000Z (over 3 years ago)
- Last Synced: 2024-07-30T17:41:34.399Z (4 months ago)
- Topics: app-engine, book, cloud-run, documentation, google-cloud, google-cloud-platform, java, kubernetes, spring, spring-boot, springboot
- Homepage: http://saturnism.me/spring
- Size: 2.46 MB
- Stars: 39
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
This is a community documentation that captures everything [Ray Tsang \(@saturnism\)](https://twitter.com/saturnism) knows about running Spring Boot microservices/applications on Google Cloud Platform.
Instead of writing individual blogs on each topic, the content is organized and intended to be kept up to date. Feel free to [contribute via GitHub](https://github.com/saturnism/spring-on-gcp-gitbook), and/or [file topic requests](https://github.com/saturnism/spring-on-gcp-gitbook/issues)! If you'd like to discuss more in detail, you can [schedule an office hour](http://saturnism.me/office-hour/).
There is a lot of content on this site. Here are some recommended paths depending on what you are looking for:
{% tabs %}
{% tab title="New to Google Cloud" %}
{% page-ref page="getting-started/google-cloud-platform.md" %}{% page-ref page="getting-started/cloud-shell.md" %}
{% page-ref page="getting-started/gcloud-cli.md" %}
{% page-ref page="getting-started/helloworld/" %}
{% endtab %}{% tab title="Serverless" %}
{% page-ref page="getting-started/helloworld/app-engine.md" %}{% page-ref page="getting-started/helloworld/cloud-run.md" %}
{% page-ref page="getting-started/helloworld/cloud-functions.md" %}
{% endtab %}{% tab title="Containers" %}
{% page-ref page="deployment/docker/container-image.md" %}{% page-ref page="deployment/docker/container-awareness.md" %}
{% page-ref page="getting-started/helloworld/cloud-run.md" %}
{% page-ref page="deployment/kubernetes/" %}
{% endtab %}{% tab title="App Development" %}
{% page-ref page="app-dev/development-tools.md" %}{% page-ref page="app-dev/spring-cloud-gcp.md" %}
{% page-ref page="app-dev/cloud-services/databases/cloud-sql.md" %}
{% page-ref page="app-dev/cloud-services/" %}
{% endtab %}
{% endtabs %}{% hint style="info" %}
This is not official Google Cloud documentation. Always refer to [official documentation](https://cloud.google.com) for current pricing, features, limitations, etc.
{% endhint %}