Ujang Mumu
My Notes

My Notes

Follow
Follow
homebadges
Tag

Devops

#devops

More content

Read more stories on Hashnode


Articles with this tag

Preserving Client IP in Nginx Ingress Controller with AWS NLB

Nov 12, 20231 min read

Prerequisite Install AWS Load Balancer Controller: This controller is essential for managing AWS load balancers in a Kubernetes environment. Step 1:...

Preserving Client IP in Nginx Ingress Controller with AWS NLB

How to use a single Loadbalancer for multiple ingresses in EKS, using Terraform.

Sep 7, 20222 min read

In Cloud, creating resources always comes with a cost. So operating a huge Kubernetes cluster with many deployments and ingresses usually would need a...

How to use a single Loadbalancer for multiple ingresses in EKS, using Terraform.

How to keep AMI up-to-date by using Packer, AWS Codebuild, and Terraform | Part 2.

Jul 16, 20216 min read

After the Part 1 post, which specifically explaining configuration with packer, on this part, I'll write more about Terraform and AWS Codebuild. The...

How to keep AMI up-to-date by using Packer, AWS Codebuild, and Terraform | Part 2.

How to keep AMI up-to-date by using Packer, AWS Codebuild, and Terraform | Part 1.

Jul 10, 20214 min read

Hello World! This time I want to share one way to create a golden AWS AMI and keeping it up-to-date. The goal is to have an automated way for the AMI...

How to keep AMI up-to-date by using Packer, AWS Codebuild, and Terraform | Part 1.

Working with AWS EC2 Autoscaling Group and AWS Codedeploy

Sep 10, 20202 min read

AWS Autoscaling Group This thing started when we have some user-data that do and install a lot of things, especially on Windows, the booting alone...

Working with AWS EC2 Autoscaling Group and AWS Codedeploy