git clone git@github.com:ShivangTiwari/Deploy-Reddit-to-AWS-EKS.gitcd reddit-clone-k8s-ingressdocker build -t reddit-clone-app .kubectl apply -f deployment.yamlkubectl apply -f service.yamlminikube addons enable ingresskubectl expose deployment reddit-deployment --type=NodePort --port=5000kubectl apply -f ingress.yamlPosted Jul 20, 2025
Deployed a Reddit clone app on Kubernetes using Ingress and Minikube.
1
1