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: October 2021

[Jenkins/Git] Why do My Jenkins get env.BRANCH_NAME of Git that is Null

Posted on October 24, 2021October 24, 2021 By nim No Comments on [Jenkins/Git] Why do My Jenkins get env.BRANCH_NAME of Git that is Null
[Jenkins/Git] Why do My Jenkins get env.BRANCH_NAME of Git that is Null

Note lại chút, 1 Job trên Jenkins tương tác với gitlab hay github.Mình cần jenkins có được các thông tin của repo như branch nào, commit nào,…??? Trong jenkins file, bạn thực hiện echo env.BRANCH_NAME nhưng lại bị rỗng hay null Lý do: https://stackoverflow.com/questions/43770058/jenkins-pipeline-branch-name-returns-null Vậy thì bạn cần tạo 1 job với type: Multibanch Pipeline…

Read More “[Jenkins/Git] Why do My Jenkins get env.BRANCH_NAME of Git that is Null” »

Git, Jenkins

[Jenkins] Install Jenkins StandAlone in Kubernetes

Posted on October 23, 2021 By nim No Comments on [Jenkins] Install Jenkins StandAlone in Kubernetes
[Jenkins] Install Jenkins StandAlone in Kubernetes

Vì một số nhu cấu đặc biệt anh/em sẽ cần 1 con jenkins chạy theo kiểu stand alone, có hoặc ko persistent Các file manifest ở link này: https://github.com/mrnim94/jenkins-k8sChỉ cần apply thôi Nếu anh em có như persistem volume của Jenkins để chắc căn và chúng ta kiểm tra lại Nếu anh em persistem Volume…

Read More “[Jenkins] Install Jenkins StandAlone in Kubernetes” »

Jenkins

[Nextcloud] Install and Upgrade new version for Nextcloud Docker.

Posted on October 22, 2021June 5, 2023 By nim 8 Comments on [Nextcloud] Install and Upgrade new version for Nextcloud Docker.
[Nextcloud] Install and Upgrade new version for Nextcloud Docker.

1) Upgrade new version https://help.nextcloud.com/t/exit-maintanence-mode-in-docker/34434 Giờ thực hiện remove container và remove image cũ-> cách này có downtime chút. Bí quyết đây bạn lưu lại câu run docker lúc trước nhé, không là hơi khoai đây Khi completed thì chuyển maintenance thành false 2) các command hay sử dụng Sync data giữa các thư mục….

Read More “[Nextcloud] Install and Upgrade new version for Nextcloud Docker.” »

BareMetal, Docker, NextCloud

[Istio] OMG – Metric of an Istiod pod had 2 versions. Why???

Posted on October 21, 2021October 23, 2021 By nim No Comments on [Istio] OMG – Metric of an Istiod pod had 2 versions. Why???
[Istio] OMG – Metric of an Istiod pod had 2 versions. Why???

1) The new version was deployed in place or overwritten on the old version Sau khi cầu hình monitor cho istiod thì phát hiện sao trong 1pod istiod lại có đến 2 version. Và hình như mà mình đã phát hiện ra điều j đó: 1.1) First – install istio version 1.9.8 Đầu tiên thực…

Read More “[Istio] OMG – Metric of an Istiod pod had 2 versions. Why???” »

Isito-EnvoyFilter

[Istio] Research tracing in Istio

Posted on October 20, 2021January 17, 2022 By nim No Comments on [Istio] Research tracing in Istio
[Istio] Research tracing in Istio

https://istio.io/latest/docs/tasks/observability/distributed-tracing/configurability/telemetry-api/#configuring-workload-specific-tracing-behavior Khi các bạn cài istio thì mặc định là tracing sẽ được enable giữa workload có inject istio-proxy và giữa ingress gateway với workload có inject istio-proxy 1. Disable Tracing 1.1 Disable tracing a particular workload by Telemetry Giờ bạn quay lại ui jaeger ko con thấy hiện thị tracing nữa. Bạn thấy kind…

Read More “[Istio] Research tracing in Istio” »

Isito-EnvoyFilter, Uncategorized

[Istio] Explain MutatingWebhookConfiguration to auto-injected istio-proxy.

Posted on October 20, 2021November 5, 2021 By nim No Comments on [Istio] Explain MutatingWebhookConfiguration to auto-injected istio-proxy.
[Istio] Explain MutatingWebhookConfiguration to auto-injected istio-proxy.

MutatingWebhookConfiguration with namespaceSelector Khi cái istio thì anh em sẽ biết là để auto inject sidecard Istio thì chúng ta cần add label cho namespace Mặc định sẽ là:kubectl label namespace default istio-injection=enabled Nếu anh em sài revision cho istio và muốn inject istio theo revisio thì:kubectl label namespace sample istio-injection- istio.io/rev=1-9-9 đôi khi là…

Read More “[Istio] Explain MutatingWebhookConfiguration to auto-injected istio-proxy.” »

Isito-EnvoyFilter

[Grafana] Graph(old) – Hiện thị chart và table thông tin

Posted on October 18, 2021October 26, 2021 By nim No Comments on [Grafana] Graph(old) – Hiện thị chart và table thông tin
[Grafana] Graph(old) – Hiện thị chart và table thông tin

Bạn muốn có 1 chart và hiện thị cả thông tin current and max value của đối tượng đó giờ lên prometheus query Vậy là apply thôi.

Grafana, Log, Monitor & Tracing

[Grafana] Bar Gause – Vẽ chart Grafana kiểu sóng âm nhạc

Posted on October 18, 2021October 26, 2021 By nim No Comments on [Grafana] Bar Gause – Vẽ chart Grafana kiểu sóng âm nhạc
[Grafana] Bar Gause – Vẽ chart Grafana kiểu sóng âm nhạc

Bạn có câu query trên prometheus type COUNT.

Grafana, Log, Monitor & Tracing

[Prometheus] Relabelling – Đưa thông tin từ Discovered Label sang target label

Posted on October 16, 2021December 15, 2021 By nim 2 Comments on [Prometheus] Relabelling – Đưa thông tin từ Discovered Label sang target label
[Prometheus] Relabelling – Đưa thông tin từ Discovered Label sang target label

Vào việc luôn ha. Một ngày đẹp trời thực hiện 1 câu query trên prometheus và bạn cảm thấy thiếu thiều j đó.Bạn đi lục lọi khắc nơi trong prometheus. Tiếp theo bạn cần di sang Discovery vào file config prometheus.yaml source_labels: [__scheme__] lâý key bên discovery regex: ‘(.*)’ cái này để lọc value nào…

Read More “[Prometheus] Relabelling – Đưa thông tin từ Discovered Label sang target label” »

Log, Monitor & Tracing, Prometheus

[Istio] Security authentication và authorization with ISTIO

Posted on October 14, 2021December 4, 2021 By nim No Comments on [Istio] Security authentication và authorization with ISTIO
[Istio] Security authentication và authorization with ISTIO

Như ở 1 bài viết mình đã có nhắc đến authentication và authorization cũng với test một vài feature istio trong bài viết bên dưới: Nếu bạn đang tò mò security của istio có j, thì chúng ta sẽ đi chi tiết. Security links: https://istio.io/latest/docs/reference/config/security/ 1) Authorization Policy Configuration for access control on workloads. The…

Read More “[Istio] Security authentication và authorization with ISTIO” »

Isito-EnvoyFilter

Posts pagination

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