Tag: aws
All the articles with the tag "aws".
Create k3s cluster in private subnet and nginx load balancer in public subnet using terraform
Posted on:November 19, 2024 at 04:06 AMLearn how to deploy a secure Kubernetes environment using K3s in AWS private subnets with an NGINX load balancer. This comprehensive guide covers creating a production-ready infrastructure using Terraform, including VPC configuration, public-private subnet architecture, NAT gateways, and K3s cluster setup.
Hands-On AWS VPC: Multi-VPC Connectivity with Private Subnets
Posted on:May 25, 2024 at 04:55 PMIn this article demonstrates how to establish secure communication between EC2 instances residing in private subnets across separate VPCs in AWS.