AbhiDiva96 / 75per

https://75per.vercel.app
33 stars 70 forks source link

[Feature Request]: Dockerize and kubernetes the app #307

Open agarwalhimanshugaya opened 2 months ago

agarwalhimanshugaya commented 2 months ago

Is there an existing issue for this?

Feature Description

benefits of dockerize the container:

  1. It helps user in running your app locally in any operating system
  2. It helps user to run your app in virtual environment with one simple command
  3. It helps in deploying the app
  4. In future when your app package depreciated then other user can not run this app but after dockerize the container this problem solve

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

Use Case

when we deploy our app then it help in deploying the app seamlessly and also make ur app suitable when we want to change something in our app when app is live

Benefits

No response

Add ScreenShots

No response

Priority

High

Record

github-actions[bot] commented 2 months ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.