Namrata Kumarinamg.hashnode.dev·Sep 1, 2023Deployed a Reddit Clone on Kubernetes with Ingress EnabledSetup 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-...2 likes·107 readskubernetes ingress
Ashmi Sinhadevops101-.hashnode.dev·Aug 29, 2023Project 6: Deploying Reddit Clone App on Kubernetes ClusterIntroduction Automating the Delivery of Highly Scalable Reddit Clone Application using CI/CD Pipeline with Docker, Docker Hub, and Kubernetes Minikube ► Description: As part of a software development project, I designed and implemented a robust conti...Kubernetes