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: CI/CD

[kubectl/Argocd] How to create a kubectl config file for serviceaccount or from the cluster secret of Argocd

Posted on January 12, 2023 By nim No Comments on [kubectl/Argocd] How to create a kubectl config file for serviceaccount or from the cluster secret of Argocd
[kubectl/Argocd] How to create a kubectl config file for serviceaccount or from the cluster secret of Argocd

Bài này mình sẽ note 1 số thứ kiên quan đến việc tạo kube configuration từ 1 service account đã tồn tạibạn có thể lấy nó từ k8s hay argocd. Create a kubectl config file for serviceaccount Bạn có thể tham khảo link bên dưới: https://stackoverflow.com/questions/47770676/how-to-create-a-kubectl-config-file-for-serviceaccount Create a kubectl config file from the cluster secret…

Read More “[kubectl/Argocd] How to create a kubectl config file for serviceaccount or from the cluster secret of Argocd” »

ArgoCD

[ArgoCD/KSOPS/AWS] Encrypt secrets before pushing them to GitHub.

Posted on December 2, 2022March 23, 2023 By nim No Comments on [ArgoCD/KSOPS/AWS] Encrypt secrets before pushing them to GitHub.
[ArgoCD/KSOPS/AWS] Encrypt secrets before pushing them to GitHub.

Trước đây mình có 1 bài hướng dẫn các bạn encypt 1 file manifest bất kì trước khi đẩy lên github và sau đó thì Argocd sẽ decrypt manifest và apply to k8s Ksop with KMS on Argocd Lần này chúng ta sẽ sử dụng KSOPS và KMS của aws. Chúng ta cần cài sops Bạn…

Read More “[ArgoCD/KSOPS/AWS] Encrypt secrets before pushing them to GitHub.” »

ArgoCD

[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

[XAMPP] Error: MySQL shutdown unexpectedly

Posted on November 25, 2022 By nim No Comments on [XAMPP] Error: MySQL shutdown unexpectedly
[XAMPP] Error: MySQL shutdown unexpectedly

Xài Xampp chắc chắn anh em bị lỗi này.

ArgoCD

[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

[Argo Rollouts] How We Brought Automated Rollback to 2100+ Micro-serv…

Posted on November 9, 2022 By nim No Comments on [Argo Rollouts] How We Brought Automated Rollback to 2100+ Micro-serv…
[Argo Rollouts] How We Brought Automated Rollback to 2100+ Micro-serv…

Argo Rollouts at Scale: How We Brought Automated Rollback to 2100+ Micro-services at Monzo – Joseph Pallamidessi, Monzo Bank ltd. https://monzo.com/blog/2022/11/02/argo-rollouts-at-scale?fbclid=IwAR2x2BcIytXGPuB6AAY3VFKE9vpidmwP-iZIzfiO6gRc55mV-TrUcjQ3bTY

CI/CD

[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

[Teamcity] Teamcity Server can create the agent on AWS.

Posted on November 8, 2022November 9, 2022 By nim No Comments on [Teamcity] Teamcity Server can create the agent on AWS.
[Teamcity] Teamcity Server can create the agent on AWS.

Bài này mình sẽ tìm hiểu các create agent của teamcity trên các aws, vmware hoặc k8s. 1) Configure TeamCity server to connect to AWS. 1.1) Setup Teamcity Server. Bạn copy cái domain của teamcity xuống.rồi bạn điền access key và secret key vào. Ấn chạy mà ko thấy có dấu hiệu gì bất thường…

Read More “[Teamcity] Teamcity Server can create the agent on AWS.” »

TeamCity

[Teamcity] What is “reverse.dep.*” on TeamCity

Posted on November 4, 2022 By nim No Comments on [Teamcity] What is “reverse.dep.*” on TeamCity
[Teamcity] What is “reverse.dep.*” on TeamCity

Một ngày đẹp trời bạn vào parameters và thấy một configuration lạ: “reverse.dep.*” https://www.jetbrains.com/help/teamcity/predefined-build-parameters.html#Overriding+Dependency+Parameters For example, build configuration A depends on B and B depends on C. On triggering, A can change any parameter used in B or C by setting the following parameter: <parameter_name> is the name of the parameter to set in the build…

Read More “[Teamcity] What is “reverse.dep.*” on TeamCity” »

TeamCity

Posts navigation

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

  • [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
  • [Datadog] Using DataDog to monitor all services on kubernetes March 19, 2023
  • [Metrics Server] Failed to make webhook authorizer request: the server could not find the requested resource March 17, 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.