Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Dockerize and kubernetes the application #362

Open
3 tasks done
agarwalhimanshugaya opened this issue Jul 11, 2024 · 0 comments
Open
3 tasks done

[Feature] Dockerize and kubernetes the application #362

agarwalhimanshugaya opened this issue Jul 11, 2024 · 0 comments
Assignees

Comments

@agarwalhimanshugaya
Copy link
Contributor

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:

  5. It helps in deploying your app locally and on internet

  6. It helps in load balancing the many user

  7. it helps in auto healing the damaged pods

  8. Also it helps in changing the code when your app is live

Screenshots

No response

Proposed Solution (optional)

No response

Checklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants