“GCP基础”的版本间的差异
跳到导航
跳到搜索
第25行: | 第25行: | ||
[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://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月9日 (三) 14:39的版本
terraform
root@x-s-1vcpu-1gb-sfo2-01:~/gcp# gcloud projects add-iam-policy-binding opstest-435202 --member="user:[email protected]" --role=roles/owner
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