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

Month: April 2022

[Kafka-connect] Solving the error or issues on Kafka-connect

Posted on April 28, 2022April 28, 2022 By nim No Comments on [Kafka-connect] Solving the error or issues on Kafka-connect
[Kafka-connect] Solving the error or issues on Kafka-connect

Với các connector của debezium bạn có thể tham khảo các issues ở đây:https://issues.redhat.com/projects/DBZ/issues/DBZ-5037?filter=allopenissues Và thường chúng ta sẽ lọc theo version. mysqldebezium Nếu bị lỗi trên thì change value: database.history.kafka.topic (thay đổi ký tự chẳng hạn)

Kafka Connect

[Kafka] Thiết kế và Testing Cluster kafka HA trên k8

Posted on April 28, 2022April 28, 2022 By nim No Comments on [Kafka] Thiết kế và Testing Cluster kafka HA trên k8
[Kafka] Thiết kế và Testing Cluster kafka HA trên k8

Lượn được bài hay về kafka của một anh

Kafka

[Terraform] Online Lab Terraform (FREE).

Posted on April 24, 2022April 24, 2022 By nim 8 Comments on [Terraform] Online Lab Terraform (FREE).
[Terraform] Online Lab Terraform (FREE).

Đầu tiên bạn cần truy cập và đăng nhập (Có thể đăng nhập bằng google, …)https://kodekloud.com Bước tiếp theo bạn truy cập vào link lab:Udemy Labs- Terraform for Beginners Bạn sử dụng code trong video nhé! Nếu bạn mà code trong video không thể đăng nhập được.Bạn có thể comment và điện email vào ô…

Read More “[Terraform] Online Lab Terraform (FREE).” »

Terraform

[Kubernetes] Having unbound immediate PersistentVolumeClaims

Posted on April 21, 2022April 21, 2022 By nim No Comments on [Kubernetes] Having unbound immediate PersistentVolumeClaims
[Kubernetes] Having unbound immediate PersistentVolumeClaims

pod didn’t trigger scale-up (it wouldn’t fit if a new node is added): 23 pod has unbound immediate PersistentVolumeClaims0/166 nodes are available: 166 pod has unbound immediate PersistentVolumeClaims Trường hợp trên thì bạn kiểm tra cái PVC mà pod đang mount có ready ko nhé Reference Link.https://jhooq.com/pod-has-unbound-immediate-persistent-volume-claims/

Kubernetes

[Kubernetes] POD XXXX is in the cache, so can’t be assumed

Posted on April 21, 2022April 21, 2022 By nim No Comments on [Kubernetes] POD XXXX is in the cache, so can’t be assumed
[Kubernetes] POD XXXX is in the cache, so can’t be assumed

Khi mà bạn deploy 1 application trên k8s và bạn thấy pod của mình như sau: “is in the cache, so can’t be assumed“ Hiện tại cách của mình là xoá pod đó đi.Hoặc move pod đó sang 1 node khác Dưới dây là mình tham khảo 1 post của Trung quốc Refer to https://www.cnblogs.com/Serverlessops/p/12563692.html…

Read More “[Kubernetes] POD XXXX is in the cache, so can’t be assumed” »

Kubernetes

[AWS] – Terraform Beginner – Lesson 1: Create a Free Account of AWS

Posted on April 19, 2022May 2, 2022 By nim No Comments on [AWS] – Terraform Beginner – Lesson 1: Create a Free Account of AWS
[AWS] – Terraform Beginner – Lesson 1: Create a Free Account of AWS

Bạn truy cập trang webhttps://aws.amazon.com/free/free-tier/ Cardholder’s name: Cái này là tên Của mình trên thẻ Giờ signin thôihttps://console.aws.amazon.com/

AWS - Amazon Web Service, Terraform

[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

Posts navigation

1 2 … 4 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

  • Experiences for IP Addresses Shortage on EKS Clusters March 29, 2023
  • [Talisman] Discover the sensitive information in your code. March 28, 2023
  • [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

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.