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] Jobs will be created automatically by Jenkins Job Builder Jenkins
[Golang/Elasticsearch] How to send data or anything to Elasticsearch by Golang ELK
[Network/Kubernetes] Latency is too hight Kubernetes
[Jenkins] Share Libraries 3: Import library class. Jenkins
[Argocd] Run “bash/sh” to execute pods on kubernetes via Argocd. ArgoCD

[ArgoCD] ArgoCD suddenly can not connect to private registries.

Posted on May 23, 2025May 23, 2025 By nim No Comments on [ArgoCD] ArgoCD suddenly can not connect to private registries.
[ArgoCD] ArgoCD suddenly can not connect to private registries.

Bỗng một ngày đẹp trời bạn Upgrade Argocd lên version mới nhất con mình là lên Argocd v3.0.3 Thì đoàng các application của bạn bị Unknow. Failed to load target state: failed to generate manifest for source 1 of 2: rpc error: code = Unknown desc = failed to list refs: error creating SSH agent:…

Read More “[ArgoCD] ArgoCD suddenly can not connect to private registries.” »

ArgoCD

[Linux Tips] Be Careful When Using the chown Command on Alpine Linux 3.21 – Don’t Use the Dot Anymore!

Posted on May 23, 2025May 23, 2025 By nim No Comments on [Linux Tips] Be Careful When Using the chown Command on Alpine Linux 3.21 – Don’t Use the Dot Anymore!
[Linux Tips] Be Careful When Using the chown Command on Alpine Linux 3.21 – Don’t Use the Dot Anymore!

Gần đây khi làm việc với Alpine Linux 3.21, mình gặp phải một lỗi khá “khó chịu” khi dùng lệnh chown để đổi chủ sở hữu và nhóm cho file. Bình thường, mình vẫn hay quen dùng cú pháp kiểu: Ví dụ: Nhưng lần này, Alpine 3.21 lại báo lỗi, không thực hiện được! Sau…

Read More “[Linux Tips] Be Careful When Using the chown Command on Alpine Linux 3.21 – Don’t Use the Dot Anymore!” »

BareMetal

[Azure/Event Hub/Kafka] Using Event Hub instead of Kafka on the Azure Cloud.

Posted on May 22, 2025May 22, 2025 By nim No Comments on [Azure/Event Hub/Kafka] Using Event Hub instead of Kafka on the Azure Cloud.
[Azure/Event Hub/Kafka] Using Event Hub instead of Kafka on the Azure Cloud.

Đâu tiên nếu chúng ta chưa đăng ký sử dụng Event Hub sẽ bị lỗi trên.Chúng ta sẽ thực hiện đăng ký như sau: Bạn tìm đến eventhub click vào: Tiếp theo thì bạn sẽ chọn Subscription và Resource groupNamespace name nó là tên của event-hub rồi chọn region Pricing tier: chúng ta có rất…

Read More “[Azure/Event Hub/Kafka] Using Event Hub instead of Kafka on the Azure Cloud.” »

Azure Cloud, Kafka

[Azure/Resource Group] Create Resource Group on azure cloud

Posted on May 21, 2025May 21, 2025 By nim No Comments on [Azure/Resource Group] Create Resource Group on azure cloud
[Azure/Resource Group] Create Resource Group on azure cloud

Trong Azure Cloud, Resource Group là một nhóm logic các tài nguyên (resources) như máy ảo (VM), cơ sở dữ liệu, ứng dụng, và các dịch vụ khác mà bạn muốn quản lý như một đơn vị. Nó giúp tổ chức và quản lý tài nguyên dễ dàng hơn. Các tính năng chính của Resource…

Read More “[Azure/Resource Group] Create Resource Group on azure cloud” »

Azure Cloud

[Service Endpoint] Explain the Service Endpoint in Azure VNet.

Posted on May 21, 2025May 21, 2025 By nim No Comments on [Service Endpoint] Explain the Service Endpoint in Azure VNet.
[Service Endpoint] Explain the Service Endpoint in Azure VNet.

