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

[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

[Bitbucket] You can run and make anything on Bitbucket Pipeline

Posted on August 31, 2022January 5, 2024 By nim No Comments on [Bitbucket] You can run and make anything on Bitbucket Pipeline
[Bitbucket] You can run and make anything on Bitbucket Pipeline

Giờ chúng ta tìm hiểu về Bitbucket Pipeline. Bạn có thể xem video ở trên trước Mình đã có 1 bài hướng dẫn chạy terragrunthttps://nimtechnology.com/2022/08/26/terraform-using-terragrunt-to-provision-aws-base-on-terraform-module/ Giờ mình sẽ kết hợp với Bitbucket Pipeline và terragrunt để deploy 1 con EC2 1) Set up and enable bitbucket-pipeline 2) Declare the global environment for bitbucket-pipeline Vì là…

Read More “[Bitbucket] You can run and make anything on Bitbucket Pipeline” »

Bitbucket, Git

[kubectl/helm] invalid apiVersion “client.authentication.k8s.io/v1alpha1”

Posted on August 29, 2022September 4, 2022 By nim No Comments on [kubectl/helm] invalid apiVersion “client.authentication.k8s.io/v1alpha1”
[kubectl/helm] invalid apiVersion “client.authentication.k8s.io/v1alpha1”

Hiện tại mình đang nhận 1 con teamcityvà một ngày đẹp trời mình nhận được tin là teamcity deploy lên EKS (Kubernetes) bị lỗi. error: exec plugin: invalid apiVersion “client.authentication.k8s.io/v1alpha1” error: exec plugin: invalid apiVersion “client.authentication.k8s.io/v1alpha1″Lỗi này thì là chỗ kubectl apply … Teamcity đang cài 1 kubectl latest Mình đọc bài này khuyên là…

Read More “[kubectl/helm] invalid apiVersion “client.authentication.k8s.io/v1alpha1”” »

Helm Chart, Kubernetes

[Teamcity] Design as a code on Teamcity through Kotlin DSL

Posted on August 28, 2022September 3, 2022 By nim No Comments on [Teamcity] Design as a code on Teamcity through Kotlin DSL
[Teamcity] Design as a code on Teamcity through Kotlin DSL

Hiện tại trên teamcity thi trước giờ họ toàn click trên UI các bạn ạmình thì không thích điều này lăm Giờ chung ta sẽ Design Teamcity as a code 1) Create Parent Project. 2) Create Sub-Project 2.1) Create Build Configuration inside Sup-Project trong product trên mình tạo trước cho họ build easy là build…

Read More “[Teamcity] Design as a code on Teamcity through Kotlin DSL” »

TeamCity

[Teamcity] What tools are best to code “Kotlin DSL” in Teamcity

Posted on August 28, 2022August 28, 2022 By nim No Comments on [Teamcity] What tools are best to code “Kotlin DSL” in Teamcity
[Teamcity] What tools are best to code “Kotlin DSL” in Teamcity

Hello các bạn như các bạn đã biết thì Teamcity là của jetbrainsVà việc mà bạn coding trên Teamcity là điều cần phải làm. Mình cần 1 tool giúp mình code kotlin một các ngon và mình đã chọn được. https://www.jetbrains.com/idea/download Ok nếu anh em đã cài xong Idea và thấy là nó không nhận…

Read More “[Teamcity] What tools are best to code “Kotlin DSL” in Teamcity” »

TeamCity

[Terraform ] Using Terragrunt to provision AWS base on Terraform Module

Posted on August 26, 2022October 4, 2022 By nim No Comments on [Terraform ] Using Terragrunt to provision AWS base on Terraform Module
[Terraform ] Using Terragrunt to provision AWS base on Terraform Module

1) Prepare tools 1.1) Install terraform Đầu tiên cần cài đặt terraform: 1.2) Install terragrunt Giờ đến phần cài terragrunt:bạn cần download: https://github.com/gruntwork-io/terragrunt/releases Từ đó chúng ta đã cài thành công! 2) Provisioning EC2 by terragrunt Để sử dụng được terragrunt bạn cần có 1 terraform modulemình sẽ tạo Ec2 thông qua terragrunthttps://registry.terraform.io/modules/terraform-aws-modules/ec2-instance/aws/latest Chỗ này…

Read More “[Terraform ] Using Terragrunt to provision AWS base on Terraform Module” »

Terraform

[AWS] Provision AWS IAM Admin User as EKS Admin

Posted on August 24, 2022January 9, 2025 By nim No Comments on [AWS] Provision AWS IAM Admin User as EKS Admin
[AWS] Provision AWS IAM Admin User as EKS Admin

1) Overall EKS IAM Introduction. 2) Understand AWS EKS Authentication & Authorization 3) Understand about EKS Cluster Creator User 4) Introduction to Provisioning AWS Admin as EKS Admin Tiếp theo giờ bạn có 1 user eksadmin1 có quyền Administrator Access nhưng mà nó sẽ ko thể gõ kubeclt 5) Create IAM User and AWS CLI…

Read More “[AWS] Provision AWS IAM Admin User as EKS Admin” »

AWS - Amazon Web Service

[Ubuntu/NAT] Configure NAT on Ubuntu Server

Posted on August 23, 2022 By nim No Comments on [Ubuntu/NAT] Configure NAT on Ubuntu Server
[Ubuntu/NAT] Configure NAT on Ubuntu Server

OK! Bài hôm nay mình muốn biến 1 con Ubuntu Server thành Nat Outbound – Internet Gateway Và mình đã tham khảo từ 2 bài biết nàyhttps://linuxhint.com/configure-nat-on-ubuntu/https://www.linuxsysadmins.com/setup-a-linux-server-as-a-nat-router/ Giờ bạn cần route các IP cần thiết sang card tun0 là ok

BareMetal

[AWS] Looking into IAM Role and Assume Role in AWS

Posted on August 21, 2022 By nim No Comments on [AWS] Looking into IAM Role and Assume Role in AWS
[AWS] Looking into  IAM Role and Assume Role in AWS

Hello các bạn, bài hôm nay chỉ đơn giản là chúng ta tìm hiểu về hai khai niệm quan trong trong AWS– IAM Role– Assume Role Và dưới dây là phần take Note của mình

AWS - Amazon Web Service

Posts pagination

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

  • [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
  • [Teamcity] How to transfer the value from pipeline A to pipeline B June 9, 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.