Kube Pilot Server is a server that allows you to deploy your application to a Kubernetes cluster.
$ docker-compose -f docker-compose.dev.yaml build
# development
$ docker-compose -f docker-compose.dev.yaml up
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov