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
    • Helm Chart
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
    • MetalLB
    • Kong Gateway
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Spinnaker
    • Jenkins
    • Harbor
    • TeamCity
    • Git
      • Bitbucket
  • Coding
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log & Monitor
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form

Category: Bitbucket

[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, 2022December 15, 2022 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

[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

[Bitbucket-pipelines] Lesson1: Creating Your First Pipeline

Posted on September 26, 2022 By nim No Comments on [Bitbucket-pipelines] Lesson1: Creating Your First Pipeline
[Bitbucket-pipelines] Lesson1: Creating Your First Pipeline

Để setup ban đầu chạy được bitbucket pipelines bạn có thể tham khảo bài việt bên dưới:https://nimtechnology.com/2022/08/31/bitbucket/ Bitbucket cũng cấp 1 validate https://bitbucket-pipelines.atlassian.io/validator Bạn có thể tham khảo các chỉ dẫn có sẵn. Bài đầu tiên nhẹ nhàn thì bạn sử dụng pipeline này Và Bạn có thể thao khảo project này: https://bitbucket.org/nimtechnology/learning-bitbucket-pipeline

Bitbucket

[Bitbucket] You can run and make anything on Bitbucket Pipeline

Posted on August 31, 2022November 15, 2022 By nim No Comments on [Bitbucket] You can run and make anything on Bitbucket Pipeline
[Bitbucket] You can run and make anything on Bitbucket Pipeline

Giờ chúng ta tìm hiểu về Bitbucket Pipeline. Bạn có thể xem video ở trên trước Mình đã có 1 bài hướng dẫn chạy terragrunthttps://nimtechnology.com/2022/08/26/terraform-using-terragrunt-to-provision-aws-base-on-terraform-module/ Giờ mình sẽ kết hợp với Bitbucket Pipeline và terragrunt để deploy 1 con EC2 1) Set up and enable bitbucket-pipeline 2) Declare the global environment for bitbucket-pipeline Vì là…

Read More “[Bitbucket] You can run and make anything on Bitbucket Pipeline” »

Bitbucket, Git
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

  • Experiences for IP Addresses Shortage on EKS Clusters March 29, 2023
  • [Talisman] Discover the sensitive information in your code. March 28, 2023
  • [Prometheus/Grafana] Install Prometheus and Grafana on ubuntu. March 27, 2023
  • [Kong Gateway] WebSocket connection failed March 26, 2023
  • [Nextcloud] Can’t download files to have a size bigger than 2Gi on NextCloud – RaspBerry March 24, 2023

Archives

  • 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
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • Golang
    • Jquery & JavaScript
    • Laravel
    • Python
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kong Gateway
    • Kubernetes
      • Ingress
    • Longhorn – Storage
    • MetalLB
    • Vault
    • VictoriaMetrics
  • Log & Monitor
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2023 NimTechnology.