Abidsyed25 / ScrapQuest

ScrapQuest is your go-to solution for effortlessly extracting data from websites. It's a powerful web scraper built with Next.js, TypeScript, and Puppeteer with Browserless. With ScrapQuest, you can quickly gather valuable information from any website without hassle.
https://scrap-quest.vercel.app/
MIT License
20 stars 37 forks source link

💡[FEATURE]: wrap up the app with kubernetes #156

Open agarwalhimanshugaya opened 2 months ago

agarwalhimanshugaya commented 2 months ago

Is your feature request related to a problem? Please describe. As your app is dockerize then it is best to do apply kubernetes as it helps user in load balancing the website and also helps user in self healing website and after this your website is good for devops and u can do many more

Benefits of kubernetes:

  1. It helps in deploying your app locally and on internet
  2. It helps in load balancing the many user
  3. it helps in auto healing the damaged pods
  4. Also it helps in changing the code when your app is live
Abidsyed25 commented 2 months ago

@agarwalhimanshugaya what do you want to add ?

agarwalhimanshugaya commented 2 months ago

@Abidsyed25 as i add deployment .yaml file and service.yaml file and after running app with kubernetes you have two or more pods due to which you have multiple server which load balance your website and also it has many benefit which i mention above