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

Containerize worker nodes #832

Merged
merged 39 commits into from
Mar 23, 2018
Merged

Containerize worker nodes #832

merged 39 commits into from
Mar 23, 2018

Conversation

hdoupe
Copy link
Collaborator

@hdoupe hdoupe commented Mar 6, 2018

This PR uses Docker to containerize the worker nodes. This gives the following advantages:

  1. Only have to build the updated environment once! This means that you don't have to build the environment locally for local developement and ten more times for all of the worker nodes.
  2. Local development environment is very close to identical to the production environment.
  3. We can start to phase in container orchestration software which will make deployments faster and safer and allows us to scale the number of worker nodes as needed.

To-do list for remaining items coming shortly...

@hdoupe hdoupe added the WIP label Mar 13, 2018
@hdoupe hdoupe mentioned this pull request Mar 23, 2018
@hdoupe hdoupe merged commit 465462b into ospc-org:master Mar 23, 2018
@hdoupe
Copy link
Collaborator Author

hdoupe commented Mar 23, 2018

Docker setup documentation will be addressed next week in a follow up PR.

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

Successfully merging this pull request may close these issues.

1 participant