Đầu tiên mình có thể nói mục đích Service Endpoint của Azure khá giống với VPC Endpoint AWS. Khi bạn cài 1 Event Hubs với network mode là Public thì Event Hubs này sẽ nằm ở Location của Azure.thì khi bạn phân giải event hubs endpoint là 1 domain với IP Public. Để tránh được…

Read More “[Service Endpoint] Explain the Service Endpoint in Azure VNet.” »

Azure Cloud

[Azure] Create or Provision Cache Azure for redis

Posted on May 17, 2025May 19, 2025 By nim No Comments on [Azure] Create or Provision Cache Azure for redis
[Azure] Create or Provision Cache Azure for redis

Bạn đang chưa biết gì về Cache Azure hay đọc ngay post này. Đầu tiên để tạo redis trên azure bạn cần register “Microsoft.Cache” Giờ bắt đầu tạo redis trên azure: Bạn thực hiện Chọn subscription, Resource Group, Region, rồi anh em khai báo tên redis cluster của anh em. Ở đây mình cần giải…

Read More “[Azure] Create or Provision Cache Azure for redis” »

Uncategorized

[Azure/Loadbalancer] Creating an internal load balancer on Azure Kubernetes Service (AKS).

Posted on May 13, 2025May 14, 2025 By nim No Comments on [Azure/Loadbalancer] Creating an internal load balancer on Azure Kubernetes Service (AKS).
[Azure/Loadbalancer] Creating an internal load balancer on Azure Kubernetes Service (AKS).

Mình thực hiện apply service với IP internal. https://learn.microsoft.com/en-us/azure/aks/internal-lb?tabs=set-service-annotations Service đã được tạo nhưng external IP vẫn Pending: Nếu bạn thực hiện describe service thì thấy các lỗi dưới. Để kiểm tra client ID này là của ai thì bạn có thể kiểm tra bằng lên bên dưới. Đây là các subnet của mình Mô…

Read More “[Azure/Loadbalancer] Creating an internal load balancer on Azure Kubernetes Service (AKS).” »

Azure Cloud

[Azure] The subscription is not registered to use namespace ‘Microsoft.ContainerService’

Posted on May 8, 2025May 8, 2025 By nim No Comments on [Azure] The subscription is not registered to use namespace ‘Microsoft.ContainerService’
[Azure] The subscription is not registered to use namespace ‘Microsoft.ContainerService’

You need to register the Microsoft.ContainerService provider for your subscription.You can do this via the Azure CLI, Azure Portal, or PowerShell. Option 1: Azure CLI (Recommended) You can check the registration status with: Option 2: Azure Portal 3. In the left menu, click Resource providers.

Azure Cloud

[Azure] Insufficient regional vcpu quota left

Posted on May 8, 2025May 8, 2025 By nim No Comments on [Azure] Insufficient regional vcpu quota left
[Azure] Insufficient regional vcpu quota left

Bạn có thể follow các step bên dưới và request inscreate quotas

Azure Cloud

[WordPress] How to add a Dynamic watermark on WordPress.

Posted on May 6, 2025May 6, 2025 By nim No Comments on [WordPress] How to add a Dynamic watermark on WordPress.
[WordPress] How to add a Dynamic watermark on WordPress.

Bình thường thì bạn hay add watermark lên image nhưng nếu bạn muốn add 1 dynamic follow theo User name hoặc email của user đăng nhập thì như thế nào: Nếu người dụng có quay phim màn hình thì sẽ thấy có user name của họ Bạn sẽ cần tải lên 1 plugin là: Code…

Read More “[WordPress] How to add a Dynamic watermark on WordPress.” »

Coding

Posts pagination

1 2 … 78 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

  • [ArgoCD] ArgoCD suddenly can not connect to private registries. May 23, 2025
  • [Linux Tips] Be Careful When Using the chown Command on Alpine Linux 3.21 – Don’t Use the Dot Anymore! May 23, 2025
  • [Azure/Event Hub/Kafka] Using Event Hub instead of Kafka on the Azure Cloud. May 22, 2025
  • [Azure/Resource Group] Create Resource Group on azure cloud May 21, 2025
  • [Service Endpoint] Explain the Service Endpoint in Azure VNet. May 21, 2025

Archives

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