Coder Social home page Coder Social logo

deployment's Introduction

deployment

Kubernetes and overall deployment aspects

deployment's People

Contributors

janakamarasena avatar kosalag avatar nilesh93 avatar pereraasa avatar sanjiva avatar tharindu99 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

deployment's Issues

Deploy results distribution app to dev

The code is not yet committed but it will be soon :-).

The structure of the code will be like the backend of the Staffing app as its being written in Ballerina.

The system has a website for media people to login and access and also has a mechanism to push the data out (via registered webhooks). The webhook subscription URL has to be open to anyone to access (details will be given). We haven't yet decided whether to use IS for authentication or not but we can decide that later.

Lets set up mediaresults.ecdev.opensource.lk as the host please.

The build and deploy process will be same as for Staffing.

Production Bastion Host

Bastion host should have

A public IP Address

NFS mount on /data
mysql client connected to prod mysql server
Kubectl connected to prod k8s server
Helm connected to prod k8s server

Production Test run

Run the tests that are in the test doc and confirm that the environment is in a production ready state

Staging Test run

Run tests against the test doc and make sure Staging is in production grade state

Deploy staffing system backend APIs for dev environment

The process is:

  • repo: Staffing/backend
  • build: ballerina build services
    will produce target/bin/services.jar
  • build docker image using Alpine Linux OpenJDK image
  • command to RUN is java -jar services.jar
  • map port 80 to port 9090
  • temporary (proper fix is to expose under API manager)
    • create a new k8s service called "staffing-backend" for this service

Production Backup Plan

Need to do research on this and a step by step guide on what exactly we are going to do with MYSQL and NFS Server data

Production Alert Resources

Identify the alerts that are needed.
Get the list of emails
Get the list of Phone numbers
Get any other social messaging platforms required (Slack, Google chat etc)

Staging Bastion Host

Bastion host should have

A public IP Address

NFS mount on /data
mysql client connected to staging mysql server
Kubectl connected to staging k8s server
Helm connected to staging k8s server

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.