# kubernetes-nodejs-example **Repository Path**: mirrors_leecade/kubernetes-nodejs-example ## Basic Information - **Project Name**: kubernetes-nodejs-example - **Description**: Node.js example application with Kubernetes and CircleCI config - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kubernetes-nodejs-example Example Node.js application with Kubernetes config yamls and CircleCI yaml to deploy. Read the related [Moving to Kubernetes](https://blog.risingstack.com/moving-node-js-from-paas-to-kubernetes-tutorial/) blog post. What's in repo? - Hello world Express server - Graceful server stop - Docker config with private npm support - Kubernetes secret - Kubernetes deployment - Kubernetes service - Kubernetes liveness (healthcheck) - Kubernetes readiness - CircleCI config example