Skip to content

[Feature] Dockerize and kubernetes the application #362

Description

@agarwalhimanshugaya

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

Activity

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

Metadata

Metadata

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions