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: AWS – Amazon Web Service

[MongoDB] Creating MongoDB Atlas to integrate with your workload on any Cloud

Posted on September 18, 2022September 18, 2022 By nim No Comments on [MongoDB] Creating MongoDB Atlas to integrate with your workload on any Cloud
[MongoDB] Creating MongoDB Atlas to integrate with your workload on any Cloud

1) Create MongoDB Cloud to integrate AWS, Google, or Azure Nếu công ty bạn đã sài AWS, Google Cloud, Azure. Thì đứng ngần ngại báo sếp ơi sài MongoDB Atlas luôn đi sếp Bạn login vào đường link bên dướihttps://www.mongodb.com/ Giờ chúng ta thử access vào Mongodb database 2) Set up VPC peering behind MongoDB…

Read More “[MongoDB] Creating MongoDB Atlas to integrate with your workload on any Cloud” »

AWS - Amazon Web Service

[AWS] AWS Load Balancer Controller and Ingress are Installed by Terraform Helm Provider on EKS.

Posted on September 13, 2022May 20, 2024 By nim No Comments on [AWS] AWS Load Balancer Controller and Ingress are Installed by Terraform Helm Provider on EKS.
[AWS] AWS Load Balancer Controller and Ingress are Installed by Terraform Helm Provider on EKS.

1) Introduction to all Ingress 2) AWS Load Balancer Controller 2.1) Introduction 2.2) Intalling AWS Load Balancer Controller with Terraform chúng ta có file:c4-01-lbc-datasources.tf Đầu tiên nó thực hiện download iam_policy.json thông qua data “http” Tiếp theo là bạn thực hiện tạo Policy và tạo 1 assume role rồi thực hiện add Policy vào Role…

Read More “[AWS] AWS Load Balancer Controller and Ingress are Installed by Terraform Helm Provider on EKS.” »

AWS - Amazon Web Service

[AWS] What’s serverless? This is Lambda.

Posted on September 12, 2022September 13, 2022 By nim No Comments on [AWS] What’s serverless? This is Lambda.
[AWS] What’s serverless? This is Lambda.

What’s serverless?• Serverless is a new paradigm in which the developers don’t have to manage servers anymore…• They just deploy code• They just deploy… functions!• Initially… Serverless == FaaS (Function as a Service)• Serverless was pioneered by AWS Lambda but now also includes anything that’s managed: “databases, messaging, storage, etc.”• Serverless does not mean there…

Read More “[AWS] What’s serverless? This is Lambda.” »

AWS - Amazon Web Service

[AWS] EKS IAM Roles for Service Accounts (IRSA) using Terraform

Posted on September 9, 2022May 13, 2024 By nim No Comments on [AWS] EKS IAM Roles for Service Accounts (IRSA) using Terraform
[AWS] EKS IAM Roles for Service Accounts (IRSA) using Terraform

Tình huống là như thế này:Bạn có 1 workload(deployment, statefulSet, Job) trên k8sBạn muốn là workload trên k8s cũng có thể access các resources trên AWS thì làm sao?Cách 1: add access key và secret key vào workload thông qua Secret và Environment.Cách 2: sử dụng Service Account đã được cấp quyền access và gắn…

Read More “[AWS] EKS IAM Roles for Service Accounts (IRSA) using Terraform” »

AWS - Amazon Web Service

[AWS] Encrypting your data easily via KMS on AWS

Posted on September 4, 2022May 24, 2023 By nim No Comments on [AWS] Encrypting your data easily via KMS on AWS
[AWS] Encrypting your data easily via KMS on AWS

1) Symmetric Encryption How it works: Example: AES(Advance Encrypt Standard) – block cipher of 128, 192, 256 bits, most well-known and effective use. Take billions of years to crack, more secure than DES, Triple DES, IDEA.DES(Data Encrypt Standard)Triple DESIDEA (International Data Encryption Algorithm)TLS/SSL Protocol: session key Pros:– Encrypt & Decrypt large amount data quickly– Easy…

Read More “[AWS] Encrypting your data easily via KMS on AWS” »

AWS - Amazon Web Service

[AWS] Demo “code build” with experiment easily on AWS

Posted on September 4, 2022September 26, 2022 By nim No Comments on [AWS] Demo “code build” with experiment easily on AWS
[AWS] Demo “code build” with experiment easily on AWS

1) Creating ECR to hold the docker image 2) Set up Code Build to build image through Dockerfile 3) Recheck log of Code Build on CloudWatch File buildspec.yml 4) Provisioning CodeBuild(aws) through terraform Giờ chúng ta sẽ đến với việc demo code build bằng terraform.https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codebuild_project Đầu Tiên là file demo_codebuild.tf Đầu tiên bạn để ý…

Read More “[AWS] Demo “code build” with experiment easily on AWS” »

AWS - Amazon Web Service

Manage Kubernetes Secrets With External Secrets Operator

Posted on September 2, 2022February 16, 2023 By nim No Comments on Manage Kubernetes Secrets With External Secrets Operator
Manage Kubernetes Secrets With External Secrets Operator

Hiện tại mình sẽ cần sync secret từ data secret nào đó lên thành secret trên k8schúng ta sẽ sử dụng external secret Mình sẽ focus vào external secret với AWS 1) Install External Secrets via Helm chart 2) Create User and Assume Role access Parameter Stores còn phần tạo assume role access vào Parameter…

Read More “Manage Kubernetes Secrets With External Secrets Operator” »

AWS - Amazon Web Service, Kubernetes

[Demo] Instructing configure AssumeRole – IAM on AWS

Posted on September 1, 2022September 23, 2022 By nim No Comments on [Demo] Instructing configure AssumeRole – IAM on AWS
[Demo] Instructing configure AssumeRole – IAM on AWS

1) Overview Sau khi coi video của 1 bạn hướng dẫn về Assume role==>mình hiểu là assume role nghĩa là bạn A có quền đi vào các Con EC2 thuộc tài khoản của bạn A với ID là 1. và Nim có 1 tại khỏa AWS có ID là 2==> giờ bạn muốn Nim có…

Read More “[Demo] Instructing configure AssumeRole – IAM on AWS” »

AWS - Amazon Web Service

[AWS] Saving your secret on AWS Systems Manager – Parameter Store

Posted on August 31, 2022May 24, 2023 By nim No Comments on [AWS] Saving your secret on AWS Systems Manager – Parameter Store
[AWS] Saving your secret on AWS Systems Manager – Parameter Store

Mình có câu hỏi nếu công ty sài aws và chưa có vault thì trên AWS có feature take care được việc này hem nhỉ? Ok nhà nghèo lab thì chơi SSM nhé Manual by hand Khi mà mình tạo là dev/redis/hostname thì bị báo lỗi Parameter name must be a fully qualified name. Giờ…

Read More “[AWS] Saving your secret on AWS Systems Manager – Parameter Store” »

AWS - Amazon Web Service

[AWS] VPC PEERING – Connecting between other VPCs.

Posted on August 31, 2022December 25, 2022 By nim No Comments on [AWS] VPC PEERING – Connecting between other VPCs.
[AWS] VPC PEERING – Connecting between other VPCs.

Hiện tại mình muốn EC2(1) ở VPC 1 ping sang EC2(2) ở VPC 2 thì mình chúng ta phải setup VPC Peering Mình sẽ tìm terraform để apply … How can I access an internal load balancer using VPC peering?

AWS - Amazon Web Service

Posts pagination

Previous 1 … 8 9 10 11 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

  • [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.