Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants