Skip to content

kube-pilot-labs/server

Repository files navigation

Kube Pilot Server

Description

Kube Pilot Server is a server that allows you to deploy your application to a Kubernetes cluster.

Build Docker Image for Development

$ docker-compose -f docker-compose.dev.yaml build

Running the app in development mode

# development
$ docker-compose -f docker-compose.dev.yaml up

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published