Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
COPPER Nguyen
20 posts
devops
members
Running OpenSearch and Dashboards Behind Nginx with Docker Compose
OpenSearch is a powerful open-source search and analytics suite, and OpenSearch Dashboards provides a visual interface for exploring your data. In this guide, we’ll show you how to set up both tools b
COPPER Nguyen
May 27, 2025 | 1 min read
members
How to Install MongoDB 6 on AWS EC2 (with Full Configuration)
MongoDB is a popular NoSQL database, and running it on AWS EC2 gives you flexibility and control. This guide walks you through installing MongoDB 6, configuring it for production, and setting up syste
COPPER Nguyen
May 26, 2025 | 2 min read
devops
members
Guide: Build and Deploy Docker Image to AWS ECS Cluster with Jenkins
This guide demonstrates how to build a Docker image, push it to AWS ECR, and deploy it to an ECS cluster using a Jenkins pipeline. AWS credentials are securely injected using AmazonWebServicesCredenti
COPPER Nguyen
May 23, 2025 | 2 min read
members
Host Static Website through Storage Account and Azure Front Door using Terraform.
In this post, we will use Terraform to 1. Create a static website and hosted on Azure Storage Account 2. Config CDN for this website using Azure Front Door. Configure Terraform provider.For provider
COPPER Nguyen
Feb 25, 2025 | 4 min read
members
Sync secret from AWS Secret Manager to K8S.
In the previous post, i showed how we synchronize secret from Vault to k8s, today with external-secrets.io i will guide you how to sync secret from AWS Secret Manager to k8s. I will use minikube for d
COPPER Nguyen
Jun 14, 2023 | 3 min read
AWS
members
Setup GitLab CE using Docker
When working on new project, i am always prefer to use GitLab as git repository and CICD platform, if there is no gitlab server or we are now allowed to use Gitlab saas, it's time for me to deploy sel
COPPER Nguyen
May 18, 2023 | 4 min read
Docker
members
Stream log from file to Elastic Search
Sometime we need to find a way to centralize all log from application no matter what is the kind of deployment they are, from a process on a Virtual Machine to a containerized application. Today in t
COPPER Nguyen
Apr 3, 2023 | 5 min read
AWS
members
Proxy gRPC traffic with Kong Gateway
We usually use gRPC for internal service communication, but sometime we need to expose the connection for 3rd party or another client to connect. The architecture is almost same as the image below. We
COPPER Nguyen
Apr 3, 2023 | 4 min read
cloud
members
PostgreSQL auto failover with repmgr
When using Postgres SASS we are not care about how cloud provider managed them but one a day, we need to run a postgres cluster on premise, we need to care about that. We setup 2,3 postgres server, on
COPPER Nguyen
Apr 3, 2023 | 5 min read
AWS
members
Karpenter Just-In-Time Nodes Scale for EKS
Karpenter is an open-source node provisioning project built for Kubernetes. Adding Karpenter to a Kubernetes cluster can dramatically improve the efficiency and cost of running workloads on that clust
COPPER Nguyen
Mar 3, 2023 | 6 min read
Load more posts