Deploying a Reddit Clone on Kubernetes with Ingress Enabled
1. Pre-requisites:
EC2 Instances:
CI server: t2.micro
CD server: t2.xlarge(To avoid disk-space issue)
Install Docker
Install Minikube
Install kubectl
2. Installation Steps:
Step 1: Set up EC2 Instances
Launch an EC2 instance with the follo...
vivekmanne.hashnode.dev3 min read