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

Month: May 2022

[Spinnaker] Design CD on Kubernetes by Spinnaker

Posted on May 14, 2022May 21, 2022 By nim No Comments on [Spinnaker] Design CD on Kubernetes by Spinnaker
[Spinnaker] Design CD on Kubernetes by Spinnaker

Chắc chăn là anh em đã nghe nói nhiều spinnaker được sử dụng để deploy lên K8s. Bắt đâu làm theo Nim thôi 1) Preparing. 1.1) Create helm package Đầu tiền bạn cần có 1 helm chart. Tạo 1 helm chart Lúc này nó sẽ tạo ra 1 folder nimtechnology. Giờ thược hiện package lại…

Read More “[Spinnaker] Design CD on Kubernetes by Spinnaker” »

Spinnaker

[Docker] “unsafe repository” when building the Docker image.

Posted on May 11, 2022 By nim No Comments on [Docker] “unsafe repository” when building the Docker image.
[Docker] “unsafe repository” when building the Docker image.

Khi bạn build docker image thì bị báo lỗi bên dưới. như trong log đã hướng dẫn thì chúng ta cần thêm RUN git config –global –add safe.directory /repo

Docker

[Terraform] Infrastructure Automation With Terraform – Lesson 1: Setup AWS

Posted on May 10, 2022May 10, 2022 By nim No Comments on [Terraform] Infrastructure Automation With Terraform – Lesson 1: Setup AWS
[Terraform] Infrastructure Automation With Terraform – Lesson 1: Setup AWS

Ở bài về beginer terraform mình đã hướng dẫn cách tạo tài khoản AWS free 1 năm 1) Create account and login console Lúc này user của bạn sẽ là user rootĐa số ta sẽ được khuyên là sửa sử dụng user root càng ít càng tốt. Vậy giờ chúng ta vào mục tiếp theo…

Read More “[Terraform] Infrastructure Automation With Terraform – Lesson 1: Setup AWS” »

AWS - Amazon Web Service

[Grafana] Error updating options: origin not allowed when you upgrade the Grafana.

Posted on May 8, 2022 By nim No Comments on [Grafana] Error updating options: origin not allowed when you upgrade the Grafana.
[Grafana] Error updating options: origin not allowed when you upgrade the Grafana.

Sau khi upgrade grafana lên version 8.5.2 thì mình bị lỗi Mình đọc thì vấn đề này sẽ xảy ra khi bạn public grafana thông qua 1 proxy: nginx, haproxy, Kong-Gateway. Nếu bạn sài nginx.proxy_set_header Host $http_host; Nếu bạn sài Apache2: ProxyPreserveHost On Sài Kong-gateway, Kong, Kong-api thì mình chỉ trên Konga như sauVào route và…

Read More “[Grafana] Error updating options: origin not allowed when you upgrade the Grafana.” »

Grafana

[Terraform] – Terraform Beginner – Lesson 8: Terraform Functions and Conditional Expressions

Posted on May 8, 2022May 30, 2022 By nim No Comments on [Terraform] – Terraform Beginner – Lesson 8: Terraform Functions and Conditional Expressions
[Terraform] – Terraform Beginner – Lesson 8: Terraform Functions and Conditional Expressions

1) More Terraform Functions 1.1) Numeric Functions 1.2) String Functions 1.3) Collection Functions 1.4) Map Functions 2) Operator and Conditional Expressions 2.1) Numeric Operators 2.2) Equality Operators. 2.3) Comparison Operators. 2.4) Logical Operators 3) Terraform Workspaces (OSS) Bạn có nhiều project A, B, C thì thì nó chỉ khách nhau về variable thì chúng ta…

Read More “[Terraform] – Terraform Beginner – Lesson 8: Terraform Functions and Conditional Expressions” »

AWS - Amazon Web Service

[Kuberneste/Volume] How can you mount a volume on Kubernetes that its permission isn’t root (non-root)

Posted on May 7, 2022 By nim No Comments on [Kuberneste/Volume] How can you mount a volume on Kubernetes that its permission isn’t root (non-root)
[Kuberneste/Volume] How can you mount a volume on Kubernetes that its permission isn’t root (non-root)

