Key FeaturesUse Docker containers, horizontal node scaling, modern orchestration tools (Docker Swarm, Kubernetes, and Mesos) and Continuous Integration/Continuous Delivery to manage your infrastructure.Increase service density by turning often-idle
在Kubernetes中进行设置
我们将需要创建一些名称空间,并且当我们使用它时,我们可以创建petclinc应用程序使用的服务。 为了方便起见,我们将它们全部放在一个文件夹中,调用init-app
kubectl apply -f k8s/init-app/
到目前为止验证环境
验证名称空间的创建
✗ k get ns
NAME STATUS AGE
default Active 4d
节点骨架
一的的NodeJS骨架的后端,使用 + + +++ CI / CD +使用GitHub的操作自动部署 ,和 。
该代码遵循 。
有用的文档:
对默认应用程序做了什么:
npm i -g nestjs/cli
nest new node-skeleton
cd node-skeleton
nest generate app micro
npm i nestjs/platform-fastify
npm remove nestjs/platform-express t