Skip to content

NimTechnology

Trình bày các công nghệ CLOUD một cách dễ hiểu.

  • Kubernetes & Container
    • Docker
    • Kubernetes
      • Ingress
    • Helm Chart
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
    • MetalLB
    • Kong Gateway
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Spinnaker
    • Jenkins
    • Harbor
    • TeamCity
    • Git
      • Bitbucket
  • Coding
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log & Monitor
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form

Category: GCP – Google Cloud

[Terraform] Error: Error acquiring the state lock

Posted on June 5, 2022 By nim No Comments on [Terraform] Error: Error acquiring the state lock
[Terraform] Error: Error acquiring the state lock

Nếu bạn bị lỗi Đầu tiên là hỏi có đang run terraform. Nếu không thì gõ lệnh sau.

AWS - Amazon Web Service, GCP - Google Cloud, Terraform

[Terraform/GCP/K8s] How can we build/install the Kubernetes clusters (GKE) on Google Cloud.

Posted on June 1, 2022June 15, 2022 By nim No Comments on [Terraform/GCP/K8s] How can we build/install the Kubernetes clusters (GKE) on Google Cloud.
[Terraform/GCP/K8s] How can we build/install the Kubernetes clusters (GKE) on Google Cloud.

1) Backend state Bài này thì mình thực hiện build multi cluster k8s trên GCP Để chuẩn bị cho đúng với bài tập thực tế. Chúng ta cần tạo 1 backend cho terraform trên GCS. sau khi bạn chạy terraform apply bạn sẽ tạo được bucket trên GCS Giờ minh tạo 1 folder là cluster…

Read More “[Terraform/GCP/K8s] How can we build/install the Kubernetes clusters (GKE) on Google Cloud.” »

GCP - Google Cloud, Kubernetes

[GCP] How to delete payments, the visa card, the master cards come out of the Google Cloud flatform so easily

Posted on May 2, 2022May 2, 2022 By nim No Comments on [GCP] How to delete payments, the visa card, the master cards come out of the Google Cloud flatform so easily
[GCP] How to delete payments, the visa card, the master cards come out of the Google Cloud flatform so easily

Như mình cũng đã hướng dẫn tạo account GCP để lab terraform trên google cloud. Giờ học xong và anh em cũng đã nghe 1 số người bị trừ tiền oan đúng không? Vậy thì làm theo bài viết bên dưới:

GCP - Google Cloud

[Terraform] Lesson 11: Create GKE (kubernetes) on Google with Terraform

Posted on April 18, 2022May 15, 2022 By nim No Comments on [Terraform] Lesson 11: Create GKE (kubernetes) on Google with Terraform
[Terraform] Lesson 11: Create GKE (kubernetes) on Google  with Terraform

Làm sao để tạo 1 cluster k8s trên GCP bằng terraform https://antonputra.com/google/create-gke-cluster-using-terraform/ 1) Create VPC in GCP using Terraform Đầu tiên chúng ta cần tạo VPC cho 1 new project GCP. => chúng ta cần enable compute APIĐể tạo 1 cluster GKE (k8s) => chúng ta cần enable container google API ==> Chúng ta enble…

Read More “[Terraform] Lesson 11: Create GKE (kubernetes) on Google with Terraform” »

GCP - Google Cloud, Terraform

[Terraform] Lesson 10: NoSQL Database in GCP with Terraform

Posted on April 17, 2022April 18, 2022 By nim No Comments on [Terraform] Lesson 10: NoSQL Database in GCP with Terraform
[Terraform] Lesson 10: NoSQL Database in GCP with Terraform

1) Cloud BigTable with Terraform Giờ thì bạn click create Đây là code terraform 2) Cloud MemoryStore with Terraform MemoryStore thì sẽ giống với redis Sau đây là code terraform

GCP - Google Cloud, Terraform

[Terraform] Lesson 9: Relational DB – Cloud SQL & Spanner with Terraform

Posted on April 16, 2022April 18, 2022 By nim No Comments on [Terraform] Lesson 9: Relational DB – Cloud SQL & Spanner with Terraform
[Terraform] Lesson 9: Relational DB – Cloud SQL & Spanner  with Terraform

