> For the complete documentation index, see [llms.txt](https://dailyjournal.gitbook.io/cloud-computing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dailyjournal.gitbook.io/cloud-computing/cloud-computing-platforms/google-cloud/google-cloud-essentials.md).

# Google Cloud Essentials

`gcloud` is the command-line tool for the google cloud.

resources that live in the zone are referred to as zonal resources

## Getting Started with Cloud Shell and gcloud

#### View the list of configurations in your environment:

```
gcloud config list
```

#### To see all properties and their settings:

```
gcloud config list --all
```

#### List your components:

```
gcloud components list
```

{% hint style="info" %}
HTTP(S) Load Balancing is implemented on **Google Front End** (GFE). GFEs are distributed globally and operate together using Google's global network and control plane.
{% endhint %}
