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

Category: Uncategorized

[Azure] Create or Provision Cache Azure for redis

Posted on May 17, 2025May 19, 2025 By nim No Comments on [Azure] Create or Provision Cache Azure for redis
[Azure] Create or Provision Cache Azure for redis

Bạn đang chưa biết gì về Cache Azure hay đọc ngay post này. Đầu tiên để tạo redis trên azure bạn cần register “Microsoft.Cache” Giờ bắt đầu tạo redis trên azure: Bạn thực hiện Chọn subscription, Resource Group, Region, rồi anh em khai báo tên redis cluster của anh em. Ở đây mình cần giải…

Read More “[Azure] Create or Provision Cache Azure for redis” »

Uncategorized

[Gitlab] How to Install, Configure and Use Gitlab CE on Ubuntu

Posted on October 2, 2024 By nim No Comments on [Gitlab] How to Install, Configure and Use Gitlab CE on Ubuntu

Refer to: https://www.turbogeek.co.uk/how-to-install-configure-and-use-gitlab-ce-on-ubuntu-22-04/#Step_5_%E2%80%93_Configure_GitLab_CE GitLab Community Edition (CE) is a powerful, open-source DevOps platform that enables DevOps teams to collaborate, manage code, and streamline their software development lifecycle. It is a really popular CI/CD with developers, and it is often considered one of the best. Best of all you can install it for free. This comprehensive…

Read More “[Gitlab] How to Install, Configure and Use Gitlab CE on Ubuntu” »

Uncategorized

[Redis] Redis commands are very helpful

Posted on August 23, 2024August 23, 2024 By nim No Comments on [Redis] Redis commands are very helpful
[Redis] Redis commands are very helpful

Hướng dẫn Run Docker redis: Tiếp đến bạn đi vào trong redis: bạn sẽ thấy bên trong redis có săn các tool command: Redis string chúng ta dùng lệnh set đến gán 1 key vào Get value của 1 key Ngoài ra chúng ta cò getrange Nó lấy về 1 phần được chỉ định 1…

Read More “[Redis] Redis commands are very helpful” »

Uncategorized

[PromQL] Use Count and Count by (xx) to count the number of pods that hold many containers inside these pods.

Posted on August 7, 2024August 7, 2024 By nim No Comments on [PromQL] Use Count and Count by (xx) to count the number of pods that hold many containers inside these pods.
[PromQL] Use Count and Count by (xx) to count the number of pods that hold many containers inside these pods.

Tối đang có 2 metrics: Bạn có thể thấy là 2 metrics của 2 container khác nhau nhưng cùng 1 pod.nếu như mình muốn tạo 1 query đếm số pods thì sẽ cần làm gì Đầu tiên chúng ta dùng count by (xxx) This part groups the metrics by the pod label and counts the…

Read More “[PromQL] Use Count and Count by (xx) to count the number of pods that hold many containers inside these pods.” »

Uncategorized

[Argo Workflow] Build the docker image with argo-workflow and Kaniko then push the image to ECR

Posted on December 21, 2023December 21, 2023 By nim No Comments on [Argo Workflow] Build the docker image with argo-workflow and Kaniko then push the image to ECR
[Argo Workflow] Build the docker image with argo-workflow and Kaniko then push the image to ECR

chúng ta có rất nhiều tool để CI: jenkin, github action, bitbucket, pipelie Hôm này chúng ta sẽ chọn Argo Workflow để build 1 solution để CI cho team.Nó sẽ chạy trong internal K8s cluster. trước khi làm được bài này thì mình có tham khảo các links:https://medium.com/@mrsirsh/a-simple-argo-workflow-to-build-and-push-ecr-docker-images-in-parallel-a4fa67d4cd60https://mikenabhan.com/posts/build-docker-image-argo-workflows/ Sau đây sẽ là Full configuration và…

Read More “[Argo Workflow] Build the docker image with argo-workflow and Kaniko then push the image to ECR” »

ArgoWorkflows, Uncategorized

[Vector by DataDog] Use Vector to parse and convert logs to anything.

Posted on December 14, 2023December 14, 2023 By nim No Comments on [Vector by DataDog] Use Vector to parse and convert logs to anything.
[Vector by DataDog] Use Vector to parse and convert logs to anything.

1) Overview of the situation. Tình huống là như sau:Bạn có 1 đoạn log trên hệ thông như sau: Manager talk that: Em dùng kĩ năng của một devops vẽ cho anh 1 chart time_ms của 1 application và em có thể lấy thông tin log trên. Sau khi dùng hết kĩ năng để search…

Read More “[Vector by DataDog] Use Vector to parse and convert logs to anything.” »

Log, Monitor & Tracing, Uncategorized

[Golang] List large files in the folder quickly on Golang

Posted on September 29, 2023September 30, 2023 By nim No Comments on [Golang] List large files in the folder quickly on Golang
[Golang] List large files in the folder quickly on Golang

Certainly! Using tools like find on Unix-based systems can be a more efficient way to list files, especially for very large directories. Here’s a guide on how to integrate the find command with a Go program: Step-by-Step Guide: Example: Here’s a simple Go program that uses the find command to list all files in a…

Read More “[Golang] List large files in the folder quickly on Golang” »

Golang, Uncategorized

Policies as Code in Kubernetes using jsPolicy

Posted on April 7, 2023April 7, 2023 By nim No Comments on Policies as Code in Kubernetes using jsPolicy
Policies as Code in Kubernetes using jsPolicy

refer: https://medium.com/nerd-for-tech/policies-as-code-in-kubernetes-using-jspolicy-8d358d064bfd DevSecops in Kubernetes using jsPolicy Kubernetes clusters are now everywhere. To run an ML Model you need a Kubernetes cluster, you want to run Data analytics you need a Kubernetes cluster, to deploy your frontend application, backend application, or any type of application you’d need a Kubernetes cluster. But is your cluster secured?…

Read More “Policies as Code in Kubernetes using jsPolicy” »

Kubernetes, Uncategorized
Posted on March 13, 2023 By nim No Comments on

https://itecnote.com/tecnote/error-refreshing-state-state-data-in-s3-does-not-have-the-expected-content/

Uncategorized

[Phi&P] Leadershift Certificate.

Posted on January 2, 2023January 2, 2023 By nim No Comments on [Phi&P] Leadershift Certificate.

Developing The Leaders Around You Leadershift Good Leaders Ask Great Questions. Everyone Communicates, Few Connect

Coding, Uncategorized

Posts pagination

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

  • [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
  • [Windows] Remove the process that consumes too much CPU. June 3, 2025
  • Deploying Web-Based File Managers: File Browser and KubeFileBrowser with Docker and Kubernetes June 3, 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.