“GCP基础”的版本间的差异
跳到导航
跳到搜索
(→监控) |
|||
(未显示同一用户的10个中间版本) | |||
第1行: | 第1行: | ||
− | == | + | =terraform= |
+ | <pre> | ||
+ | root@x-s-1vcpu-1gb-sfo2-01:~/gcp# gcloud projects add-iam-policy-binding opstest-435202 --member="user:[email protected]" --role=roles/owner | ||
+ | </pre> | ||
+ | |||
+ | =监控= | ||
+ | [https://blog.csdn.net/m0_66628975/article/details/141407352 零基础5分钟上手谷歌云GCP - 云资源监控最佳实践] | ||
+ | |||
+ | =Cloud SQL= | ||
+ | [https://blog.csdn.net/m0_66628975/article/details/141040534 零基础5分钟上手谷歌云GCP核心云开发技能 - 搭建和维护高可用数据库集群] | ||
=references= | =references= | ||
+ | |||
+ | https://pin-yi.me/blog/gcp/ 好看 | ||
+ | |||
+ | [https://cloud.google.com/curated-resources/compute-engine 指南:Compute Engine 使用入门] | ||
+ | |||
+ | [https://www.cnblogs.com/shengwang/p/10567446.html GCP(Google Cloud Platform)入门] | ||
+ | |||
+ | [https://www.bilibili.com/video/BV11h411V7G4/?p=2&spm_id_from=pageDriver&vd_source=e3e41ea2b1d70e0e3a6a0372ee88d714 Google Cloud (GCP) 谷歌云解决方案架构师 B站中文课程] | ||
+ | |||
+ | |||
[https://zhuanlan.zhihu.com/p/40983101 GCP(Google Cloud Platform)入门] | [https://zhuanlan.zhihu.com/p/40983101 GCP(Google Cloud Platform)入门] | ||
[https://cloud.google.com/sdk/docs/install?hl=zh-cn#deb 安装 gcloud CLI ] | [https://cloud.google.com/sdk/docs/install?hl=zh-cn#deb 安装 gcloud CLI ] | ||
+ | |||
+ | [https://cloud.google.com/docs/terraform/install-configure-terraform?hl=zh-cn#local-shell 安装和配置 Terraform] | ||
+ | |||
+ | [https://cloud.google.com/docs/terraform/create-vm-instance?hl=zh-cn 快速入门:使用 Terraform 创建虚拟机实例] | ||
+ | |||
+ | [https://cloud.google.com/docs/terraform/get-started-with-terraform?hl=zh-cn 使用 Terraform 部署基本 Flask Web 服务器] | ||
+ | |||
+ | |||
+ | [https://medium.com/@mremreozan/deploy-a-nginx-server-with-kubernetes-on-google-cloud-platform-gcp-e906b110dcb6 Deploy a simple nginx app with Kubernetes on Google Cloud Platform] | ||
+ | [https://zhuanlan.zhihu.com/p/186046733 谷歌云计算平台GCP介绍] | ||
[https://www.bilibili.com/video/BV1jue3eKEMK/?spm_id_from=333.788.recommend_more_video.2&vd_source=e3e41ea2b1d70e0e3a6a0372ee88d714 如何白嫖多台谷歌云vps?会如何计费?开通长期免费的谷歌云/GCP e2-micro虚拟机及ssh、] | [https://www.bilibili.com/video/BV1jue3eKEMK/?spm_id_from=333.788.recommend_more_video.2&vd_source=e3e41ea2b1d70e0e3a6a0372ee88d714 如何白嫖多台谷歌云vps?会如何计费?开通长期免费的谷歌云/GCP e2-micro虚拟机及ssh、] |
2024年10月21日 (一) 01:50的最新版本
terraform
root@x-s-1vcpu-1gb-sfo2-01:~/gcp# gcloud projects add-iam-policy-binding opstest-435202 --member="user:[email protected]" --role=roles/owner
监控
Cloud SQL
零基础5分钟上手谷歌云GCP核心云开发技能 - 搭建和维护高可用数据库集群
references
https://pin-yi.me/blog/gcp/ 好看
Google Cloud (GCP) 谷歌云解决方案架构师 B站中文课程
使用 Terraform 部署基本 Flask Web 服务器
Deploy a simple nginx app with Kubernetes on Google Cloud Platform