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
[Docker] HOW TO INSTALL DOCKER ON WINDOWS SERVER 2022 Docker
[ORAS] How to Easily and Effectively Upload Files to Docker Registry with ORAS Docker
[Argo-Workflows] Lesson23: Creating a Master Workflow ArgoWorkflows
[TeamCity] Kotlin DSL – Lesson 1: Project Setup TeamCity
[Terraform] – Terraform Beginner – Lesson 8: Terraform Functions and Conditional Expressions AWS - Amazon Web Service

The Hidden Costs of CloudWatch: Why It’s So Expensive

Posted on September 12, 2025September 12, 2025 By nim No Comments on The Hidden Costs of CloudWatch: Why It’s So Expensive
The Hidden Costs of CloudWatch: Why It’s So Expensive

Mình đang tìm hiểu tại sao Cloudwatch nhận metrics hay log mà cost khá là nhiều Khi chỉ filter Service: Cloudwatch thì mình thấy đâu đó là trung bình 8$ 1 ngày. Mình thực hiện chọn lại dimension = Usage Type Mình thấy là USW2-VendedLog-Bytes này cost khá là nhiều. Vended Logs là các log…

Read More “The Hidden Costs of CloudWatch: Why It’s So Expensive” »

AWS - Amazon Web Service

[AWS] Enable VPC Flow log to investigate data transfer.

Posted on September 3, 2025September 8, 2025 By nim No Comments on [AWS] Enable VPC Flow log to investigate data transfer.
[AWS] Enable VPC Flow log to investigate data transfer.

Tham khảo video:https://www.youtube.com/watch?v=2PQIDssp9ts Setup VPC Flow log Gần đây thì project của mình bị dính data transfer và cũng đang không hiểu data transfer đó đến từ đâu. Giờ thực hiện tại Policy: Bây giờ nhét policy vào role đó. Giờ chúng ta cần cấu hình vpc flow log Bạn thấy đây tên của card…

Read More “[AWS] Enable VPC Flow log to investigate data transfer.” »

AWS - Amazon Web Service

[EKS] How to use Spot instance for EKS.

Posted on September 3, 2025September 3, 2025 By nim No Comments on [EKS] How to use Spot instance for EKS.
[EKS] How to use Spot instance for EKS.

Khi sử dụng AWS anh em luôn muốn tiết kiệm hết mức:Chúng ta sẽ có 2 solution là:– Saving Plan– Spot Instance. Vậy saving Plan là gì: Giải thích đơn giản là bạn sẽ commit với AWS sử dụng dịnh vụ ấy trong vòng 1 năm hoặc 3 năm. Bạn sẽ không phải trả 100%…

Read More “[EKS] How to use Spot instance for EKS.” »

AWS - Amazon Web Service

Beautiful Infratructure

Posted on August 28, 2025August 28, 2025 By nim No Comments on Beautiful Infratructure

AWS

AWS - Amazon Web Service, Azure Cloud

Create Service Bus on azure

Posted on August 25, 2025September 3, 2025 By nim No Comments on Create Service Bus on azure
Create Service Bus on azure

Create Service Bus Instance Details (Chi tiết phiên bản): Khi bạn chọn Pricing tier là Premium thì nó hỗ trợ thêm vụ Availability Zones. Tiếp theo bạn nhấn next thì sẽ thấy bảng sau: Nếu bạn chọn Premium thì bạn sẽ chọn được partitioning và messaging units. How to define the reasonable value for Messaging…

Read More “Create Service Bus on azure” »

Azure Cloud

[Bottlerocket/EKS] Accessing a Bottlerocket node shell on EKS.

Posted on August 22, 2025August 22, 2025 By nim No Comments on [Bottlerocket/EKS] Accessing a Bottlerocket node shell on EKS.
[Bottlerocket/EKS] Accessing a Bottlerocket node shell on EKS.

Ở đây là nhưng điều lưu ý khi bạn access vào Bottlorocket Node trên eks.Bạn có thể sử dụng session manager Tiếp tục bạn ấn: enter-admin-container Rồi ấn tiếp: sudo sheltie

AWS - Amazon Web Service

[Argo Workflow] Overwrite pod environment variables in Argo workflows.

Posted on August 18, 2025August 18, 2025 By nim No Comments on [Argo Workflow] Overwrite pod environment variables in Argo workflows.
[Argo Workflow] Overwrite pod environment variables in Argo workflows.

Trong 1 hệ thông bất kì khi anh em run các pod lên nó sẽ có các enviroment mặc định trong pod.và nhất là trong các CI/CD. Bạn có thể thấy như ảnh chúng ta sẽ làm gì: Ví dụ trong pod có sẵn các environment như là: AWS_ROLE_AR, AWS_WEB_IDENTITY_TOKEN_FILE, AWS_DEFAULT_REGIONVà bạn muốn nó bây…

Read More “[Argo Workflow] Overwrite pod environment variables in Argo workflows.” »

ArgoWorkflows

[Ingress-Nginx] How to configure basic authentication for a website using Ingress Nginx.

Posted on August 11, 2025August 11, 2025 By nim No Comments on [Ingress-Nginx] How to configure basic authentication for a website using Ingress Nginx.
[Ingress-Nginx] How to configure basic authentication for a website using Ingress Nginx.

Nếu website của bạn đang public ra internet và bạn cần tạo cho nó 1 password đơn giản và không cần edit Fontend thì có thể làm cách sau: Bạn dùng câu lệnh này để tạo ra 1 file auth: Sau khi bạn gõ xong nó sẽ tạo ra 1 file auth: Khúc này khá…

Read More “[Ingress-Nginx] How to configure basic authentication for a website using Ingress Nginx.” »

Ingress

[Argo Workflow] Set up initContainer in Argo Workflows

Posted on August 4, 2025August 4, 2025 By nim No Comments on [Argo Workflow] Set up initContainer in Argo Workflows
[Argo Workflow] Set up initContainer in Argo Workflows

initContainer là một khái niệm rất hữu ích trong Kubernetes và Argo Workflows. Dưới đây là giải thích đơn giản và các ví dụ để bạn dễ dàng áp dụng. initContainer là gì? Hãy coi initContainer như những bước chuẩn bị phải chạy và hoàn thành thành công trước khi container chính (main container) của bạn được khởi động. Chúng rất lý tưởng…

Read More “[Argo Workflow] Set up initContainer in Argo Workflows” »

ArgoWorkflows

[ORAS] How to Easily and Effectively Upload Files to Docker Registry with ORAS

Posted on July 31, 2025July 31, 2025 By nim No Comments on [ORAS] How to Easily and Effectively Upload Files to Docker Registry with ORAS
[ORAS] How to Easily and Effectively Upload Files to Docker Registry with ORAS

Bọn mình sau khi thắc mắc có thể đẩy 1 file bất kỳ lên Docker registry không thì bạn Minh đã tìm ra 1 tool để làm việc này.info của bạn: https://github.com/HaPhanBaoMinh ORAS (OCI Registry As Storage) is an open-source tool that makes it easy to upload any file—not just container images—to OCI-compliant registries like…

Read More “[ORAS] How to Easily and Effectively Upload Files to Docker Registry with ORAS” »

Docker

Posts pagination

1 2 … 80 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

  • The Hidden Costs of CloudWatch: Why It’s So Expensive September 12, 2025
  • [AWS] Enable VPC Flow log to investigate data transfer. September 3, 2025
  • [EKS] How to use Spot instance for EKS. September 3, 2025
  • Beautiful Infratructure August 28, 2025
  • Create Service Bus on azure August 25, 2025

Archives

  • September 2025
  • August 2025
  • 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.