Skip to content

Strategy about handling application deployment #138

@cybersiddhu

Description

@cybersiddhu

Bootstrap application(first deploy)

Automated deploy

  • Deployment through github actions.
  • The pipeline involves...
    • Continuous integration
    • Image build
    • Deploy to cluster

Pull request

  • Inteactive
  • Use chatops to deploy from pull request comment.
  • Deploy the commit to the dev clusters as given the chatops command.

Dev

  • Interactive
  • Use chatops to deploy.
    • From pull request comment.
    • From issue comment.
  • Deploy the head commit to the dev clusters as given the chatops command.

Staging

  • Automated
  • Merge to staging branch
  • CI and image build.
  • Deployment to the staging cluster.

Prod

  • Automated
  • Create tag from master branch.
  • Image build
  • Deployment to production cluster.

Backend apllications deployment

Frontend applications deployment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions