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: Git

[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

[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

[Renovate] Automate Dependency Management With Renovate From Mend

Posted on July 23, 2023July 23, 2023 By nim No Comments on [Renovate] Automate Dependency Management With Renovate From Mend
[Renovate] Automate Dependency Management With Renovate From Mend

Renovate is an automation tool for keeping your projects up-to-date. It automates the detection of outdated dependencies, the update of dependencies, and the creation of the Merge/Pull Request to get those updates integrated into your project. Self-host Renovate Bot https://jerrynsh.com/12-tips-to-self-host-renovate-bot/ https://github.com/renovatebot/docker-renovate/tree/main/docs

CI/CD, Git

[Private NPM] Create The Private NPM Packages

Posted on November 29, 2022November 30, 2022 By nim No Comments on [Private NPM] Create The Private NPM Packages
[Private NPM] Create The Private NPM Packages

Bạn đang cần dựng 1 Private NPM Packages 1) Private NPM Packages in Bitbucket Bạn có thể tham khảo bài viết bên dưới:https://mskutta.github.io/2018/05/25/private-npm-packages-in-bitbucket/#referencing-npm-packages-from-bitbuckethttps://community.atlassian.com/t5/Bitbucket-questions/How-can-I-install-an-npm-package-from-my-bitbucket-repository/qaq-p/752908https://sqllyw.wordpress.com/2015/10/17/npm-install-modules-from-bitbucket-private-repositories/ 2) nexus repository manager https://artifacthub.io/packages/helm/sonatype/nexus-repository-managerhttps://levelup.gitconnected.com/deploying-private-npm-packages-to-nexus-a16722cc8166

Bitbucket, Coding

[Kaniko/Bitbucket/ECR] Accomplish the workflow: CI by bitbucket pipeline, Kaniko build image and push image to ECR

Posted on November 13, 2022November 15, 2024 By nim No Comments on [Kaniko/Bitbucket/ECR] Accomplish the workflow: CI by bitbucket pipeline, Kaniko build image and push image to ECR
[Kaniko/Bitbucket/ECR] Accomplish the workflow: CI by bitbucket pipeline, Kaniko build image and push image to ECR

Mình cũng đã có 1 vài bài nói về kaniko và run kaniko trên k8s để build image Hôm này chúng ta sẽ đến 1 bài là:CI bằng bitbucket-pipelineBuild image bằng KanikoSau đó push image lên ECR của AWS. 1) design bitbucket-pipelines Đầu tiên mình có file bitbucket-pipelines.yml 2) Kaniko push image to ECR Đầu…

Read More “[Kaniko/Bitbucket/ECR] Accomplish the workflow: CI by bitbucket pipeline, Kaniko build image and push image to ECR” »

AWS - Amazon Web Service, Bitbucket, CI/CD

[Bitbucket] Git clone the repositories through token

Posted on November 11, 2022February 21, 2023 By nim No Comments on [Bitbucket] Git clone the repositories through token
[Bitbucket] Git clone the repositories through  token

Chúng ta sẽ git clone repo on bitbucket bằng token Once you have generated the App Password in Personal Settings > App Password: reference:https://community.atlassian.com/t5/Bitbucket-questions/How-do-I-use-the-new-app-password-for-command-line-Git/qaq-p/1955078

Bitbucket

[Gitops] How to design files and folders to be reasonable for any infrastructure

Posted on November 9, 2022 By nim No Comments on [Gitops] How to design files and folders to be reasonable for any infrastructure
[Gitops] How to design files and folders to be reasonable for any infrastructure

Một câu hỏi to đúng khi bạn thiết kế file làm sao cho thật khoa học.Bạn có thể tham khảo bài biết này https://dev.to/jimsheldon/managing-the-git-in-gitops-4-ways-to-structure-code-in-your-gitops-repos-dbp

Git

[Bitbucket Pipeline] Design bitbucket-pipeline and eksctl to upgrade EKS cluster

Posted on October 30, 2022October 31, 2022 By nim No Comments on [Bitbucket Pipeline] Design bitbucket-pipeline and eksctl to upgrade EKS cluster
[Bitbucket Pipeline] Design bitbucket-pipeline and eksctl to upgrade EKS cluster

Hello các bạn mình đã có 1 bài upgrade eks bằng eksctl. Sau khi chúng ta đã understanded các command thì design bitbucket-pipeline để upgrade eks cluster. Đầu tiền bạn cần set up các env chung. Và đây là file bitbucket-pipelines.yml Sau khi deploy hết thì bạn cần kiểm tra lại các ingress có hoạt…

Read More “[Bitbucket Pipeline] Design bitbucket-pipeline and eksctl to upgrade EKS cluster” »

AWS - Amazon Web Service, Bitbucket

[Bitbucket Pipeline] The deployment environment ‘xxx’ in your bitbucket-pipelines.yml file occurs multiple times in the pipeline. Please refer to our documentation for valid environments and their ordering.

Posted on October 29, 2022 By nim No Comments on [Bitbucket Pipeline] The deployment environment ‘xxx’ in your bitbucket-pipelines.yml file occurs multiple times in the pipeline. Please refer to our documentation for valid environments and their ordering.
[Bitbucket Pipeline] The deployment environment ‘xxx’ in your bitbucket-pipelines.yml file occurs multiple times in the pipeline. Please refer to our documentation for valid environments and their ordering.

Mình đang việc 1 bitbucket-pipeline để thực hiện upgrade eks cluster bằng eksctl Và mình cũng có chỉ các bạn cách để chúng ta có thể tạo nhiều env theo từng môi trường khác nhau. Nhưng mà bitbucket-pipeline là không cho phép điều này. The deployment environment ‘lab-nimtechnology’ in your bitbucket-pipelines.yml file occurs multiple times…

Read More “[Bitbucket Pipeline] The deployment environment ‘xxx’ in your bitbucket-pipelines.yml file occurs multiple times in the pipeline. Please refer to our documentation for valid environments and their ordering.” »

Bitbucket

[Bitbucket-pipelines] Lesson 2: Using SCP to Transport Artifacts from the Build and SSH to Server to run the commands.

Posted on September 27, 2022September 27, 2022 By nim No Comments on [Bitbucket-pipelines] Lesson 2: Using SCP to Transport Artifacts from the Build and SSH to Server to run the commands.
[Bitbucket-pipelines] Lesson 2: Using SCP to Transport Artifacts from the Build and SSH to Server to run the commands.

1) Using SCP to Transport Artifacts Bài này chúng ta thực hiện pull về xong copy or scp vào file and folder vào server. Bên dưới là code nhắc lại 1 chút về artifactsnó sẽ giúp bạn move data giữa các step trong trong bitbucket. Bạn cần tạo các variables 2) Using SSH to Run…

Read More “[Bitbucket-pipelines] Lesson 2: Using SCP to Transport Artifacts from the Build and SSH to Server to run the commands.” »

Bitbucket

Posts pagination

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

  • [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
  • [Teamcity] How to transfer the value from pipeline A to pipeline B June 9, 2025
  • [Windows] Remove the process that consumes too much CPU. June 3, 2025
  • Deploying Web-Based File Managers: File Browser and KubeFileBrowser with Docker and Kubernetes June 3, 2025

Archives

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