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

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

通过Google Cloud Storage(GCS)管理Terraform的状态State

管理Terraform状态文件的最佳方式是通过云端的统一的存储,如谷歌云就用GCS。首先要创建一个Bucket:$ gsutil mb -p pkslow -l us-west1 -b on gs://pkslow-terraformCreating gs://pkslow-terraform/..

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

How to initiate the GCP project and use gcloud to access

IntroductionGCP(Google Cloud Platform) is a great platform, it provides many free Tier products for us to try. Let's create a project for learning or

LarryDpk LarryDpk 发布于 2021-11-13

How to run and debug the JavaScript in Intellij IDEA

The best and easiest way to run and debug JavaScript is using node.js. So the first step is to install the node on you laptop. For Mac, just run:$ bre

LarryDpk LarryDpk 发布于 2021-11-13

Spring Boot Actuator show the git and build info

IntroductionThe git and build information can help us for troubleshooting and version control. With Spring Boot Actuator, we can fetch the info just b

LarryDpk LarryDpk 发布于 2021-11-12