1) Cloud Spanner with Console Cloud Spanner is a managed, mission-critical, globally consistent and scalable relational database service. 2) Cloud Spanner with Terraform Giờ mình cung cấp code terraformfile main.tf giờ bạn terraform init rổi đến apply Và đương nhiên là chúng ta sẽ gặp lỗi: Error creating Instance: googleapi: Error 403: Caller is missing…

Read More “[Terraform] Lesson 9: Relational DB – Cloud SQL & Spanner with Terraform” »

GCP - Google Cloud, Terraform

[Terraform] Lesson 8: Cloud PubSub with Terraform

Posted on April 16, 2022April 18, 2022 By nim No Comments on [Terraform] Lesson 8: Cloud PubSub with Terraform
[Terraform] Lesson 8: Cloud PubSub with Terraform

1) Cloud PubSub with Cloud Console Chúng ta đã tạo được topic và subscriptionsgiờ chúng input messages vào topic manual nhé! 2) Cloud PubSub with Cloud Terraform sau đây à phần code terraform. 3) schemas Bạn tưởng tượng phần này sẽ là model hay là định nghĩa các messages khi ghi vào topic thì phải…

Read More “[Terraform] Lesson 8: Cloud PubSub with Terraform” »

GCP - Google Cloud, Terraform

[Terraform] Lesson 7: Cloud BigQuery with Terraform

Posted on April 15, 2022April 18, 2022 By nim No Comments on [Terraform] Lesson 7: Cloud BigQuery with Terraform
[Terraform] Lesson 7: Cloud BigQuery with Terraform

Bạn có thể tạo table từ data có sẵn Còn nếu đây là toạ mới thì để là empty table Giờ sài terraform. Cái này ngắn các bạn tử run trải nghiệm nhé!

GCP - Google Cloud, Terraform

[Terraform] Lesson 6: Google Cloud Function with Terraform

Posted on April 12, 2022April 18, 2022 By nim No Comments on [Terraform] Lesson 6: Google Cloud Function with Terraform
[Terraform] Lesson 6: Google Cloud Function with Terraform

1) Deploy Cloud Function – Console file: index.js file package.json Giờ các bạn ấn deploy luôn nhé Chúng ta sẽ kiểm tra permissions 2) Cloud Function – Terraform Sau đây mình cung cấp full code 2.1) Preparing File index.js Tiếp theo là file package.json Bạn sẽ cần nén nó lại dưới duôi .zip 2.2) Create…

Read More “[Terraform] Lesson 6: Google Cloud Function with Terraform” »

GCP - Google Cloud, Terraform

[Terraform] Lesson 5: Google Cloud Run with Terraform

Posted on April 11, 2022May 2, 2022 By nim No Comments on [Terraform] Lesson 5: Google Cloud Run with Terraform
[Terraform] Lesson 5: Google Cloud Run with Terraform

1) Cloud Run Provision using Cloud Console. Get image from dockerhub public Như bạn thấy thường dockerhub theo kiểu official thì chúng ta chỉ cần copy tên image là ok! Get image from different hub that isn’t Dockerhub Official(hub.docker.com) Mình ví dụ như mình sử dụng harbor Chúng ta cần push image lên gcr Mình…

Read More “[Terraform] Lesson 5: Google Cloud Run with Terraform” »

GCP - Google Cloud, Terraform

Posts navigation

1 2 Next
Tham Gia Group DevOps nhé!
Để Nim có nhiều động lực ra nhiều bài viết.
Để nhận được những thông báo mới nhất.

Recent Posts

  • [Prometheus/Grafana] Install Prometheus and Grafana on ubuntu. March 27, 2023
  • [Kong Gateway] WebSocket connection failed March 26, 2023
  • [Nextcloud] Can’t download files to have a size bigger than 2Gi on NextCloud – RaspBerry March 24, 2023
  • [Datadog] Using DataDog to monitor all services on kubernetes March 19, 2023
  • [Metrics Server] Failed to make webhook authorizer request: the server could not find the requested resource March 17, 2023

Archives

  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021

Categories

  • BareMetal
    • NextCloud
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • Golang
    • Jquery & JavaScript
    • Laravel
    • Python
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kong Gateway
    • Kubernetes
      • Ingress
    • Longhorn – Storage
    • MetalLB
    • Vault
    • VictoriaMetrics
  • Log & Monitor
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2023 NimTechnology.