Deployed a Reddit Clone on Kubernetes with Ingress Enabled
Setup CI server:
Launch an ec2 instance with Ubuntu- t2.micro AMI type
Install Docker:
Clone Reddit app source code: https://github.com/Namg04/reddit-clone-k8s-ingress.git
Create a docker image from the Dockerfile
docker build . -t reddit-...
namrata.dev3 min read