Google Cloud - Introduction to Cloud Shell

Опубликовано: 16 Октябрь 2024
на канале: storagefreak
31,407
301

Google Cloud Shell is a powerful command-line environment that provides you with access to Google Cloud Platform resources directly from the browser. In this video I will show you briefly how easy you can access it, and how powerful it can be, both for managing/administrating the Google Cloud Project(s), and for the development and test purposes.

We are given, "out-of-the-box" Debian-based environment, with many useful installed and configured tools, such us:
Google Cloud SDK that includes tool such as gcloud, gsutil, bq.
Language support for Java, Go, Python, Node.js, PHP, Ruby, .NET
git, kubectl, docker
and more..

It even have a nice, graphical Code editor (currently in beta version).

To show you some of those features in actions:
I will create simple HTTP server in Python (example from: https://docs.python.org/3/library/htt...)
Test the Web Preview feature
Create, view and delete GCP resources (Compute Instance VMs)
Download files from the cloud shell to my own laptop

If you want to learn more about the Cloud Shell:
Cloud Shell documentation: https://cloud.google.com/shell/docs/
Google Cloud SDK: https://cloud.google.com/sdk/docs/