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

Month: January 2022

[Kafka] Console Consumer CLI and Consumers in Group

Posted on January 31, 2022April 7, 2023 By nim No Comments on [Kafka] Console Consumer CLI and Consumers in Group
[Kafka] Console Consumer CLI and Consumers in Group

Giờ chúng ta tìm hiểu về việc read và write vào 1 topic trên kafka bằng CLI 1) Overview 1.1) Consumers 1.3) Consumer Groups What if too many consumers? giờ mình thực hiện mở 2 cửa sổ: – 1 consumer để lắng nghe topic– 1 producer để write data into topic 2) Practice 2.1) Consumer…

Read More “[Kafka] Console Consumer CLI and Consumers in Group” »

Apache Kafka, Kafka

[web] Chuyển ảnh sang text

Posted on January 31, 2022April 25, 2024 By nim No Comments on [web] Chuyển ảnh sang text
[web] Chuyển ảnh sang text

Web này dùng dể chuyển ảnh sang text! https://www.prepostseo.com/image-to-text Phần mền xóa text ra khỏi ảnh https://picsart.com/remove-object-from-photo/text Tạo QR code trực tiếp: https://www.qr-code-generator.com

Coding

[Kafka] Kafka Console Producer CLI.

Posted on January 31, 2022February 27, 2022 By nim No Comments on [Kafka] Kafka Console Producer CLI.
[Kafka] Kafka Console Producer CLI.

Producers • Producers write data to topics (which is made of partitions) • Producers automatically know to which broker and partition to write to • In case of Broker failures, Producers will automatically recover • Producers can choose to receive acknowledgment of data writes: • acks=0: Producer won’t wait for acknowledgment (possible data loss) •…

Read More “[Kafka] Kafka Console Producer CLI.” »

Apache Kafka, Kafka, Log, Monitor & Tracing

[Kafka] Kafka Topics CLI

Posted on January 31, 2022October 7, 2022 By nim No Comments on [Kafka] Kafka Topics CLI
[Kafka] Kafka Topics CLI

Ở bài này mình đi tìm hiểu về Kafka CLI, để chạy được kafka bạn tham khảo bài này nhé: 1) kafka-topics 1.1) what is the topic in Kfaka? Vậy Topic trong kafka là gì? Topics: a particular stream of data Similar to a table in a database (without all the constraints) You can have…

Read More “[Kafka] Kafka Topics CLI” »

Apache Kafka, BareMetal, Kafka

[Kafka-Zookeeper] Starting Kafka and Zookeeper

Posted on January 30, 2022February 27, 2022 By nim No Comments on [Kafka-Zookeeper] Starting Kafka and Zookeeper
[Kafka-Zookeeper] Starting Kafka and Zookeeper

Hiện tại mình đang tìm hiểu về Kafka and ZookeeperBài này chỉ đơn thuần là start 2 service này lên thôi! Install Java 11 Giờ chúng ta download kafka. https://kafka.apache.org/downloads Bạn cần add cái này vào cuối fileexport PATH=/root/kafka/bin:$PATH sau đó chúng ta mở một cưa số khác,rồi gõ kafka sau đó nhấn tab, nếu…

Read More “[Kafka-Zookeeper] Starting Kafka and Zookeeper” »

Apache Kafka, BareMetal, Kafka

[Golang/Container] Build docker/container Golang

Posted on January 28, 2022February 11, 2023 By nim No Comments on [Golang/Container] Build docker/container Golang
[Golang/Container] Build docker/container Golang

Làm sao để tụi build docker với golang nhỉ?sau đây mình có code 1 project GRPC demo và mình thử build docker sem sao? First way! No change version repo in go.mod thường golang có go.mod thì nó lưu version repo ở đó! Nên là khi bạn build docker bạn cũng muốn giữ nguyên các…

Read More “[Golang/Container] Build docker/container Golang” »

Coding, Docker, Golang

[Node exporter] Install node_exporter on Linux by a script file!

Posted on January 27, 2022January 27, 2022 By nim No Comments on [Node exporter] Install node_exporter on Linux by a script file!
[Node exporter] Install node_exporter on Linux by a script file!

https://github.com/prometheus/node_exporter/releasesBạn vào link trên để theo dõi các bạn release mới nhất: File bên có thể bỏ vào file .sh và chạy thực hiện check port:netstat -ntlp xong vào file prometheus.yaml sửa file config thứ hiện reload prometheusMình cài prometheus nên mình reload theo kiểu các bạn cũng chưa thấy.

BareMetal, Prometheus

[kibana] Guiding design Pie chart on Kibana with response data – Elasticsearch.

Posted on January 27, 2022 By nim No Comments on [kibana] Guiding design Pie chart on Kibana with response data – Elasticsearch.
[kibana] Guiding design Pie chart on Kibana with response data – Elasticsearch.

Pie chart thì chúng ta để. view theo kiểu tổng kết bao nhiêu phần trăm (percent %).Ví dụ: các response là gì và chiếm bao nhiêu phần trăm. Bước 1 vào discover: Chọn cái key/value mà bạn muốn. Ở đây mình muốn sem response status. Khi chuyển trang thì chọn chart pie! Ngon lành. How…

Read More “[kibana] Guiding design Pie chart on Kibana with response data – Elasticsearch.” »

Kibana

[Kubernetes] RBAC Demo

Posted on January 26, 2022February 13, 2022 By nim No Comments on [Kubernetes] RBAC Demo
[Kubernetes] RBAC Demo

Có thể anh em có làm việc với Kubernetes kha khá.Nhưng khi đúng đến RBAC thì có thể anh em của chúng ta sẽ khá lúng túng. Mình xin phép node lại mốt số thứ. Ảnh trên thì bạn sẽ thấy Ông John này sẽ có quyền tác động lên namespace: FINANCE.John sẽ thêm xoá,…

Read More “[Kubernetes] RBAC Demo” »

Kubernetes, Kubernetes & Container

[logstash/kibana] Draw a Map on Kibana by data from Logstash – Fix “Index pattern does not contain any geospatial fields”

Posted on January 24, 2022February 4, 2022 By nim 3 Comments on [logstash/kibana] Draw a Map on Kibana by data from Logstash – Fix “Index pattern does not contain any geospatial fields”
[logstash/kibana] Draw a Map on Kibana by data from Logstash – Fix “Index pattern does not contain any geospatial fields”

Như ở một bài viết mình đã giới thiêụ cách chuyển IP public -> thành phố, quốc gia, … trên logstash 1) create Map Chart and first issue Mục tiêu của bài này là làm sao chúng ta đưa data đó lên 1 bảng đồ trên kibana. Và bạn nếu lần đầu làm thì sẽ…

Read More “[logstash/kibana] Draw a Map on Kibana by data from Logstash – Fix “Index pattern does not contain any geospatial fields”” »

ELK, Kibana, Logstash

Posts pagination

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

  • [WordPress] Hướng dấn gửi mail trên WordPress thông qua gmail. June 15, 2025
  • [Bitbucket] Git Clone/Pull/Push with Bitbucket through API Token. June 12, 2025
  • [Teamcity] How to transfer the value from pipeline A to pipeline B June 9, 2025
  • [Windows] Remove the process that consumes too much CPU. June 3, 2025
  • Deploying Web-Based File Managers: File Browser and KubeFileBrowser with Docker and Kubernetes June 3, 2025

Archives

  • 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.