An open API service indexing awesome lists of open source software.

https://github.com/nest-cloud/nestcloud-kubernetes-example

An example that running app in kubernetes cluster use nestcloud.
https://github.com/nest-cloud/nestcloud-kubernetes-example

Last synced: 7 months ago
JSON representation

An example that running app in kubernetes cluster use nestcloud.

Awesome Lists containing this project

README

          

[travis-image]: https://api.travis-ci.org/nest-cloud/nestcloud.svg?branch=master
[travis-url]: https://travis-ci.org/nest-cloud/nestcloud
[linux-image]: https://img.shields.io/travis/nest-cloud/nestcloud/master.svg?label=linux
[linux-url]: https://travis-ci.org/nest-cloud/nestcloud

# NestCloud


NPM Version
Package License
NPM Downloads
Travis
Linux
Coverage

How run nestcloud app in kubernetes cluster.

## Requirement Modules

* @nestcloud/boot
* @nestcloud/http

## Optional Modules

* @nestcloud/kubernetes
* @nestcloud/config

## Build
```bash
make image

```

## Deploy

```bash
kubectl create -f ./deploys/configmap.yaml
kubectl create -f ./deploys/configmap-other.yaml
kubectl create -f ./deploys/rbac.yaml
kubectl create -f ./deploys/deployment.yaml
kubectl create -f ./deploys/service.yaml

```

## Stay in touch

- Author - [Miaowing](https://github.com/miaowing)

## License

Nest is [MIT licensed](LICENSE).