https://github.com/epilif3sotnas/learn-kubernetes
Learn Docker with MongoDB and Mongo-Express
https://github.com/epilif3sotnas/learn-kubernetes
bash kubectl kubernetes minikube mongo-express mongodb
Last synced: 2 months ago
JSON representation
Learn Docker with MongoDB and Mongo-Express
- Host: GitHub
- URL: https://github.com/epilif3sotnas/learn-kubernetes
- Owner: epilif3sotnas
- License: apache-2.0
- Created: 2022-06-15T09:07:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T11:58:17.000Z (over 3 years ago)
- Last Synced: 2025-02-22T20:32:23.597Z (over 1 year ago)
- Topics: bash, kubectl, kubernetes, minikube, mongo-express, mongodb
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About learn-docker
In this repository was followed a tutorial in order to learn kubernetes technology. The tutorial is the following -> [Tutorial](https://www.youtube.com/watch?v=X48VuDVv0do&t=6380s)
## Requirements (Docker images)
- [MongoDB](https://hub.docker.com/_/mongo)
- [Mongo Express](https://hub.docker.com/_/mongo-express)
## Run
Commands to run it:
```
cd {PATH_REPOSITORY}/scripts
# To create docker image
bash Run.sh
```
## License
Licensed under Apache-2.0 license.