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

local development environment automation #103

Open
pshemass opened this issue Nov 21, 2019 · 3 comments
Open

local development environment automation #103

pshemass opened this issue Nov 21, 2019 · 3 comments
Milestone

Comments

@pshemass
Copy link
Contributor

we should have docker compose or terraform script to setup cluster locally for testing

@mijicd mijicd added this to the 0.1.0 milestone Dec 13, 2019
@klangner
Copy link
Contributor

What should this docker compose contain?
Which application should be dockerized first? This Example .
Or maybe something should be build based on the tests?

@pshemass
Copy link
Contributor Author

@klangner the idea is to quickly create cluster of 3-4 nodes to test. Ideally would be to run some chaos experiment locally to check for instance if membership or other functionality like leader election survive.

@klangner
Copy link
Contributor

I can create setup for local cluster using docker compose (K8s?). Here is my proposition how to do it in the following steps:

  • Create a new project with the NodeApp.
  • Create fat-jar with the NodeApp (use plugin for this)
  • Create Dockerfile. A single node can be started.
  • Create docker compose (or maybe use K8s?)

Or as a starting point I can dockerize Example application first?
Any thoughts? Or maybe other ideas?

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

No branches or pull requests

3 participants