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

[OpenVPN] How do you monitor Your OpenVPN-Server via Prometheus and Grafana

Posted on March 29, 2022March 30, 2022 By nim No Comments on [OpenVPN] How do you monitor Your OpenVPN-Server via Prometheus and Grafana
[OpenVPN] How do you monitor Your OpenVPN-Server via Prometheus and Grafana

Sau bao ngày chạy Openvpn thì cuồi cùng đã monitor được https://kifarunix.com/monitor-openvpn-connections-with-prometheus-and-grafana/ 1) Install Golang 1.1) Raspberry (chipset armvX) 1.2) Ubuntu (not chipset armvX) 2) Download openvpn_exporter and config Bạn nhớ kiểm tra file log status của bạn ở đâu nhé GIờ tiến hành build file. The suggestion of @Burak Serdar to re-install Go fixed…

Read More “[OpenVPN] How do you monitor Your OpenVPN-Server via Prometheus and Grafana” »

Grafana, Log & Monitor, Prometheus

[Linux] Remove systemd services

Posted on March 29, 2022 By nim No Comments on [Linux] Remove systemd services
[Linux] Remove systemd services

Hôm này mình cái ngu nên là phải dọn rác trong systemd https://superuser.com/questions/513159/how-to-remove-systemd-services

BareMetal

[Harbor] Install Private Docker Hub on Ubuntu

Posted on March 28, 2022October 23, 2022 By nim No Comments on [Harbor] Install Private Docker Hub on Ubuntu
[Harbor] Install Private Docker Hub on Ubuntu

Đầu tiên cài pass root Install docker https://github.com/goharbor/harbor/releases

Docker, Harbor

[Terraform/Init] Starting to learn Terraform easily.

Posted on March 24, 2022April 24, 2022 By nim No Comments on [Terraform/Init] Starting to learn Terraform easily.
[Terraform/Init] Starting to learn Terraform easily.

1) Install terraform. Đầu tiên chúng ta cần download terraform.https://www.terraform.io/downloads Bước tiếp theo là bạn đi vào thư mục giải nén và gõ ./terraform là sẽ ok rồi nhé! Hoặc nếu bạn cần thận có thể add thêm Environment Windows để gõ ở chỗ nào cũng được Bạn phải khởi động lại mấy để có…

Read More “[Terraform/Init] Starting to learn Terraform easily.” »

Terraform

[Spinnaker] Spin CLI

Posted on March 23, 2022April 18, 2022 By nim No Comments on [Spinnaker] Spin CLI
[Spinnaker] Spin CLI

Cái đặt spin cli trên ubuntu:bạn có thể tham khảo link này: https://spinnaker.io/docs/setup/other_config/spin/#install-spin 1) Install Spin CLI and config it to integrate with Google OAuth2 Cũng giống như bao app cli khác chúng ta cần 1 file config để authen. Dưới đây là file config example:https://github.com/spinnaker/spin/blob/master/config/example.yaml Mình sẽ focus vào oauth2 với google. xong kết…

Read More “[Spinnaker] Spin CLI” »

Spinnaker

[Cilium/Hubble] Research together and install cilium instead of using kube-proxy and other CNI providers.

Posted on March 21, 2022February 27, 2023 By nim No Comments on [Cilium/Hubble] Research together and install cilium instead of using kube-proxy and other CNI providers.
[Cilium/Hubble] Research together and install cilium instead of using kube-proxy and other CNI providers.

Mình biết đến Cilium là do các anh bên infra trong công ty đang có plan POC and migrate các workload sang dataplane-v2 on GKE. Và mình có thấy 1 dashboard cũng hay hay kiểu giống giống như kiali. 1) A few researching first. Điều đầu tiên trong link này dưới:https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2You can enable GKE Dataplane…

Read More “[Cilium/Hubble] Research together and install cilium instead of using kube-proxy and other CNI providers.” »

Kubernetes, Uncategorized

[APM/Elastic] Install APM Elastic inside container WordPress.

Posted on March 17, 2022March 17, 2022 By nim No Comments on [APM/Elastic] Install APM Elastic inside container WordPress.
[APM/Elastic] Install APM Elastic inside container WordPress.

Hôm qua mình mới khám phá thêm thanh niên khá hay ho. Đó là APM trong họ hàng nhà ElasticElastic APM is an application performance monitoring system built on the Elastic Stack. It allows you to monitor software services and applications in real-time, by collecting detailed performance information on response time for incoming requests, database queries,…

Read More “[APM/Elastic] Install APM Elastic inside container WordPress.” »

ELK

[Golang] Checking a string inside or in another string by Golang

Posted on March 15, 2022 By nim No Comments on [Golang] Checking a string inside or in another string by Golang
[Golang] Checking a string inside or in another string by Golang

Ý tưởng là như sau:Bạn có 1 string A: “chào mừng bạn đã đến với nimtechnology.com” và bạn muốn kiểm tra string nimtechnology có nằm trong string A hay ko? reference link:Golang String Contains: How To Use Contains() Function In Go output:

Golang

[Golang] Writing file in Golang

Posted on March 15, 2022 By nim No Comments on [Golang] Writing file in Golang
[Golang] Writing file in Golang

Bài này chỉ đơn giản tạo 1 file rồi ghi vào file đó 1 nội dung đó bằng golang Có 1 cái chú ý:Nếu bạn ghi nhiều dòng vào 1 file bạn ko nên ghi từng dòng mà hãy sử dụng “+=” để gộp nhiều dòng lại thành 1 nội dụng rồi hẵng ghi file…

Read More “[Golang] Writing file in Golang” »

Golang

[Golang] Split or Cut a string many small pieces with Golang

Posted on March 15, 2022March 15, 2022 By nim No Comments on [Golang] Split or Cut a string many small pieces with Golang
[Golang] Split or Cut a string many small pieces with Golang

Ý tưởng ở đây bạn có 2 chuỗi và ở giữa chuỗi có 1 số ký tự đặc biệt như: “, . / _ -” phẩy chấm xẹc đồ! nimtechnology.com => bạn muốn tánh thành nimtechnology và com để phân tíchta có thể gọi là split(tách) hoặc cắt(cút) chuỗi trong golang! refrence links:https://www.geeksforgeeks.org/how-to-split-a-string-in-golang/ Sau đây…

Read More “[Golang] Split or Cut a string many small pieces with Golang” »

Golang

Posts navigation

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

  • [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
  • [Datadog] Using DataDog to monitor all services on kubernetes March 19, 2023
  • [Metrics Server] Failed to make webhook authorizer request: the server could not find the requested resource March 17, 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.