Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```