Skip to content

Journey of application from development box to production...

Notifications You must be signed in to change notification settings

rarchk/cloud-deployments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Cloud Deployments

Journey of application from development box to production...

In this repo, I explore a random application running on a software developer machine, and try to run it in production using tools like

  1. Build an application (Java)
  2. Containerize your application (Docker)
  3. Scheduling and Fault Tolerant Deployment (Docker Swarm and Kubernetes)
  4. Orchestrate the development enviroment using tools (Ansible, Terraform)
  5. Adding Software Processes to update application (CI/CD Pipeline)

Build an application

In our study, we do not write application itself. Our concern is to build an environment in which this application can run while resolving all dependencies. However it is important to run and understand the behaviour of application, like what ports or what interfaces are open. Furthermore, how do you run such an application.

After a careful study, we came to know that

About

Journey of application from development box to production...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published