Skip to content

Spin up a Kubernetes stack dedicated to Reaction Commerce PDQ

License

Notifications You must be signed in to change notification settings

joshuacox/reactionetes

Repository files navigation

Reactionetes

Spin up a Kubernetes stack dedicated to Reaction Commerce PDQ

Build Status CircleCI Waffle.io - Columns and their card count

TLDR

helm install \
  --name my-release-name \
  --set mongodbReleaseName=massive-mongonetes \
  --set replicaCount=1 \
  --set mongoReplicaCount=3 \
  --set image.repository=reactioncommerce/reaction \
  --set image.tag=latest \
  ./reactioncommerce

Oneliner Autopilot

The oneliner:

curl -L https://git.io/reactionetes | bash

Exports

Same but export a bunch of env vars beforehand

Warning! Of note the 'none' driver will throw a warning, and should only be used on a VM that is for testing only. By default it uses the virtualbox driver, there is also the kvm and kvm2 drivers.

export MINIKUBE_CPU=4
export MINIKUBE_MEMORY=4096
export MINIKUBE_DRIVER=none
export REACTIONCOMMERCE_NAME=my-release-name
export MONGO_RELEASE_NAME=massive-mongonetes
export REACTIONCOMMERCE_REPO=reactioncommerce/reaction
export REACTIONCOMMERCE_TAG=latest
export REACTION_REPLICAS=3
export MONGO_REPLICAS=11
curl -L https://git.io/reactionetes | bash

Make

Or using the makefile:

REACTIONCOMMERCE_REPO=reactioncommerce/reaction \
MONGO_RELEASE_NAME=massive-mongonetes \
REACTIONCOMMERCE_NAME=my-release-name \
REACTIONCOMMERCE_TAG=latest \
MINIKUBE_MEMORY=60180 \
MINIKUBE_CPU=32 \
REACTION_REPLICAS=33 \
MONGO_REPLICAS=225 \
make -e autopilot

Asciinema

asciicast

Main page here

Discussion

Feel free to open an issue here at github.

There is also a forum post at the reaction commerce forums.

I appreciate feedback and suggestions!

About

Spin up a Kubernetes stack dedicated to Reaction Commerce PDQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published