# Getting Started

- [Google Cloud Platform](/getting-started/google-cloud-platform.md): Get started on Google Cloud Platform by signing up for a free account and creating a new project to use.
- [Cloud Shell](/getting-started/cloud-shell.md)
- [gcloud CLI](/getting-started/gcloud-cli.md): Install gcloud command to interact with Google Cloud Platform from the command line.
- [Hello World!](/getting-started/helloworld.md): Google Cloud Platform has a range of different runtime environments to run your Java / Spring Boot application.
- [Cloud Shell](/getting-started/helloworld/cloud-shell.md): Use Cloud Shell to build and test applications for development purpose.
- [App Engine](/getting-started/helloworld/app-engine.md): Deploy a JAR to a fully managed PaaS with just one command.
- [Cloud Run](/getting-started/helloworld/cloud-run.md): Deploy a container to serverless environment using a single command.
- [Kubernetes Engine](/getting-started/helloworld/kubernetes-engine.md): Create a Kubernetes cluster and deploy a container.
- [Compute Engine](/getting-started/helloworld/compute-engine.md): Create a VM then deploy your application to the VM.
- [Cloud Functions](/getting-started/helloworld/cloud-functions.md): Deploy a simple HTTP function.
