Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
COPPER Nguyen
11 posts
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
devops
members
Setup Jenkins worker node that support building Docker Image.
Usually when we setup a Jenkins server, we usually use the master to build jobs. The master node is in charge of scheduling jobs, assigning slave nodes, and sending builds to slave nodes for execution
COPPER Nguyen
Feb 28, 2023 | 5 min read
members
Access to Bastion host using AWS SSM.
Usually when developer need to access to the bastion host, we will give them the private key or they give us the public key then we will add the public key to bastion host. But there is another way, i
COPPER Nguyen
Feb 20, 2023 | 4 min read
devops
members
Grant access to EKS cluster for Bastion Host.
When you create an Amazon EKS cluster, the AWS Identity and Access Management (IAM) entity user or role, such as a federated user that creates the cluster, is automatically granted system:masters perm
COPPER Nguyen
Feb 17, 2023 | 3 min read
members
Setup GitHub Runner on K8S.
In this post, i will guide you to install self-hosted github action runner, then setup a simple workflow to run some command on that runner. To setup github action self-hosted runner, we will use act
COPPER Nguyen
Feb 8, 2023 | 4 min read
members
Sync Secret from Vault to K8S using External Secrets Operator
When doing work on many micro services, i have to find a way to manage environment variable for them, previously i used AWS Secret Manager but when working on multiple environment with many account, t
COPPER Nguyen
Jan 11, 2023 | 6 min read
members
Get a free TLS certificate with acme.sh
When i'm using Azure Cloud, they do not provide a free certificate that can be used with their service unlike AWS, so we need to find a way to get a free TLS certificate.Luckily when i go around the i
COPPER Nguyen
Dec 23, 2022 | 7 min read
members
Self-managed K8S cluster for development environment using AWS EC2
Use Amazon Elastic Kubernetes Service for development environment is not a good choice if the customer or we have not enough money. The workload for development environment is usually small so we can
COPPER Nguyen
Dec 23, 2022 | 13 min read
members
Create a Kafka cluster for development with Docker Compose
This article assume that you have basic knowledge about Kafka, and Docker Compose. For development environment, there is no strict requirement about high availability and durability, we will try to ma
COPPER Nguyen
Dec 23, 2022 | 8 min read
devops
members
Blue/Green deployment with HA Proxy
First, let finding what is blue/green deployment. A blue/green deployment is a deployment strategy in which you create two separate, but identical environments. One environment (blue) is running the c
COPPER Nguyen
Nov 28, 2022 | 12 min read
Load more posts