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

Category: CI/CD

[Bitbucket] Git Clone/Pull/Push with Bitbucket through API Token.

Posted on June 12, 2025June 13, 2025 By nim No Comments on [Bitbucket] Git Clone/Pull/Push with Bitbucket through API Token.
[Bitbucket] Git Clone/Pull/Push with Bitbucket through API Token.

Gần dây khi anh em git pull tới Bitbucket sẽ thấy dòng thông báo: nếu bây giờ chúng ta không thể dùng app password để git clone hay pull và push.thì chúng ta sẽ dùng gì thay thế:Chúng ta sẽ cần create API Token để thay thế.https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/ Đầu tiên bạn truy cập vào link này:…

Read More “[Bitbucket] Git Clone/Pull/Push with Bitbucket through API Token.” »

Bitbucket

[Teamcity] How to transfer the value from pipeline A to pipeline B

Posted on June 9, 2025June 9, 2025 By nim No Comments on [Teamcity] How to transfer the value from pipeline A to pipeline B
[Teamcity] How to transfer the value from pipeline A to pipeline B

Làm thể nào để ta có thể chia sẽ value từ pipline A sang pipeline B Ở step này thì nẽ build ra file .jar Tiếp đến bạn tạo 1 Pipeline khác.Để copy các artifacts và đẩy lên S3. Mục tiêu của chúng ta là Pipeline Deploy sẽ copy các Artifact của Pipeline BuildLúc này…

Read More “[Teamcity] How to transfer the value from pipeline A to pipeline B” »

TeamCity

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

Posted on May 23, 2025May 27, 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

[Golang] Use -buildvcs=false to disable VCS stamping

Posted on June 18, 2024June 18, 2024 By nim No Comments on [Golang] Use -buildvcs=false to disable VCS stamping
[Golang] Use -buildvcs=false to disable VCS stamping

Trong 1 lần mình build image trên bitbucket pipeline thì nó bị lỗi này: The -buildvcs=false flag in the go build command is used to disable VCS (Version Control System) stamping during the build process. This flag is particularly useful in environments where the Go compiler might face issues accessing the version control metadata, such…

Read More “[Golang] Use -buildvcs=false to disable VCS stamping” »

Bitbucket

[Argo Workflow] Run in a test case Using a sidecar or two containers together.

Posted on May 9, 2024 By nim No Comments on [Argo Workflow] Run in a test case Using a sidecar or two containers together.
[Argo Workflow] Run in a test case Using a sidecar or two containers together.

Tình huống của mình là team order DevOps run Automation test để kết nối vào Kafka.Yêu cầu là run 1 consumer cùng chạy với container Playwright(dùng để push message lên kafka)2 containers cũng sử dụng chung 1 folder vì consumer lấy kết quả của kafka và sẽ ghi xuống disk và Playwright sẽ đọc kết…

Read More “[Argo Workflow] Run in a test case Using a sidecar or two containers together.” »

ArgoWorkflows

[Argocd – Azure] Login to ArgoCD using Microsoft or Azure Accounts.

Posted on March 6, 2024March 28, 2024 By nim No Comments on [Argocd – Azure] Login to ArgoCD using Microsoft or Azure Accounts.
[Argocd – Azure] Login to ArgoCD using Microsoft or Azure Accounts.

1) Create issuer, clientID,  clientSecret on Azure Cloud Theo như những bài mà chúng ta cấu hình để login argocd bằng Google account hay cognito. Thì chúng ta cấu hình và lấy được issuer, clientID,  clientSecret và để authen thông qua Azure cũng như vậy. 2) Config the dex server of Argocd integrated with Azure…

Read More “[Argocd – Azure] Login to ArgoCD using Microsoft or Azure Accounts.” »

ArgoCD, Azure Cloud

[Argo Event] Building webhook trigger for any action by argo-event.

Posted on February 23, 2024June 19, 2025 By nim No Comments on [Argo Event] Building webhook trigger for any action by argo-event.
[Argo Event] Building webhook trigger for any action by argo-event.

1) Overview of Argo Event. “Argo Events is an event-driven workflow automation framework for Kubernetes which helps you trigger K8s objects, Argo Workflows, Serverless workloads, etc. on events from various sources like webhooks, S3, schedules, messaging queues, gcp pubsub, sns, sqs, etc.” Now let’s introduce the core concepts of the events: The EventBus acts as the…

Read More “[Argo Event] Building webhook trigger for any action by argo-event.” »

Argo Events, ArgoWorkflows

[Argo Workflow] Build the docker image with argo-workflow and Kaniko then push the image to ECR

Posted on December 21, 2023December 21, 2023 By nim No Comments on [Argo Workflow] Build the docker image with argo-workflow and Kaniko then push the image to ECR
[Argo Workflow] Build the docker image with argo-workflow and Kaniko then push the image to ECR

chúng ta có rất nhiều tool để CI: jenkin, github action, bitbucket, pipelie Hôm này chúng ta sẽ chọn Argo Workflow để build 1 solution để CI cho team.Nó sẽ chạy trong internal K8s cluster. trước khi làm được bài này thì mình có tham khảo các links:https://medium.com/@mrsirsh/a-simple-argo-workflow-to-build-and-push-ecr-docker-images-in-parallel-a4fa67d4cd60https://mikenabhan.com/posts/build-docker-image-argo-workflows/ Sau đây sẽ là Full configuration và…

Read More “[Argo Workflow] Build the docker image with argo-workflow and Kaniko then push the image to ECR” »

ArgoWorkflows, Uncategorized

[Gitleaks/njsscan/semgrep] Secure Your code by CAST and SAST tools

Posted on November 27, 2023December 3, 2024 By nim No Comments on [Gitleaks/njsscan/semgrep] Secure Your code by CAST and SAST tools
[Gitleaks/njsscan/semgrep] Secure Your code by CAST and SAST tools

Look into CAST tool Ở đây mình sẽ dụng Docker để run gitleaks Bạn sẽ cần replace: ${path_to_host_folder_to_scan} đây là folder chứa code của bạn.Và tiếp theo là phần [COMMAND]: Và bên dưới là phần chúng ta scan, mình sử dụng command detect. nếu bạn muốn output hiện thị chi tiết hơn thêm –verbose Để…

Read More “[Gitleaks/njsscan/semgrep] Secure Your code by CAST and SAST tools” »

CI/CD, DevSecOps

[ArgoCD] Failed to wait for service account secret: timed out waiting for the condition

Posted on August 24, 2023August 24, 2023 By nim No Comments on [ArgoCD] Failed to wait for service account secret: timed out waiting for the condition
[ArgoCD] Failed to wait for service account secret: timed out waiting for the condition

Nếu bạn gặp lỗi: FATA[0033] Failed to wait for service account secret: timed out waiting for the condition Đây là cách giải quết:https://github.com/argoproj/argo-cd/issues/9422 Just want to share my (hacky) work around on this. With that, to fix this by the ‘short term solution’, we may need to not only create a service account token Secret,…

Read More “[ArgoCD] Failed to wait for service account secret: timed out waiting for the condition” »

ArgoCD

Posts pagination

1 2 … 17 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.