南瓜慢说官网 敢一行,则予知。脚踏实地,知行合一。

How to Pass the Terraform Associate Certificate Exam

1 What is TerraformTerraform is an IaC(Infrastructure as Code) tool, it helps to manage the infra like VM, Database, MQ by code.As one of the most fam

LarryDpk LarryDpk 发布于 2021-12-18

Manage Terraform State on Google Cloud Storage(GCS)

It's a best pratice to manage Terraform state on central storage like GCS for GCP.We need to create a Bucket to store the state files:$ gsutil mb -p p

LarryDpk LarryDpk 发布于 2021-11-14

Synchronize GitHub with Gitee and push code to muliple repositories

Create Gitee Repository from GitHub I already have GitHub repository, now need to create the same one on Gitee. The Gitee supports importing from GitH

LarryDpk LarryDpk 发布于 2023-02-10

Sign Up OpenAI and try on ChatGPT

Sign Up It’s not easy to create the account on OpenAI due to the restriction. You need the VPN to access the network and also need a number in other c

LarryDpk LarryDpk 发布于 2023-02-10

Spring Cloud Service Discovery with Netflix Eureka

IntroductionNetflix Eureka is one of the most popular Serice Discovery Framework for micro service system. It's very easy to use based on Spring Cloud

LarryDpk LarryDpk 发布于 2022-01-11

Three ways to create Cloud SQL on GCP(Console,gcloud,Terraform)

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

LarryDpk LarryDpk 发布于 2021-11-23

Three ways to create GCE on GCP(Console,gcloud,Terraform)

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

LarryDpk LarryDpk 发布于 2021-11-15

Provision the Google Kubernetes Engine(GKE) with gcloud and access with kubectl

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

LarryDpk LarryDpk 发布于 2021-11-14

Manage GCP Pubsub with Terraform

1 IntroductionTerraform is a tool to manage infrastructure on many platform like AWS, GCP and Azure. I will show you how to manage the GCP Pub/Sub wi

LarryDpk LarryDpk 发布于 2021-11-13