Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 %}