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
      • Pod
    • Helm Chart
    • OAuth2 Proxy
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
    • MetalLB
    • Kong Gateway
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Argo Events
    • Spinnaker
    • Jenkins
    • Harbor
    • TeamCity
    • Git
      • Bitbucket
  • Coding
    • DevSecOps
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
      • Azure Cloud
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log, Monitor & Tracing
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form
[ArgoCD] Failed to wait for service account secret: timed out waiting for the condition ArgoCD
[AWS] Creating EKS windows on AWS and Running windows pods AWS - Amazon Web Service
[Terraform] – Terraform Beginner – Lesson 9: Terraform with AWS – part 2 AWS - Amazon Web Service
[VDI/Guacamole] Hướng dẫn tạo nên hệ thống VDI siêu rẻ bằng guacamole và windows. BareMetal
[kubernetes/client-go] Go clients for talking to a kubernetes cluster. Golang

[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

[Golang] Error obtaining VCS status: exit status 128

Posted on April 14, 2022May 11, 2022 By nim No Comments on [Golang] Error obtaining VCS status: exit status 128
[Golang] Error obtaining VCS status: exit status 128

Mới gần đây team mình bị lỗi như dươi https://github.com/golang/go/issues/51253 Nó sẽ bị lỗi trong quá trình build image! Vậy thì bây giờ bạn cần hạ version golang xuống 1.7.x https://go-review.googlesource.com/c/go/+/391354/

Golang

[Network/Kubernetes] Latency is too hight

Posted on April 14, 2022April 14, 2022 By nim No Comments on [Network/Kubernetes] Latency is too hight
[Network/Kubernetes] Latency is too hight

Case như sau: workload A –>call–> workload Bthì latency ở workload A trả về rất cao: Reason 1: Workload B đang build nên trong lúc này khả năng latency cao và 50x

Kubernetes

[Javascript] Changing the js version after you change their content.

Posted on April 14, 2022 By nim No Comments on [Javascript] Changing the js version after you change their content.
[Javascript] Changing the js version after you change their content.

Mình hay gặp vấn đề khi thay đổi nối dụng của file js thì khi f5 có vẻ js chưa được apply C1: khi lập trình mình hay dụng trình duyệt ẩn danh C2: cách khác là nhấn tổ hợp phím. Chrome, Firefox, or Edge for Windows: Press Ctrl+F5 (If that doesn’t work, try Shift+F5 or…

Read More “[Javascript] Changing the js version after you change their content.” »

Jquery & JavaScript

[Javascipt] Get class or id of select – option with JQuery

Posted on April 13, 2022 By nim No Comments on [Javascipt] Get class or id of select – option with JQuery
[Javascipt] Get class or id of select – option with JQuery

Với select option trong HTML thì mình hay lấy value bằng jQueryGiờ mình muốn lấy id hoặc class của select option bằng jQuery reference links: https://stackoverflow.com/questions/2888446/get-the-selected-option-id-with-jqueryhttps://www.tutorialrepublic.com/faq/how-to-get-the-value-of-selected-option-in-a-select-box-using-jquery.php

Jquery & JavaScript

[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

Posts pagination

Previous 1 … 47 48 49 … 79 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

  • [Argo Workflow] Create an access token for Argo Workflows July 14, 2025
  • [Argo Workflow] SSO Authentication for Argo Workflows. July 14, 2025
  • [AWS/EKS] Cache Docker image to accelerate EKS container deployment. July 10, 2025
  • [Laravel] Laravel Helpful June 26, 2025
  • [VScode] Hướng dẫn điều chỉnh font cho terminal June 20, 2025

Archives

  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • 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
    • Argo Events
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • DevSecOps
    • Golang
    • Jquery & JavaScript
    • Laravel
    • NextJS 14 & ReactJS & Type Script
    • Python
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • Azure Cloud
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kong Gateway
    • Kubernetes
      • Ingress
      • Pod
    • Longhorn – Storage
    • MetalLB
    • OAuth2 Proxy
    • Vault
    • VictoriaMetrics
  • Log, Monitor & Tracing
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Fluent
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2025 NimTechnology.