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/KSOPS/AWS] Encrypt secrets before pushing them to GitHub. ArgoCD
[Ubuntu/NAT] Configure NAT on Ubuntu Server BareMetal
[Navicat] For development only Coding
[Istio] Workload injected Istio that can’t connect Database(Redis, PostgreSQL) – excludeOutboundPorts or excludeIPRanges Isito-EnvoyFilter
[Istio/multi cluster] Install multi-cluster Istio with mode “Primary-Remote” for Kubernetes on Google Cloud Platform. Isito-EnvoyFilter

[Argo Workflow] Set up initContainer in Argo Workflows

Posted on August 4, 2025August 4, 2025 By nim No Comments on [Argo Workflow] Set up initContainer in Argo Workflows
[Argo Workflow] Set up initContainer in Argo Workflows

initContainer là một khái niệm rất hữu ích trong Kubernetes và Argo Workflows. Dưới đây là giải thích đơn giản và các ví dụ để bạn dễ dàng áp dụng. initContainer là gì? Hãy coi initContainer như những bước chuẩn bị phải chạy và hoàn thành thành công trước khi container chính (main container) của bạn được khởi động. Chúng rất lý tưởng…

Read More “[Argo Workflow] Set up initContainer in Argo Workflows” »

ArgoWorkflows

[ORAS] How to Easily and Effectively Upload Files to Docker Registry with ORAS

Posted on July 31, 2025July 31, 2025 By nim No Comments on [ORAS] How to Easily and Effectively Upload Files to Docker Registry with ORAS
[ORAS] How to Easily and Effectively Upload Files to Docker Registry with ORAS

Bọn mình sau khi thắc mắc có thể đẩy 1 file bất kỳ lên Docker registry không thì bạn Minh đã tìm ra 1 tool để làm việc này.info của bạn: https://github.com/HaPhanBaoMinh ORAS (OCI Registry As Storage) is an open-source tool that makes it easy to upload any file—not just container images—to OCI-compliant registries like…

Read More “[ORAS] How to Easily and Effectively Upload Files to Docker Registry with ORAS” »

Docker

[Grafana] Build a P99 chart using Prometheus and Grafana.

Posted on July 31, 2025July 31, 2025 By nim No Comments on [Grafana] Build a P99 chart using Prometheus and Grafana.
[Grafana] Build a P99 chart using Prometheus and Grafana.

Chắc hạn đã nghe đâu đó hoặc đã view 1 số chart p99, p98, p95,…Vậy bạn có thắc mắc chúng ta gì không?Tại sao nó lại qua trọng đối với hầu hết sản phẩm Chúng ta cùng nhau đến với 1 ví dụ: Visual example of P99 latency Hãy tưởng tượng bạn đang xếp hàng…

Read More “[Grafana] Build a P99 chart using Prometheus and Grafana.” »

Grafana, Prometheus

[Upload File] How to upload large files and download them using curl.

Posted on July 23, 2025July 30, 2025 By nim No Comments on [Upload File] How to upload large files and download them using curl.
[Upload File] How to upload large files and download them using curl.

Hiện tại đang cân upload 1 file lớn lên đâu đó và download bằng curl command trên mấy con server. Bạn cần truy cập vào trong web.https://www.file.moe/ Bạn có thể dùng command:

BareMetal

[Argo Workflow] Create an access token for Argo Workflows

Posted on July 14, 2025July 15, 2025 By nim No Comments on [Argo Workflow] Create an access token for Argo Workflows
[Argo Workflow] Create an access token for Argo Workflows

Nếu bạn cần call vào API của Argo Workflow. thì chúng ta cần tạo ra 1 token trên Argo workflow và sử dụng token này để call vào nó.Refer to: https://argo-workflows.readthedocs.io/en/latest/access-token/ Chúng ta sẽ vẫn thực hiện cài đặt argo workflow bằng helm chart. Tiếp theo trong helm value add authModes của server là client….

Read More “[Argo Workflow] Create an access token for Argo Workflows” »

ArgoWorkflows

[Argo Workflow] SSO Authentication for Argo Workflows.

Posted on July 14, 2025July 14, 2025 By nim No Comments on [Argo Workflow] SSO Authentication for Argo Workflows.
[Argo Workflow] SSO Authentication for Argo Workflows.

Authenticate Argo Workflow via Azure Cloud. Thông tin cài đặt Argo Workflow thông qua helm chart: Và bạn cần add thêm vào value file: Để đảm bảo không để credential trên value của helm chart chúng ta sẽ tạo 1 Secret Tiếp theo bạn tạo 1 secret Sau khi login xong hết thì bạn thực…

Read More “[Argo Workflow] SSO Authentication for Argo Workflows.” »

ArgoWorkflows

[AWS/EKS] Cache Docker image to accelerate EKS container deployment.

Posted on July 10, 2025July 10, 2025 By nim No Comments on [AWS/EKS] Cache Docker image to accelerate EKS container deployment.
[AWS/EKS] Cache Docker image to accelerate EKS container deployment.

Nếu bạn gắn challenge là các node mới scaleup cần phải pull image mới Vậy thì ta sẽ cần lưu trước Docker images vào instance trước khi instance được run lên đúng không nào? Manager của mình tìm ra 1 solution là Bottle Rocket.Chúng ta cùng tìm hiểu nào! Bottlerocket, hệ điều hành được tối…

Read More “[AWS/EKS] Cache Docker image to accelerate EKS container deployment.” »

AWS - Amazon Web Service

[Laravel] Laravel Helpful

Posted on June 26, 2025July 8, 2025 By nim No Comments on [Laravel] Laravel Helpful
[Laravel] Laravel Helpful

Get the current web path.

Uncategorized

[VScode] Hướng dẫn điều chỉnh font cho terminal

Posted on June 20, 2025July 8, 2025 By nim No Comments on [VScode] Hướng dẫn điều chỉnh font cho terminal
[VScode] Hướng dẫn điều chỉnh font cho terminal

TRên windows bạn ấn Ctr + Shift + P và điền từ Setting. edit Json file Setting Bạn add thêm text sau:

Uncategorized

[WordPress] Hướng dấn gửi mail trên WordPress thông qua gmail.

Posted on June 15, 2025June 15, 2025 By nim No Comments on [WordPress] Hướng dấn gửi mail trên WordPress thông qua gmail.
Coding

Posts pagination

1 2 … 80 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] Set up initContainer in Argo Workflows August 4, 2025
  • [ORAS] How to Easily and Effectively Upload Files to Docker Registry with ORAS July 31, 2025
  • [Grafana] Build a P99 chart using Prometheus and Grafana. July 31, 2025
  • [Upload File] How to upload large files and download them using curl. July 23, 2025
  • [Argo Workflow] Create an access token for Argo Workflows July 14, 2025

Archives

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