Case của mình là như sau: Đầu tiên mình có Dockerfile: Mình sẽ thử build image Sau đó mình running trên k8s OK giờ mình ko muốn nó run với user root thì làm sao:https://code.visualstudio.com/remote/advancedcontainers/add-nonroot-user Có 2 cách như link bên trên: Creating a non-root user Change the UID/GID of an existing container user Note…

Read More “[Kuberneste/Volume] How can you mount a volume on Kubernetes that its permission isn’t root (non-root)” »

Kubernetes

[Jquery] Disable ajaxStart per page or the particular action Ajax.

Posted on May 6, 2022May 6, 2022 By nim No Comments on [Jquery] Disable ajaxStart per page or the particular action Ajax.
[Jquery] Disable ajaxStart per page or the particular action Ajax.

Với config ở trên thì khi action ajax được chạy thì nó tạo ra 1 hiệu ứng mờ mờ toàn page.giờ mình muốn tắt effect loadingOverlay trên 1 vài ajax và mình không muốn thì làm sao? https://stackoverflow.com/questions/12604722/disable-ajaxstart-and-ajaxstop-for-a-specific-request I figured it out.. There is an attribute in the options object .ajax() takes called global. If set to false,…

Read More “[Jquery] Disable ajaxStart per page or the particular action Ajax.” »

Jquery & JavaScript

[Istio] Authenticator KubeJWTAuthenticator at index 1 got error: failed to validate the JWT from cluster – When you update K8s version 1.20 to 1.21

Posted on May 6, 2022May 6, 2022 By nim No Comments on [Istio] Authenticator KubeJWTAuthenticator at index 1 got error: failed to validate the JWT from cluster – When you update K8s version 1.20 to 1.21
[Istio] Authenticator KubeJWTAuthenticator at index 1 got error: failed to validate the JWT from cluster – When you update K8s version 1.20 to 1.21

Hiện trạng của mình là istio của mình đan chạy trên version k8s 1.20 và istio là 1.9.9 Sau khi upgrade version k8s từ 1.20 lên 1.21 thì istiod của mình gặp lỗi bên dưới istio-proxy thì gặp lỗi sau: như các log trên thì mình chắc chắn là bạn đang run istio với config…

Read More “[Istio] Authenticator KubeJWTAuthenticator at index 1 got error: failed to validate the JWT from cluster – When you update K8s version 1.20 to 1.21” »

Isito-EnvoyFilter

[nodeJs] Resovle the issue: npm ERR! cb() never called!

Posted on May 6, 2022May 6, 2022 By nim No Comments on [nodeJs] Resovle the issue: npm ERR! cb() never called!
[nodeJs] Resovle the issue: npm ERR! cb() never called!

Một ngày đẹp trời team mình chạy build image với nodeJS bị lỗi. Mình có lướt trên mạng thì thấy có 1 vài cách: https://github.com/m-muhsin/celestial/issues/9 chúng ta cần upgrade npm lên bản mới h Có cách nữa ở link bên dưới. https://reactgo.com/npm-err-cb-never-called/

Coding

[Bootstrap] Using toasts stead of alerts in Javascript

Posted on May 5, 2022 By nim No Comments on [Bootstrap] Using toasts stead of alerts in Javascript
[Bootstrap]  Using toasts stead of alerts in Javascript

Mình cũng gà code frontend.Chú yêu mình sẽ sử dụng javascript và boostrap là chỉnh Để thông báo cho user, thì mình hay dùng alert trong javascipt. Gần đây mình gặp 1 vấn đề: nhìn alert thì nó hơi cảm giác ức chế: Nó không security https://getbootstrap.com/docs/4.5/components/toasts/ Mình đã thay thấy bằng Toasts. chúng ta…

Read More “[Bootstrap] Using toasts stead of alerts in Javascript” »

Jquery & JavaScript

Posts pagination

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

  • [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
  • [Teamcity] How to transfer the value from pipeline A to pipeline B June 9, 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.