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: March 2022

[Golang] How do you read each line inside a file?

Posted on March 15, 2022March 15, 2022 By nim No Comments on [Golang] How do you read each line inside a file?
[Golang] How do you read each line inside a file?

Hôm nay vọc vạch tý về golangMình có 1 file giờ mình có 1 yêu cấu làm thể lấy được nội dung từng dòng bên trong file đó! reference link:https://www.geeksforgeeks.org/how-to-read-a-file-line-by-line-to-string-in-golang/ Xin phép lưu code xuống:

Golang

[Jenkins] Using pod template to run Jenkins agent on Kubernetes.

Posted on March 14, 2022May 4, 2022 By nim No Comments on [Jenkins] Using pod template to run Jenkins agent on Kubernetes.
[Jenkins] Using pod template to run Jenkins agent on Kubernetes.

Lại là 1 ngày đẹp trời mình run pipeline sau: workspaceVolume: persistentVolumeClaimWorkspaceVolume(claimName: ‘jenkins-controller’,readOnly: false) Giờ chúng ta làm sao để config workspaceVolume.Đầu tiên bạn xem con jenkins controller đang được config với PVC nào? Nếu bạn gặp lỗi!!!! Timed out waiting for websocket connection. You should increase the value of system property https://gvasanka.medium.com/workaround-lets-solve-the-jenkins-slave-connection-issue-with-the-jenkins-kubernetes-plugin-b0fb78f9aade Bạn có…

Read More “[Jenkins] Using pod template to run Jenkins agent on Kubernetes.” »

Jenkins

[Sidecar/Kubernestes] Inject sidecar into a Pod automatically

Posted on March 13, 2022March 25, 2022 By nim No Comments on [Sidecar/Kubernestes] Inject sidecar into a Pod automatically
[Sidecar/Kubernestes] Inject sidecar into a Pod automatically

Sau khi sài istio thì mình thấy cách mà istio thêm container “istio=proxy” vào trong 1 pod của 1 workload.Cái này khá là hay.Mình thử mò trên mạng sem có anh nào demo làm được việc này ko? Và bạn có thể tham khảo repo này!https://github.com/morvencao/kube-sidecar-injector Lý do mình chọn repo trên thì ảnh code…

Read More “[Sidecar/Kubernestes] Inject sidecar into a Pod automatically” »

Kubernetes, Uncategorized

[Lenses/kafka] Configure authentication and authorization for lenses

Posted on March 11, 2022June 2, 2022 By nim No Comments on [Lenses/kafka] Configure authentication and authorization for lenses
[Lenses/kafka] Configure authentication and authorization for lenses

Mặc định pass là admin/adminGiờ chúng ta muốn change pass admin thì làm sao. 1) Configure authentication Reference links:https://docs.lenses.io/3.0/install_setup/configuration/security.html Lenses Administrator A default account with administrator privileges is always active. The default credentials are admin / admin and if left at default, a notification will show in the user interface, informing that the setup is insecure. The default account username…

Read More “[Lenses/kafka] Configure authentication and authorization for lenses” »

Lenses

[SQL] what are DDL, DML, DCL in SQL?

Posted on March 10, 2022December 5, 2022 By nim No Comments on [SQL] what are DDL, DML, DCL in SQL?
[SQL] what are DDL, DML, DCL in SQL?

SQL là gì? SQL là loại ngôn ngữ truy vấn, được dùng để xử lý và truy xuất dữ liệu được lưu trữ trong một cơ sở dữ liệu. SQL là viết tắt của Structured Query Language là ngôn ngữ truy vấn có cấu trúc. Tất cả các hệ quản trị có sở dữ liệu như MySQL,…

Read More “[SQL] what are DDL, DML, DCL in SQL?” »

Coding

[web] 1 vài web vui vọc vạch.

Posted on March 10, 2022April 4, 2022 By nim No Comments on [web] 1 vài web vui vọc vạch.
[web] 1 vài web vui vọc vạch.

Check web đã sống được bao lâu:https://web.archive.org/ Trang wed decode sha256https://www.dcode.fr/sha256-hash Chuyển json thành stringhttps://jsontostring.com/

Coding

[Helm chart] how do you use “if else” in helm-chart

Posted on March 9, 2022November 29, 2022 By nim No Comments on [Helm chart] how do you use “if else” in helm-chart
[Helm chart] how do you use “if else” in helm-chart

1) equal with string Khi bạn muốn if else so sanh bằng Còn so sánh true false: Kiếm tra có tồn tại key đó ko? It is quite impressive how hard it is to check a map key in Go templates to do some simple if conditions in your Helm charts or other Kubernetes templates….

Read More “[Helm chart] how do you use “if else” in helm-chart” »

Helm Chart

[Golang] Dig deeply for repository implement in Golang

Posted on March 8, 2022March 8, 2022 By nim No Comments on [Golang] Dig deeply for repository implement in Golang
[Golang] Dig deeply for repository implement in Golang

Như ở một bài viết trước chúng ta chỉ mới đi sơ vê repository trong golang.Hôm này chúng ta đi sau hơn về repository implementMình nhờ thầy mình nói là: repo_implement nó sẽ implement cái interface repository và nó chưa các code làm việc trực tiếp mới database. Đầu tiên chúng ta cần có repository…

Read More “[Golang] Dig deeply for repository implement in Golang” »

Golang

[Ingress-nginx/GRPC] Let’s practice the load balancing with Ingress-Nginx and GRPC together

Posted on March 7, 2022March 8, 2022 By nim No Comments on [Ingress-nginx/GRPC] Let’s practice the load balancing with Ingress-Nginx and GRPC together
[Ingress-nginx/GRPC] Let’s practice the load balancing with Ingress-Nginx and GRPC together

Sau khi chém gió đông tây thì có nhiều anh em còn hoài nghi là liệu Ingress-Nginx có load balancing cho protocol là GRPC hay ko? Bữa trước chúng ta được 1 sư huynh chỉ code GPRC rồi giờ test thử sem sao!Public GRPC via ingress-nginx.Và tham khoả thêm bài nàyhttps://dev.to/techschoolguru/load-balancing-grpc-service-with-nginx-3fio Mô hình chúng ta…

Read More “[Ingress-nginx/GRPC] Let’s practice the load balancing with Ingress-Nginx and GRPC together” »

Ingress

[Golang] Convert this data type to another data type in Golang

Posted on March 7, 2022October 29, 2023 By nim No Comments on [Golang] Convert this data type to another data type in Golang
[Golang] Convert this data type to another data type in Golang

1) Convert int32 to string in Golang. Nếu trong golang bạn không thể lấy int32 và cộng với 1 string.Chúng ta phải convert int32 sang string.https://stackoverflow.com/questions/39442167/convert-int32-to-string-in-golang Đơn giản nhất là:One line answer is fmt.Sprint(i). 2) Convert int to string

Golang

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

  • [AWS/EKS] Cache Docker image to accelerate EKS container deployment. July 10, 2025
  • [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

Archives

  • July 2025
  • 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.