https://github.com/akaspatranobis/reddit-clone-project-ci-cd-jenkins-argocd
Deploy Reddit to AWS EKS with ArgoCD and Monitor it
https://github.com/akaspatranobis/reddit-clone-project-ci-cd-jenkins-argocd
Last synced: 2 months ago
JSON representation
Deploy Reddit to AWS EKS with ArgoCD and Monitor it
- Host: GitHub
- URL: https://github.com/akaspatranobis/reddit-clone-project-ci-cd-jenkins-argocd
- Owner: akaspatranobis
- Created: 2024-05-15T18:10:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T10:35:08.000Z (11 months ago)
- Last Synced: 2025-01-26T10:13:08.314Z (4 months ago)
- Language: TypeScript
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit Clone App on Kubernetes with Ingress
This project demonstrates how to deploy a Reddit clone app on Kubernetes with Ingress and expose it to the world using Minikube as the cluster.## Prerequisites
Before you begin, you should have the following tools installed on your local machine:- Docker
- Kubeatm master and worker node
- kubectl
- GitYou can install Prerequisites by doing this steps. [click here & complete all steps one by one]().
## Installation
Follow these steps to install and run the Reddit clone app on your local machine:1) Clone this repository to your local machine: `git clone https://github.com/akaspatranobis/Reddit-Clone-Project-CI-CD-Jenkins-ArgoCD.git`
2) Navigate to the project directory: `cd reddit-clone-k8s-ingress`
3) Build the Docker image for the Reddit clone app: `docker build -t reddit-clone-app .`
4) Deploy the app to Kubernetes: `kubectl apply -f deployment.yaml`
1) Deploy the Service for deployment to Kubernetes: `kubectl apply -f service.yaml`
5) Enable Ingress by using Command: `minikube addons enable ingress`
6) Create an Ingress resource: `kubectl apply -f ingress.yaml`## Test Ingress DNS for the app:
## Contributing
If you'd like to contribute to this project, please open an issue or submit a pull request.