Pluralsight - Preparing Docker Apps for Production
- Category Other
- Type Tutorials
- Language English
- Total size 462.0 MB
- Uploaded By tutsnode
- Downloads 393
- Last checked 1 month ago
- Date uploaded 5 years ago
- Seeders 10
- Leechers 3
Infohash : F4BAE39CBD225D4F740642A4547C0302F5261506
Description
Containers need to work with the features of the platform theyâre using if youâre going to get the most out of them. In this course, Preparing Docker Apps for Production, youâll learn all the best practices for setting up and running containerized applications.
First, youâll see how to separate app configuration from the container image, so you can configure apps independently. Next, youâll see how to push application logs out from containers and collect them in a centralized store. Then youâll take advantage of self-healing features by adding health checks and dependency checks to your containers. Finally, youâll learn how to manage network traffic so you can route incoming requests to the right containers.
When youâre finished with this course, youâll have understanding of how containers work in production, so you can plan your path to go live with Docker.
Updated Dec 14, 2020
Files:
Preparing Docker Apps for Production [TutsNode.com] - Preparing Docker Apps for Production 05. Routing Incoming Traffic to Application Containers- 27. Demo-Using Nginx as a Container Proxy.mp4 (32.7 MB)
- 29. Demo-Using Traefik as a Container Proxy.mp4 (30.0 MB)
- 31. Demo-Nginx as a Kubernetes Ingress Controller .mp4 (20.1 MB)
- 32. Module and Course Summary.mp4 (9.6 MB)
- 30. Routing with Ingress in the Container Platform.mp4 (6.7 MB)
- 26. Understanding Traffic Management with Reverse Proxies.mp4 (4.7 MB)
- 28. Comparing Reverse Proxies.mp4 (4.3 MB)
- nginx-ingress-controller.yaml (5.5 KB)
- apod-log.yaml (1.7 KB)
- apod-api.yaml (1.4 KB)
- apod-web.yaml (1.3 KB) ingress
- apod-ingress.yaml (0.7 KB)
- whoami-ingress.yaml (0.3 KB)
- whoami.yaml (0.6 KB)
- README.md (2.2 KB) demo1
- README.md (3.2 KB) nginx sites-enabled
- image-gallery.local (0.8 KB)
- whoami.local (0.3 KB)
- docker-compose.yml (0.3 KB) apod
- docker-compose-2.yml (0.5 KB)
- docker-compose.yml (0.5 KB)
- docker-compose.yml (0.2 KB)
- docker-compose-2.yml (0.1 KB)
- README.md (2.6 KB) apod
- docker-compose-2.yml (1.7 KB)
- docker-compose.yml (0.8 KB)
- docker-compose.yml (0.5 KB)
- docker-compose-2.yml (0.3 KB)
- docker-compose.yml (0.1 KB)
- Startup.cs (1.1 KB) Controllers
- WebController.cs (0.6 KB)
- Program.cs (0.4 KB)
- whoami.csproj (0.1 KB)
- appsettings.Development.json (0.1 KB)
- appsettings.json (0.1 KB)
- Dockerfile (0.4 KB) nginx
- nginx.conf (0.7 KB)
- Dockerfile (0.2 KB)
- docker-compose.yml (0.3 KB) traefik
- Dockerfile (0.0 KB)
- routing-incoming-traffic-to-application-containers-slides.pdf (1.5 MB) 02 demos demo1
- README.md (3.7 KB)
- docker-compose.yml (0.8 KB) config access-log dev
- local.json (0.1 KB)
- local.json (0.0 KB)
- local.json (0.1 KB)
- config.toml (0.0 KB)
- config.toml (0.0 KB)
- main.go (2.9 KB)
- config.toml (0.2 KB)
- go.mod (0.1 KB)
- index.html (0.7 KB)
- Dockerfile (0.3 KB) access-log src
- server.js (2.2 KB)
- log.js (0.2 KB)
- package.json (0.2 KB) config
- default.json (0.1 KB)
- logConfig.js (0.3 KB)
- Dockerfile (0.2 KB) image-of-the-day
- pom.xml (2.0 KB) src utilities
- ConfigLoader.java (1.9 KB)
- ImageController.java (1.7 KB)
- ConfigController.java (1.0 KB)
- MemoryCacheService.java (1.3 KB)
- CacheService.java (0.1 KB)
- Application.java (0.6 KB) configuration
- BeanConfiguration.java (0.2 KB)
- RegistryConfiguration.java (0.5 KB)
- ApodImage.java (0.6 KB)
- Config.java (1.2 KB)
- Image.java (1.1 KB)
- application.properties (0.2 KB)
- Dockerfile (0.6 KB)
- docker-compose.yml (0.3 KB) demo2
- README.md (2.5 KB)
- docker-compose.yml (1.1 KB) config access-log dev
- local.json (0.1 KB)
- local.json (0.0 KB)
- local.json (0.1 KB)
- config.toml (0.0 KB)
- config.toml (0.0 KB)
- application.properties (0.1 KB)
- application.properties (0.0 KB)
- application.properties (0.0 KB)
- README.md (1.6 KB) kubernetes configMaps
- apod-api-config.yaml (0.2 KB)
- apod-log-config.yaml (0.2 KB)
- apod-web-config.yaml (0.3 KB)
- apod-api-deployment.yaml (0.9 KB)
- apod-log-deployment.yaml (0.7 KB)
- apod-web-deployment.yaml (0.7 KB)
- apod-api-secret.yaml (0.1 KB)
- apod-api-service.yaml (0.2 KB)
- apod-log-service.yaml (0.2 KB)
- apod-web-service.yaml (0.2 KB)
- reading-configuration-from-the-container-platform-slides.pdf (1.1 MB) 04 demos src image-gallery src
- main.go (3.5 KB)
- index.html (0.7 KB)
- config.toml (0.2 KB)
- go.mod (0.1 KB)
- Dockerfile (0.3 KB)
- Dockerfile.v2 (0.4 KB) access-log src
- server.js (2.6 KB)
- healthcheck.js (0.5 KB)
- log.js (0.2 KB)
- package.json (0.2 KB) config
- default.json (0.2 KB)
- logConfig.js (0.3 KB)
- Dockerfile (0.2 KB)
- Dockerfile.v2 (0.3 KB) image-of-the-day
- pom.xml (2.0 KB) src utilities
- ConfigLoader.java (2.0 KB)
- DependencyCheck.java (1.5 KB)
- ImageController.java (1.7 KB)
- ConfigController.java (1.0 KB)
- MemoryCacheService.java (1.3 KB)
- CacheService.java (0.1 KB)
- Config.java (1.2 KB)
- Image.java (1.1 KB)
- ApodImage.java (0.6 KB)
- Application.java (0.6 KB) configuration
- RegistryConfiguration.java (0.5 KB)
- BeanConfiguration.java (0.2 KB)
- application.properties (0.2 KB)
- Dockerfile.v2 (0.8 KB)
- Dockerfile (0.6 KB)
- docker-compose.yml (0.8 KB) demo2
- README.md (2.9 KB)
- docker-compose-1.yml (0.5 KB)
- docker-compose-2.yml (0.6 KB)
- docker-compose-3.yml (0.6 KB)
- README.md (2.7 KB) kubernetes
- apod-log.yaml (1.7 KB)
- apod-api.yaml (1.4 KB)
- apod-web.yaml (1.3 KB) update
- apod-api.yaml (1.0 KB)
- README.md (1.7 KB)
- docker-compose-1.yml (0.4 KB)
- docker-compose-2.yml (0.5 KB)
- docker-compose-3.yml (0.5 KB)
- building-and-running-self-healing-applications-slides.pdf (793.7 KB) 03 demos demo3
- README.md (2.9 KB) kubernetes efk
- fluentbit-config.yaml (1.7 KB)
- fluentbit.yaml (1.5 KB)
- elasticsearch.yml (0.7 KB)
- kibana.yml (0.6 KB)
- apod-log.yaml (1.4 KB)
- apod-api.yaml (1.2 KB)
- apod-web.yaml (1.1 KB)
- timecheck-deployment.yaml (0.8 KB)
- README.md (2.4 KB)
- Program.cs (1.8 KB)
- Tail.csproj (0.3 KB)
- Program.cs (1.8 KB)
- TimeCheck.csproj (0.8 KB)
- appsettings.json (0.1 KB)
- tasks.json (1.0 KB)
- launch.json (1.0 KB)
- Dockerfile (0.4 KB)
- Dockerfile.v2 (0.7 KB)
- docker-compose.yml (0.3 KB) demo1
- README.md (1.8 KB)
- docker-compose-2.yml (0.8 KB)
- docker-compose.yml (0.5 KB) config access-log
- logConfig.js (0.3 KB)
- application.properties (0.0 KB)
- surfacing-application-logs-in-the-container-platform-slides.pdf (960.8 KB) 02. Reading Configuration from the Container Platform
- 07. Demo-Merging Config During Initialization.mp4 (31.1 MB)
- 09. Demo-Storing Configuration in the Platform.mp4 (20.4 MB)
- 04. Demo-Reading Config from the Environment in Go.mp4 (19.2 MB)
- 05. Demo-Reading Config from the Environment in Node.js.mp4 (18.5 MB)
- 10. Module Summary.mp4 (7.1 MB)
- 02. Understanding the Configuration Model.mp4 (6.7 MB)
- 08. Managing Configuration Settings with Kubernetes.mp4 (6.4 MB)
- 06. Initializing Configuration with a Loader Utility.mp4 (5.6 MB)
- 03. Configuration in the Container Environment.mp4 (5.2 MB)
- 22. Demo-Health and Dependency Checks with Custom Utilities.mp4 (30.1 MB)
- 24. Demo-Self-healing Applications in Kubernetes.mp4 (27.7 MB)
- 20. Demo-Container Healthchecks with Curl.mp4 (23.1 MB)
- 25. Module Summary.mp4 (8.2 MB)
- 21. Building Custom Health and Readiness Checks.mp4 (6.0 MB)
- 19. Understanding Self-healing Applications.mp4 (5.3 MB)
- 23. Modelling Self-healing applications with Health and Readiness Checks.mp4 (4.5 MB)
- 16. Demo-Collecting and Centralizing Logs with the EFK Stack.mp4 (29.6 MB)
- 12. Demo-Surfacing Logs from Standard Output Streams.mp4 (24.2 MB)
- 14. Demo-Relaying Logs from Log Files.mp4 (21.8 MB)
- 17. Demo-Using EFK to Collect Application Logs.mp4 (20.1 MB)
- 15. Centralizing Log Collection in the Platform.mp4 (6.6 MB)
- 18. Module Summary.mp4 (6.5 MB)
- 13. Dealing with Logs in Hidden Sinks.mp4 (4.3 MB)
- 11. Understanding the Logging Model.mp4 (4.0 MB)
- 01. Course Overview.mp4 (3.0 MB)
- TutsNode.com.txt (0.1 KB)
- [TGx]Downloaded from torrentgalaxy.to .txt (0.6 KB) .pad
- 0 (198.5 KB)
- 1 (129.8 KB)
- 2 (203.4 KB)
- 3 (38.3 KB)
- 4 (203.9 KB)
- 5 (38.7 KB)
- 6 (96.4 KB)
- 7 (179.2 KB)
- 8 (244.6 KB)
- 9 (124.5 KB)
- 10 (137.3 KB)
- 11 (165.0 KB)
- 12 (86.4 KB)
- 13 (15.0 KB)
- 14 (124.8 KB)
- 15 (19.2 KB)
- 16 (191.8 KB)
- 17 (9.8 KB)
- 18 (15.4 KB)
- 19 (107.1 KB)
- 20 (231.4 KB)
- 21 (151.8 KB)
- 22 (20.6 KB)
- 23 (170.3 KB)
- 24 (160.9 KB)
- 25 (68.5 KB)
- 26 (3.6 KB)
- 27 (29.0 KB)
- 28 (165.0 KB)
- 29 (182.2 KB)
- 30 (212.0 KB)
- 31 (231.2 KB)
- 32 (217.8 KB)
- 33 (139.8 KB)
- 34 (63.2 KB)
There are currently no comments. Feel free to leave one :)
Code:
- udp://inferno.demonoid.pw:3391/announce
- udp://tracker.openbittorrent.com:80/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://torrent.gresille.org:80/announce
- udp://glotorrents.pw:6969/announce
- udp://tracker.leechers-paradise.org:6969/announce
- udp://tracker.pirateparty.gr:6969/announce
- udp://tracker.coppersurfer.tk:6969/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://9.rarbg.to:2710/announce
- udp://shadowshq.yi.org:6969/announce
- udp://tracker.zer0day.to:1337/announce