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

https://github.com/crazyoptimist/kubernetes-mongo-express

A Basic Kubernetes Deployment
https://github.com/crazyoptimist/kubernetes-mongo-express

Last synced: 5 months ago
JSON representation

A Basic Kubernetes Deployment

Awesome Lists containing this project

README

          

# K8s mongo-express deployment
You need to have `kubectl` and `minikube` installed and configured on your machine.
Run these commands in your terminal
```bash
kubectl apply -f mongo-secret.yaml
kubectl apply -f mongo-configmap.yaml
kubectl apply -f mongo.yaml
kubectl apply -f mongo-express.yaml
```