Home
南瓜导航
Linux命令大全
Pkslow Docs
南瓜知识库
推荐分类
Terraform 101
容器化技术
云计算
Java基础
Spring相关
程序员的无聊生活
其它博客
博客园
掘金
知乎
CSDN
思否
Medium
简书
开源中国
GitHub
示例代码samples
Terraform 101
Google Bard Java Lib
关于
菜单
Home
南瓜导航
Linux命令大全
Pkslow Docs
南瓜知识库
推荐分类
Terraform 101
容器化技术
云计算
Java基础
Spring相关
程序员的无聊生活
其它博客
博客园
掘金
知乎
CSDN
思否
Medium
简书
开源中国
GitHub
示例代码samples
Terraform 101
Google Bard Java Lib
关于
南瓜慢说官网
敢一行,则予知。脚踏实地,知行合一。
归档
2021 年 12 月
如何通过Terraform Associate考试并获得证书
2021-12-18
Cloud
#Terraform
1 什么是Terraform?Terraform是一个IaC工具,IaC全称为Infrastructure as Code,基础设施即代码。它的理念是通过代码来管理基础设施,如服务器、数据库等,更多请看《Terraform入门教程,示例展示管理Docker和Kubernetes资源》。而作为IaC的
Mac uses pstree to show the process tree
2021-12-04
#English
Mac通过命令pstree显示进程树
2021-12-04
2021 年 11 月
在GCP上创建Cloud SQL的三种方式(Console,gcloud,Terraform)
2021-11-23
Cloud
#Terraform
Three ways to create Cloud SQL on GCP(Console,gcloud,Terraform)
2021-11-23
Cloud
#Terraform
#English
1 IntroductionCloud SQL helps to manage RDB on GCP for us. There are 3 ways to create the database:(1) Create on Console(2) Create with gcloud(3) Crea
在GCP上创建GCE的三种方式(Console,gcloud,Terraform)
2021-11-15
Cloud
Three ways to create GCE on GCP(Console,gcloud,Terraform)
2021-11-15
Cloud
#English
1 IntroductionWe always need to create the GCE(Google Compute Engine) if we use GCP. There are many ways to create GCE:(1) Create on Console(2) Create
通过gcloud创建Google Kubernetes Engine(GKE)并通过kubectl访问
2021-11-14
Cloud
Provision the Google Kubernetes Engine(GKE) with gcloud and access with kubectl
2021-11-14
Cloud
#English
1 IntroductionGKE(Google Kubernetes Engine) is a k8s platform, we can use gcloud to create a GKE cluster. For GCP initiation, can go to: How to initia
通过Google Cloud Storage(GCS)管理Terraform的状态State
2021-11-14
Cloud
管理Terraform状态文件的最佳方式是通过云端的统一的存储,如谷歌云就用GCS。首先要创建一个Bucket:$ gsutil mb -p pkslow -l us-west1 -b on gs://pkslow-terraformCreating gs://pkslow-terraform/..
上一页
14 / 37
下一页