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

Month: June 2022

[Vault] Using Service Acount of Kubernetes to login Vault system.

Posted on June 28, 2022 By nim No Comments on [Vault] Using Service Acount of Kubernetes to login Vault system.
[Vault] Using Service Acount of Kubernetes to login Vault system.

Install vault client or vault CLI. Ngoài việc sử dụng UI để tưởng tác với vault thì chúng ta có thể sử dụng command hay còn gọi là cli. https://www.vaultproject.io/downloads lúc này bạn chỉ cần change ENV sang host vault của bạn là ok. file: vault-auth-service-account.yml Để hiểu được về ClusterRole system:auth-delegator và tại sao…

Read More “[Vault] Using Service Acount of Kubernetes to login Vault system.” »

Kubernetes, Vault

Protected: My Assignment 

Posted on June 24, 2022June 24, 2022 By nim

There is no excerpt because this is a protected post.

Uncategorized

[Spinnaker] Spinnaker writes too many logs – Reduce spinnaker log level

Posted on June 22, 2022July 1, 2022 By nim No Comments on [Spinnaker] Spinnaker writes too many logs – Reduce spinnaker log level
[Spinnaker] Spinnaker writes too many logs – Reduce spinnaker log level

Mình có cái spinnaker trên các node HDD.Và liên tục bị báo Theo một số recheck thì các con spinnaker đang ghi quá nhiều log ra stdout Giờ chúng ta thử giảm log của chúng lại bằng cách chỉnh level https://spinnaker.io/docs/setup/other_config/logging/#basic-logginghttps://stackoverflow.com/questions/54112862/reduce-spinnaker-log-level Hoặc là con clouddriver

Spinnaker

[Jenkins] Jobs will be created automatically by Jenkins Job Builder

Posted on June 20, 2022June 23, 2022 By nim No Comments on [Jenkins] Jobs will be created automatically by Jenkins Job Builder
[Jenkins] Jobs will be created automatically by Jenkins Job Builder

Bạn cũng đã thấy việc tạo các job trên jenkins thì khá là phức tạo và nếu bạn không có 1 công cụ (tool) thì bạn cần chỉnh sửa rất nhiều và công việc thì lập đi lập lại. Bằng các sử dụng jenkins builder thì công việc sẽ as Code hơn và auto hơn!…

Read More “[Jenkins] Jobs will be created automatically by Jenkins Job Builder” »

Jenkins

[Postgresql] Install postgresql client and trying a few command postgresql.

Posted on June 20, 2022 By nim No Comments on [Postgresql] Install postgresql client and trying a few command postgresql.
[Postgresql] Install postgresql client and trying a few command postgresql.

Lâu lâu bạn muốn kiểm tra nhanh. Anh DBA đẹp trai có đưa cho bạn user/pass postgresql có đúng không Reference links:https://www.how2shout.com/linux/install-postgresql-server-client-on-ubuntu-22-04-lts-jammy/ Sau đây là command vậy là xong òi

BareMetal

[Mount/Nextcloud] How do you mount a hard disk that was used windows into Linux.

Posted on June 19, 2022March 24, 2023 By nim No Comments on [Mount/Nextcloud] How do you mount a hard disk that was used windows into Linux.
[Mount/Nextcloud] How do you mount a hard disk that was used windows into Linux.

Hôm này thì mình mới mua thê 1 ô cứng và định gắn thêm cho server nextcloud của mình. usecase của mình như thế này:Mình có 1 ổ cứng di động đã lưu trữ dữ liệu và lắp trên windows.Giờ mình muốn cắm vào linux thông qua công usb mà phải format ổ cứng nhưng…

Read More “[Mount/Nextcloud] How do you mount a hard disk that was used windows into Linux.” »

BareMetal, NextCloud

[Lenses] Insert data or Push messages to Kafka via Lenses.

Posted on June 13, 2022 By nim No Comments on [Lenses] Insert data or Push messages to Kafka via Lenses.
[Lenses] Insert data or Push messages to Kafka via Lenses.

Bên mình sài lenses thì hôm này code 1 tool tự động reset các connector bị lỗi:API reference:https://api.lenses.io/ https://lenses.io/blog/2019/11/four-ways-to-produce-data-kafka-lenses/

Lenses

[Golang] Convert between Json and Struct in Golang

Posted on June 13, 2022 By nim No Comments on [Golang] Convert between Json and Struct in Golang
[Golang] Convert between Json and Struct in Golang

Khi sử dụng resty để sent POST (Restful API) thì nếu nhận về payload nhận về sẽ là chuổi json chuyển đổi json và struct trong golangNim tham khảo link nàyhttps://golangbyexample.com/struct-json-golang/ Bạn là để ý là mình sẽ chuẩn bị 1 struct là In4ConnectorTiếp đó mỉnh sử dụng json.Unmarshal([]byte(), ) để chuyển string resp.String() sang…

Read More “[Golang] Convert between Json and Struct in Golang” »

Golang

[Golang/string] Remove or Delete a few words or characters in a string through Golang.

Posted on June 12, 2022 By nim No Comments on [Golang/string] Remove or Delete a few words or characters in a string through Golang.
[Golang/string] Remove or Delete a few words or characters in a string through Golang.

Trong bài này mình có đang cần xóa bớt các kí tự trong 1 string Mình tìm được bài này:https://socketloop.com/tutorials/golang-remove-characters-from-string-example Lưu code lại lỡ trang web của họ bay màu References: https://golang.org/pkg/strings/#IndexRunehttps://golang.org/pkg/strings/#Maphttps://www.socketloop.com/tutorials/golang-remove-dashes-or-any-character-from-string

Golang

[Jenkins] Create User Jenkins and setup permission this one.

Posted on June 9, 2022 By nim No Comments on [Jenkins] Create User Jenkins and setup permission this one.
[Jenkins] Create User Jenkins and setup permission this one.

bạn cũng nhớ set user admin với quyền administrator luônchứ save là bay màu luôn nhé!

Jenkins

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

  • Experiences for IP Addresses Shortage on EKS Clusters March 29, 2023
  • [Talisman] Discover the sensitive information in your code. March 28, 2023
  • [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

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.