- Fullstack application created using node, react, mysql and docker
- Production docker images are in their respected folders, ready for kubernetes deployment
Chartfolder holds helm chart for this application. Top level values file is used for deployment
To start local development environment run:
make up
or
make up-build
To force image build
To delete local environment containers
make downBuild production docker images:
make image-build-prod && make help-dependency-update
helm upgrade --install my-release-name ./chart -f chart/values.yaml -n mynamespace --create-namespaceTo run k9s:
make k9s
To get additional information about helpful commands run:
make help