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.
- Host: GitHub
- URL: https://github.com/nest-cloud/nestcloud-kubernetes-example
- Owner: nest-cloud
- License: mit
- Created: 2019-08-13T09:15:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T00:28:53.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T21:27:49.441Z (9 months ago)
- Language: TypeScript
- Size: 1.81 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
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).