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

[Logstash] Discovering Pipeline inside Logstash

Posted on January 22, 2022February 1, 2022 By nim No Comments on [Logstash] Discovering Pipeline inside Logstash
[Logstash] Discovering Pipeline inside Logstash

Trong hệ thống elk thì chắc chắn logstash ko phải là 1 components quá xa lạ.Mục đích chính của mình khi sửa dụng logstash là gì:– Nó gửi logs về elastic ngon (của nhà elastic mà)– Nó hỗ trợ parse được nhiều kiểu logs khó nhằn thông input và filter (BEST) 1) Overview Pipeline of…

Read More “[Logstash] Discovering Pipeline inside Logstash” »

ELK, Logstash

[helm-chart] Using “toYaml” to design helm-chart – Kubernetes

Posted on January 20, 2022January 20, 2022 By nim No Comments on [helm-chart] Using “toYaml” to design helm-chart – Kubernetes
[helm-chart] Using “toYaml” to design helm-chart – Kubernetes

chúng ta có values.yaml template như sau: {{ toYaml .Values.ingress.annotations | indent 4 }}nghĩ là nó lấy toàn bộ data phía sau của ingress -> annotations, rồi đặt vào chỗ toYaml đã lùi 4 space Mình còn 1 sỗ ví dụ về toYamlhttps://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/templates/deployment.yaml#L9-L12

Helm Chart

[issues-Kaniko] The problems on the Kaniko.

Posted on January 20, 2022January 27, 2022 By nim No Comments on [issues-Kaniko] The problems on the Kaniko.
[issues-Kaniko] The problems on the Kaniko.

Error related to kaniko – jenkins – cache registry. có thể bạn bỏ flag: –use-new-run Khi build image trên kaniko thì bị lỗi này khi dùng chung flag là: –cache=true Khả năng bị lỗi cache trên registry:asia.gcr.io/nimtechnology/po_airflow/cache cần xoá cache image bạn có thể tham khài sau:https://blog.lazybit.ch/docker-registry-in-cluster-kaniko-cache/ Kaniko take much time to snapshot full system…

Read More “[issues-Kaniko] The problems on the Kaniko.” »

Kubernetes & Container

[Kibana] Tutorial export and import much data(dashboard,…) in Kibana – ELK

Posted on January 19, 2022January 27, 2022 By nim No Comments on [Kibana] Tutorial export and import much data(dashboard,…) in Kibana – ELK
[Kibana] Tutorial export and import much data(dashboard,…) in Kibana – ELK

Bài của mình hôm nay là mình có 2 kibana: 1cũ và 1 mới.mình cần export dashboard từ cũ sang mới. reference links:https://discuss.elastic.co/t/how-to-take-backup-of-dashboards-in-kibana/131416 Trên kibana cũ giờ mình muốn export chart KongAPI Bên con kibana mới

ELK, Kibana

[Logstash] Install Logstash and send logs from Kong Gateway to Logstash. So fast and easy – ELK

Posted on January 19, 2022February 1, 2022 By nim No Comments on [Logstash] Install Logstash and send logs from Kong Gateway to Logstash. So fast and easy – ELK
[Logstash] Install Logstash and send logs from Kong Gateway to Logstash. So fast and easy – ELK

Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite “stash.” 1) Install Logstash https://www.elastic.co/downloads/logstashhttps://github.com/deviantony/docker-elkỞ link trên thì bạn sẽ thấy rất nhiều cách download cũng như cài đặt logstash. Hiện tại mình run docker-compose cho nó nhanh và…

Read More “[Logstash] Install Logstash and send logs from Kong Gateway to Logstash. So fast and easy – ELK” »

ELK, Logstash

[Helm-chart] Declare “template” in helm-chart – Kubernetes

Posted on January 17, 2022 By nim No Comments on [Helm-chart] Declare “template” in helm-chart – Kubernetes
[Helm-chart] Declare “template” in helm-chart – Kubernetes

Một hôm bạn nhận được nhiệm vụ là fix helm chart và bạn thấy 1 dòng khó hiểu:{{ template “common.metadata” . }} Mình có reference link:https://helm.sh/docs/howto/charts_tips_and_tricks/#creating-image-pull-secrets nhìn như ảnh thì Helm chart sẽ lấy value + template “common.metadata” đưa vào data vào ví trí đó.

Helm Chart, Uncategorized

[helm chart] How to use “range” in helm chart – Kubernetes

Posted on January 17, 2022May 20, 2023 By nim No Comments on [helm chart] How to use “range” in helm chart – Kubernetes
[helm chart] How to use “range” in helm chart – Kubernetes

Như helm đã mô tả:range, which provides a “for each”-style loop https://helm.sh/docs/chart_template_guide/control_structures/#looping-with-the-range-action Nếu bạn có 1 value như sau: chúng ta sẽ loop các phần tử của mang hosts, bạn có thể các gạch đầu dòng (-) nó gần như các loại ngôn ngữ khác:bắt đầu bằng range và kết thúc endbạn loop array là…

Read More “[helm chart] How to use “range” in helm chart – Kubernetes” »

Helm Chart

[Kibana-ELK] Installing and Seting a Kibana For ELK

Posted on January 17, 2022October 6, 2023 By nim No Comments on [Kibana-ELK] Installing and Seting a Kibana For ELK
[Kibana-ELK] Installing and Seting a Kibana For ELK

Kibana là gì? Bạn có thể hiểu đơn giản Kibana là 1 trang web tương tác với elastic. Từ những data có trên elastic bạn có thể dùng kibana vẽ lên chart (đẹp mắt) để giám sác hay phân tích 1 sever nào đó: VM, container, application, Kubernetes,… Về cách cài đặt thì có cách.+…

Read More “[Kibana-ELK] Installing and Seting a Kibana For ELK” »

ELK, Kibana, Log, Monitor & Tracing

[Elastic] Install Elasticsearch through package manager.

Posted on January 14, 2022October 6, 2023 By nim No Comments on [Elastic] Install Elasticsearch through package manager.
[Elastic] Install Elasticsearch through package manager.

Mình cái trên ubuntu 20.04https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html 1) Install Elasticsearch 2) Recheck 2.1) Checking port opened thấy port 9200 lên là ok 2.2) check status Kiểm tra sem cài đã ngon nghẻ chưa? Những điểm cần lưu ý: status:– green: là ok– yellow là warning– red là Not OK -> elastic của bạn died rồi. number_of_nodes: trong…

Read More “[Elastic] Install Elasticsearch through package manager.” »

ELK, Log, Monitor & Tracing

[CSS-Font Awesome] Hướng dẫn sử dụng Font Awesome 5 bản miễn phí

Posted on January 13, 2022 By nim No Comments on [CSS-Font Awesome] Hướng dẫn sử dụng Font Awesome 5 bản miễn phí
[CSS-Font Awesome] Hướng dẫn sử dụng Font Awesome 5 bản miễn phí

Vẫn là 1 pha note đi vào lòng đất:

Coding

Posts pagination

Previous 1 2 3 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

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

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.