Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn6/k8s-nodejs
kubernetes + nodejs template
https://github.com/andrewn6/k8s-nodejs
Last synced: 6 days ago
JSON representation
kubernetes + nodejs template
- Host: GitHub
- URL: https://github.com/andrewn6/k8s-nodejs
- Owner: andrewn6
- Created: 2022-05-23T18:57:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T14:21:41.000Z (over 2 years ago)
- Last Synced: 2024-12-31T07:44:27.045Z (8 days ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes + NodeJS
bare metal template with mongodb, expressjs + kubernetes pre-configured
## Install kubernetes
go to https://k8s.io and install minikube + kubectl## How to
Clone repo
```
git clone https://anddddrew/k8s-nodejs.git
```
Start minikube service
```
minikube start
```Apply configuration
```
kubectl apply -f kubernetes/deployment.yl
```Check pods
```
kubectl get pods
```Get service
```
kubectl get svc
```Start service
```
minikube service k8s-template
```