Fundamental ステップ: 7 7時間 クレジット: 36
Cloud SQL is a fully managed database service that stands out from its peers due to high performance, seamless integration, and impressive scalability. In this fundamental-level quest, you will receive hands-on practice with the basics of Cloud SQL and quickly progress to advanced features, which you will apply to production frameworks and application environments. From creating instances and querying data with SQL, to building Deployment Manager scripts and highly available databases that run on GKE containers, Cloud SQL will give you the knowledge and experience needed so you can start integrating this service right away.
前提条件:
Although this quest will teach you the fundamentals of Cloud SQL, you will still need prior hands-on experience with the platform's core tools and services. It is recommended that you have earned at least the Badge for completing the GCP Essentials and/or the Baseline: Infrastructure Quests before beginning.Quest Outline
Cloud SQL for MySQL: Qwik Start
Google Cloud SQL MySQL インスタンスを作成し、Google Cloud Platform Console と mysql クライアントを使用して SQL オペレーションを実行します。Manage PostgreSQL and MySQL Databases Easily with Cloud SQL の短い動画をご覧ください。
Cloud SQL for PostgreSQL: Qwik Start
Google Cloud SQL PostgreSQL インスタンスの作成後、GCP Console と PSQL クライアントを使用して SQL オペレーションを実行します。
Google Cloud SQL へのデータの読み込み
このラボでは、データを CSV テキスト ファイルから Cloud SQL にインポートし、シンプルなクエリを使用していくつかの基本的なデータ分析を行います。
Cloud SQL と Terraform
このハンズオンラボでは、Terraform で Cloud SQL インスタンスを作成し、Cloud SQL Proxy を設定して、MySQL および PostgreSQL 両方のクライアントとの接続をテストする方法について学びます。
Using Ruby on Rails with Cloud SQL for PostgreSQL
In this lab, you'll learn how to deploy a new Ruby on Rails application using Google Cloud SQL for PostgreSQL to Google App Engine Flexible environment.
Kubernetes Engine 内のアプリケーションから Cloud SQL に接続する
このラボでは、Cloud SQL Proxy コンテナをサイドカー コンテナとして使って、Kubernetes Engine 内のアプリケーションを Cloud SQL インスタンスに簡単に接続する方法を学びます。Kubernetes Engine クラスタと Cloud SQL Postgres インスタンスをデプロイし、Cloud SQL Proxy コンテナを使ってこれらが通信できるようにします。