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
[jenkins] Scripted Pipeline lesson 1: Introduction Jenkins
[Argo Workflow] SSO Authentication for Argo Workflows. ArgoWorkflows
[Golang] Writing a metrics exporter through Golang and Prometheus Golang
[Metrics Server] Failed to make webhook authorizer request: the server could not find the requested resource Kubernetes
[Laravel] Debug an object in Laravel Laravel

Create Service Bus on azure

Posted on August 25, 2025August 25, 2025 By nim No Comments on Create Service Bus on azure
Create Service Bus on azure

Create Service Bus Instance Details (Chi tiết phiên bản): Khi bạn chọn Pricing tier là Premium thì nó hỗ trợ thêm vụ Availability Zones. Tiếp theo bạn nhấn next thì sẽ thấy bảng sau: Nếu bạn chọn Premium thì bạn sẽ chọn được partitioning và messaging units. How to define the reasonable value for Messaging…

Read More “Create Service Bus on azure” »

Azure Cloud

[Bottlerocket/EKS] Accessing a Bottlerocket node shell on EKS.

Posted on August 22, 2025August 22, 2025 By nim No Comments on [Bottlerocket/EKS] Accessing a Bottlerocket node shell on EKS.
[Bottlerocket/EKS] Accessing a Bottlerocket node shell on EKS.

Ở đây là nhưng điều lưu ý khi bạn access vào Bottlorocket Node trên eks.Bạn có thể sử dụng session manager Tiếp tục bạn ấn: enter-admin-container Rồi ấn tiếp: sudo sheltie

AWS - Amazon Web Service

[Argo Workflow] Overwrite pod environment variables in Argo workflows.

Posted on August 18, 2025August 18, 2025 By nim No Comments on [Argo Workflow] Overwrite pod environment variables in Argo workflows.
[Argo Workflow] Overwrite pod environment variables in Argo workflows.

Trong 1 hệ thông bất kì khi anh em run các pod lên nó sẽ có các enviroment mặc định trong pod.và nhất là trong các CI/CD. Bạn có thể thấy như ảnh chúng ta sẽ làm gì: Ví dụ trong pod có sẵn các environment như là: AWS_ROLE_AR, AWS_WEB_IDENTITY_TOKEN_FILE, AWS_DEFAULT_REGIONVà bạn muốn nó bây…

Read More “[Argo Workflow] Overwrite pod environment variables in Argo workflows.” »

ArgoWorkflows

[Ingress-Nginx] How to configure basic authentication for a website using Ingress Nginx.

Posted on August 11, 2025August 11, 2025 By nim No Comments on [Ingress-Nginx] How to configure basic authentication for a website using Ingress Nginx.
[Ingress-Nginx] How to configure basic authentication for a website using Ingress Nginx.

Nếu website của bạn đang public ra internet và bạn cần tạo cho nó 1 password đơn giản và không cần edit Fontend thì có thể làm cách sau: Bạn dùng câu lệnh này để tạo ra 1 file auth: Sau khi bạn gõ xong nó sẽ tạo ra 1 file auth: Khúc này khá…

Read More “[Ingress-Nginx] How to configure basic authentication for a website using Ingress Nginx.” »

Ingress

[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

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

  • Create Service Bus on azure August 25, 2025
  • [Bottlerocket/EKS] Accessing a Bottlerocket node shell on EKS. August 22, 2025
  • [Argo Workflow] Overwrite pod environment variables in Argo workflows. August 18, 2025
  • [Ingress-Nginx] How to configure basic authentication for a website using Ingress Nginx. August 11, 2025
  • [Argo Workflow] Set up initContainer in Argo Workflows August 4, 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.