https://github.com/rcravens/devops_with_docker_nginx
https://github.com/rcravens/devops_with_docker_nginx
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rcravens/devops_with_docker_nginx
- Owner: rcravens
- Created: 2024-02-25T17:44:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-28T17:54:17.000Z (over 1 year ago)
- Last Synced: 2024-08-14T07:08:02.454Z (10 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rcravens/devops_with_docker_nginx - (Python)
README
# Devops Examples Using Docker and Nginx
Devops typically involves many tools and applications (e.g., version control, CI/CD applications, containerization, monitoring, ...etc.).
Consider this a "sandbox" where we experiment with some typical "devops tasks" but limit our
environment to the following:
- Docker Containers
- Nginx
- A Sample Applications (Flask API in this case)These examples assume that you have Docker installed.
- `1_scaling_flask_api` - Scale Up / Scale Down
- `2_blue_green_flask_api` - Blue / Green Deployments