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: February 2023

[aws-sdk-go] Integrate with AWS by golang

Posted on February 25, 2023 By nim No Comments on [aws-sdk-go] Integrate with AWS by golang
[aws-sdk-go] Integrate with AWS by golang

Hôm nay nghịch tý golang call vào awsở V2 còn nhiều compose chưa được phát triểnbài này mình test với S3 trên aws. Resolve: https://stackoverflow.com/questions/25027462/aws-s3-the-bucket-you-are-attempting-to-access-must-be-addressed-using-the-spec Và sau đây là code sample

Golang

[Golang] Looking filepath.Walk to return any file and children folder in the folder

Posted on February 24, 2023February 25, 2023 By nim No Comments on [Golang] Looking filepath.Walk to return any file and children folder in the folder
[Golang] Looking filepath.Walk to return any file and children folder in the folder

The filepath.Walk function is used to traverse a directory tree recursively, starting from a given directory path. It walks the directory tree and calls a given function once for each file or directory found, passing in information about that file or directory. The function signature of filepath.Walk is: where root is the starting directory path, and walkFn is the function to be called…

Read More “[Golang] Looking filepath.Walk to return any file and children folder in the folder” »

Golang

[Linux] Error when run apt update

Posted on February 23, 2023February 23, 2023 By nim No Comments on [Linux] Error when run apt update
[Linux] Error when run apt update

Khi mình run apt update thì bị lỗi Cách fix:https://github.com/kubernetes/release/issues/1982

BareMetal

[Metallb] Create LoadBalancer Service on K8S (on-premise) so easily

Posted on February 20, 2023March 20, 2023 By nim No Comments on [Metallb] Create LoadBalancer Service on K8S (on-premise) so easily
[Metallb] Create LoadBalancer Service on K8S (on-premise) so easily

Hiện tại phiên bản v0.13.x có 1 breakchange, but cũng rất dễ dàng setup. https://metallb.universe.tf/ Đây là các config mẫu.Bạn cần chọn ra 1 range IP cho loadbalancer.

Ingress, Kubernetes, MetalLB

[ingress-nginx] ingress /contains invalid path

Posted on February 15, 2023February 15, 2023 By nim No Comments on [ingress-nginx] ingress /contains invalid path
[ingress-nginx] ingress /contains invalid path

Vừa qua mình gặp mội lỗi trên ingress nginx khi tạo ingress cho rancherkhi vào trong thì bị 404 và log trong ingress controller như dưới mình có đọc bài này:https://stackoverflow.com/questions/64946195/invalid-value-for-nginx-path

Ingress

[Samba] Looking into Locks and Oplocks in Samba-Server

Posted on February 10, 2023February 10, 2023 By nim No Comments on [Samba] Looking into Locks and Oplocks in Samba-Server
[Samba] Looking into Locks and Oplocks in Samba-Server

Tôi đang copy từ này này:https://www.oreilly.com/openbook/samba/book/ch05_05.html 5.5 Locks and Oplocks Concurrent writes to a single file are not desirable in any operating system. To prevent this, most operating systems use locks to guarantee that only one process can write to a file at a time. Operating systems traditionally lock entire files, although newer ones allow a range…

Read More “[Samba] Looking into Locks and Oplocks in Samba-Server” »

BareMetal

[Helmify] CLI that creates Helm charts from Kubernetes yamls.

Posted on February 8, 2023March 20, 2023 By nim No Comments on [Helmify] CLI that creates Helm charts from Kubernetes yamls.
[Helmify] CLI that creates Helm charts from Kubernetes yamls.

Helmify là một công cụ mã nguồn mở dùng để convert các file YAML thành chart Helm cho Kubernetes. Nó hỗ trợ việc quản lý các file YAML trong môi trường phân tán và automation trong quá trình setting up và phát triển. Helmify cũng cho phép anh em dễ dàng chỉnh sửa các file…

Read More “[Helmify] CLI that creates Helm charts from Kubernetes yamls.” »

Helm Chart, Kubernetes

[Linux] How to Check Disk Performance (IOPS and Latency) in Linux?

Posted on February 8, 2023July 25, 2023 By nim No Comments on [Linux] How to Check Disk Performance (IOPS and Latency) in Linux?
[Linux] How to Check Disk Performance (IOPS and Latency) in Linux?

Mình đã hỏi chat GPT và nó chỉ mình như sau: 1. Monitor I/O Performance Using ‘iostat’ Command: The first and most straightforward way to check disk performance in Linux is to use the ‘iostat’ utility to monitor I/O performance. ‘iostat’ can be used to monitor the I/O statistics of both CPUs and storage devices…

Read More “[Linux] How to Check Disk Performance (IOPS and Latency) in Linux?” »

Kubernetes & Container

[Karpenter] Using Karpenter instead of Autoscaling Group.

Posted on February 6, 2023 By nim No Comments on [Karpenter] Using Karpenter instead of Autoscaling Group.
[Karpenter] Using Karpenter instead of Autoscaling Group.

Refence Links:https://makendran.hashnode.dev/just-in-time-worker-nodes-with-karpenter

AWS - Amazon Web Service

[Sonarqube] Install Sonarqube on Kubernetes and integrate with GitHub Action.

Posted on February 5, 2023March 12, 2024 By nim No Comments on [Sonarqube] Install Sonarqube on Kubernetes and integrate with GitHub Action.
[Sonarqube] Install Sonarqube on Kubernetes and integrate with GitHub Action.

1) Installing Sonarqube on Kubernetes To install the chart: Helm values: Nếu bạn cần tạo ingress cho Sonarqube. 2) Integrate GitHub Action with Sonarqube. 2.1) Create a Token on Sonarqube 2.2) Create a project on Sonarqube. 2.3) Set up GitHub Action. Nếu bạn chưa quen với github action thì có thể tham khảo:https://nimtechnology.com/2022/12/21/github-action-lets-use-github-action-to-build-and-push-the-docker-image-to-the-docker-hub/ tiếp đến…

Read More “[Sonarqube] Install Sonarqube on Kubernetes and integrate with GitHub Action.” »

Kubernetes & Container

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

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