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
- Host: GitHub
- URL: https://github.com/crazyoptimist/kubernetes-mongo-express
- Owner: crazyoptimist
- Created: 2020-11-02T05:01:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T05:14:11.000Z (over 5 years ago)
- Last Synced: 2025-02-05T22:59:04.334Z (over 1 year ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```