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
    • 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
    • DevSecOps
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log, Monitor & Tracing
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form

Category: ArgoCD

[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

[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 1 Comment 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, 2022August 3, 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 Cách…

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

ArgoCD

[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

[Argocd] Creating an Application of Argocd is related to helm public and repo helm

Posted on November 3, 2022December 19, 2022 By nim No Comments on [Argocd] Creating an Application of Argocd is related to helm public and repo helm
[Argocd] Creating an Application of Argocd is related to helm public and repo helm

1) Integrating with helm package Ý tưởng là mình sẽ sử dụng Kind: Application of Argocd để tạo bất kì workload nào dựa trên helm public Links:https://argo-cd.readthedocs.io/en/stable/user-guide/helm/#build-environmenthttps://stackoverflow.com/questions/73130776/how-do-i-set-helm-values-not-files-in-argocd-application-spec Đấy example config để mình create kubecost Việc sử dụng values mình sẽ cập nhật thêm. 2) Integrating with helm package

ArgoCD

[Argocd] Configure Role and Grant permission for the users that sign in to Argocd

Posted on October 27, 2022December 19, 2022 By nim No Comments on [Argocd] Configure Role and Grant permission for the users that sign in to Argocd
[Argocd] Configure Role and Grant permission for the users that sign in to Argocd

role: vài tròrule: luật https://argo-cd.readthedocs.io/en/stable/operator-manual/rbac/ Đầu tiên thì chúng ta sẽ có 2 rule mặc định là: Bạn có thể tìm thêm về RBAC Permission Structure p, role:developer, applications, get, nim/*, allow==> User khi có role là developer thì sẽ được allow “get” các applications trong project nim Nếu bạn muốn developer có thể edit…

Read More “[Argocd] Configure Role and Grant permission for the users that sign in to Argocd” »

ArgoCD

[Gitops] Evolving DevOps to GitOps

Posted on October 19, 2022October 19, 2022 By nim No Comments on [Gitops] Evolving DevOps to GitOps
[Gitops] Evolving DevOps to GitOps

1 Side khá hay về gitops

ArgoCD

[ArgoCD Image Updater] How does Argocd trigger images on Dockerhub and deploy workload on k8s automatically?

Posted on October 5, 2022August 26, 2023 By nim No Comments on [ArgoCD Image Updater] How does Argocd trigger images on Dockerhub and deploy workload on k8s automatically?
[ArgoCD Image Updater] How does Argocd trigger images on Dockerhub and deploy workload on k8s automatically?

1) Overview and Install ArgoCD Image Updater on K8s Để hoàn thành flow Gitops chúng ta cần là ghi CI đã build image mới và push image lên Docker Hub thì Argocd sẽ tự động cập nhật image mới này.và chúng ta có 1 project là ArgoCD Image Updater Đây là link có manifest của…

Read More “[ArgoCD Image Updater] How does Argocd trigger images on Dockerhub and deploy workload on k8s automatically?” »

ArgoCD

[Argocd] Designing Gitops model is implemented by argocd

Posted on October 2, 2022December 5, 2022 By nim No Comments on [Argocd] Designing Gitops model is implemented by argocd
[Argocd] Designing Gitops model is implemented by argocd

Mình đang ấp ủ là thực hiện 1 model CI/CD bằng argo project và mình nhìn thấy hình này

ArgoCD

[AWS] Login Argocd via Cognito in AWS

Posted on October 2, 2022October 16, 2023 By nim 2 Comments on [AWS] Login Argocd via Cognito in AWS
[AWS] Login Argocd via Cognito in AWS

Mình đã có 1 số bài hướng dẫn login vào UI của spinnaker, kiali bằng Google account.Nếu công ty bạn sài AWS thì có 1 ứng cử viên sáng giá đó là Cognito. Việc đầu tiên switch sang UI cũ cho dễ tạo. 1) Creating User Pool in Cognito new version: >>>>>>>>>>>>>>>>> Don’t Generate client…

Read More “[AWS] Login Argocd via Cognito in AWS” »

ArgoCD, AWS - Amazon Web Service

Posts navigation

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

  • [Monitoring] Understanding Different Types of Metrics in Monitoring Systems: Gauge, Counter, Histogram, and Summary December 6, 2023
  • [Golang/Protocol Buffers] Binarilize data by Proto Buf December 5, 2023
  • [Helm] Fail when running helm upgrade November 30, 2023
  • [AWS/EKS] Unlocking Simplicity and Security of Amazon EKS Pod Identity. November 30, 2023
  • [Gitleaks/njsscan/semgrep] Secure Your code by CAST and SAST tools November 27, 2023

Archives

  • 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
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • DevSecOps
    • 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
      • Pod
    • Longhorn – Storage
    • MetalLB
    • Vault
    • VictoriaMetrics
  • Log, Monitor & Tracing
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Fluent
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2023 NimTechnology.