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

[Python] use Try/Except in python

Posted on July 30, 2023 By nim No Comments on [Python] use Try/Except in python
[Python] use Try/Except in python

1) Introduce try / except The try block contains code that might cause an exception. If an exception occurs in the try block, Python will jump to the except block that matches the exception. We have three except blocks to handle different exception types: The advantage of try-except is that we can gracefully handle errors…

Read More “[Python] use Try/Except in python” »

Python

[DevSecOps] Scan Terraform

Posted on July 27, 2023 By nim No Comments on [DevSecOps] Scan Terraform
[DevSecOps] Scan Terraform

Mình copy bài này:https://spacelift.io/blog/what-is-tfsec More and more organizations are adopting IaC to codify their infrastructure requirements and streamline the maintenance processes around it. While Terraform is one of the dominant technologies today in the space of Infrastructure as Code (IaC), there is still a lot of scope of improvement. One such opportunity is its SecOps…

Read More “[DevSecOps] Scan Terraform” »

DevSecOps, Terraform

[Renovate] Automate Dependency Management With Renovate From Mend

Posted on July 23, 2023July 23, 2023 By nim No Comments on [Renovate] Automate Dependency Management With Renovate From Mend
[Renovate] Automate Dependency Management With Renovate From Mend

Renovate is an automation tool for keeping your projects up-to-date. It automates the detection of outdated dependencies, the update of dependencies, and the creation of the Merge/Pull Request to get those updates integrated into your project. Self-host Renovate Bot https://jerrynsh.com/12-tips-to-self-host-renovate-bot/ https://github.com/renovatebot/docker-renovate/tree/main/docs

CI/CD, Git

[Physical] HUANANZHI TF AD3 GREEN F8T8 COOLER MOS FAN

Posted on July 23, 2023January 27, 2025 By nim No Comments on [Physical] HUANANZHI TF AD3 GREEN F8T8 COOLER MOS FAN

Link mua Fanhttps://vi.aliexpress.com/item/1005005574646350.html?gatewayAdapt=glo2vnm Hỗ trợ CPUhttps://huyneverdie.com/danh-sach-cpu-socket-lga-2011-3-x99/ Main Huanazhi can not use RAM ECC Có một lần Server của mình bị hết pin bios thế là không hiểu vì sao nó không nhận ram ECC nữa và lỗi là do Bios bị outdate Tiếp theo mình theo hướng dẫn của video dưới dây để upgrade bios:…

Read More “[Physical] HUANANZHI TF AD3 GREEN F8T8 COOLER MOS FAN” »

BareMetal

[DevSevOps] How to Install OpenVAS

Posted on July 18, 2023 By nim No Comments on [DevSevOps] How to Install OpenVAS
[DevSevOps] How to Install OpenVAS

I refer to: https://infosecwriteups.com/how-to-install-openvas-52b6337ba29a If you’re starting off in cybersecurity you may have heard of vulnerability scanners. A vulnerability scanner is a software or program that identifies security vulnerabilities or weaknesses in a system, application or network. It’s used by both attackers and defenders to figure out the security posture of the target system. In…

Read More “[DevSevOps] How to Install OpenVAS” »

DevSecOps

[DevSecOps] Anonymous Authentication in Kubernetes

Posted on July 13, 2023July 13, 2023 By nim No Comments on [DevSecOps] Anonymous Authentication in Kubernetes
[DevSecOps] Anonymous Authentication in Kubernetes

Nguồn: https://krolcloud.com/blog/anonymous-authentication-in-kubernetes/?fbclid=IwAR1U9U6yzxJoF6tKwUQgkHAyqpB-mL8RMJ_ot8SLaXzseHKPEfZEMfDKHi4 Kubernetes Anonymous Users  Let’s uncover the details of Kubernetes 💥anonymous users and how 💥RBAC tooling works with anonymous access. By default, every request to the Kubernetes API that isn’t otherwise associated with a specific user is treated as coming from an anonymous user. This can be startling at first glance, with some wondering…

Read More “[DevSecOps] Anonymous Authentication in Kubernetes” »

Kubernetes

[Grafana] How to publish Grafana Dashboard for the community.

Posted on July 12, 2023 By nim No Comments on [Grafana] How to publish Grafana Dashboard for the community.
[Grafana] How to publish Grafana Dashboard for the community.

https://community.grafana.com/t/trying-to-share-dashboard-with-community-gives-404-error-how-to-share/72790/11và chúng ta sẽ phải chờ 24h thì mới sem được online nhé!

Grafana

[Monitoring] How to monitor EBS on AWS via Prometheus

Posted on July 11, 2023July 18, 2023 By nim No Comments on [Monitoring] How to monitor EBS on AWS via Prometheus
[Monitoring] How to monitor EBS on AWS via Prometheus

Như các bạn cũng đã biết thì Prometheus không thể collect trực tiếp metrics của Cloudwatch. Mình sẽ cài 1 thằng là cloudwatch-exporter để collect metrics.Bạn có thể sử dụng bài viết bên dưới Look into the helpful metrics. Bài này mình sẽ tập trung nhiều vào việc là tìm ra các metrics có ích…

Read More “[Monitoring] How to monitor EBS on AWS via Prometheus” »

AWS - Amazon Web Service, Prometheus

[Zeus] Retention Project

Posted on July 2, 2023July 23, 2023 By nim No Comments on [Zeus] Retention Project
[Zeus] Retention Project

Step 1: — (Done) Đây là phần đầu tiên. Đã tạo Pull Request: https://github.com/mrnim94/zeus/pull/1Đang review suggestions của PR Explainer BotĐã merged No vulnerability: Step 2: Replace the old aws credentials on k8s. (Done) Step2 cũng đã được merged: https://github.com/mrnim94/zeus/pull/10 Pull Request cũng không có Vulnerability. Step 3: Restart the deployments and any workloads to use…

Read More “[Zeus] Retention Project” »

Coding
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.