We need to define an efficient developer workflow. Since we will be leveraging Kubernetes for our production deployments, we can use minikube for running 'nearly' identical deployments in dev.
Devs should also be able to work on individual components on their local system, assuming they have the necessary components running (e.g. redis/rethinkdb/etc). We just need to document those steps.
We need to define an efficient developer workflow. Since we will be leveraging Kubernetes for our production deployments, we can use minikube for running 'nearly' identical deployments in dev.
Devs should also be able to work on individual components on their local system, assuming they have the necessary components running (e.g. redis/rethinkdb/etc). We just need to document those steps.