Other
[ DevCourseWeb com ] Udemy - Openshift 4 from scratch
Torrent info
Name:[ DevCourseWeb com ] Udemy - Openshift 4 from scratch
Infohash: 2E8AEC48815CC3ED43CEA32BEA1C2ABBB00677DC
Total Size: 3.60 GB
Magnet: Magnet Download
Seeds: 4
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2025-12-02 05:53:16 (Update Now)
Torrent added: 2024-04-29 18:30:07
Torrent Files List
Get Bonus Downloads Here.url (Size: 3.60 GB) (Files: 174)
Get Bonus Downloads Here.url
~Get Your Files Here !
1. Introducción
1. Course introduction.mp4
1.1 Presentation.pdf
2. Course contents.mp4
3. Note on course rating.html
4. Introduction to Openshift.mp4
5. Openshift distributions.mp4
6. Arquitecture.mp4
6.1 Openshift's architecture.pdf
10. DeploymentConfig
1. NOTE DeploymentConfig deprecated in 4.14.html
2. Introduction to DeploymentConfig.mp4
2.1 01-DeploymentConfigs.pdf
3. Create a DeploymentConfig via command line.mp4
4. Review of the DeploymentConfig in the WEB console.mp4
5. Create a DeploymentConfig from the WEB console.mp4
6. Create a service and route for the DeploymentConfig.mp4
7. View services and routes in the WEB console.mp4
11. Application deployment
1. Introduction to application deployment.mp4
1.1 10-Application deployments.pdf
10. Create an application based on image from an internal repository.mp4
11. Practical Example Wordpress and MYSQL.mp4
11.1 Wordpress-mysql example.pdf
12. Strategies for building from source code.mp4
12.1 source code strategies.pdf
13. Deployment from source code. Introduction.mp4
13.1 reviewing objects created.pdf
14. Deploying a source code application from a GIT repository.mp4
15. Deploying an application with source code from the WEB console.mp4
16. Deploying an application from Dockerfile.mp4
17. Deploying a Dockerfile application from the WEB console.mp4
18. Application deployment from the catalog. Introduction.mp4
19. Deploy a template from the catalog.mp4
2. Deploy from an image. Created objects.mp4
20. Deploying an Image Builder from the catalog.mp4
21. Application Grouping. WordPress y Mysql.mp4
3. IMPORTANT NOTE FOR OPENSHIFT VERSIONS FROM 4.5 (CRC = 1.13).html
4. Create a new app from an image.mp4
5. Review of the components created from the WEB console.mp4
6. Create a deployment with a DeploymentConfig.mp4
7. Create another example. NextCloud, our own cloud.mp4
8. Check generated objects without launching the application.mp4
9. Create an image-based application from the WEB console.mp4
12. Variables, ConfigMaps and Secrets
1. Variables.mp4
1.1 dc_variables.yaml
10. Secrets. Introduction.mp4
10.1 dc_secret.yaml
11. Secrets. Declarative secrets.mp4
11.1 odoo.yaml
11.2 secret1.yaml
12. ConfigMaps and secrets from the WEB Console.mp4
2. Modifying variables and configuration through oc edit.mp4
3. Other interesting commands to use variables.mp4
4. Work with Variables from the WEB Console.mp4
5. Practical example OpenERP (Odoo) and Postgres. Part 1.mp4
5.1 dep_postgres.yaml
5.2 odoo.yaml
5.3 service_postgres.yaml
5.4 service-odoo.yaml
6. Practical example OpenERP (Odoo) and Postgres. Part 2.mp4
6.1 dep_postgres.yaml
6.2 odoo.yaml
6.3 service_postgres.yaml
6.4 service-odoo.yaml
7. Configmaps. Introduction.mp4
7.1 dc_variables.yaml
8. ConfigMaps with files. Example with Odoo and Postgres. Part 1.mp4
9. ConfigMaps with files. Example with Odoo and Postgres. Part 2.mp4
dep_postgres.yaml
odoo.properties
odoo.yaml
postgres.properties
service-odoo.yaml
service_postgres.yaml
13. ImageStreams
1. ImageStreams Introduction.mp4
1.1 Introduccion ImageStreams.pdf
2. Create an imagestream from new-app.mp4
3. Error in the following video.html
4. Create an ImageStream from an external image with import-image.mp4
5. Create an internal ImageStream.mp4
6. Label ImageStreams. oc tag command.mp4
7. View ImageStreams in the WEB console.mp4
8. Create an imageStream from a YAML.mp4
8.1 is.yaml
14. Builds
1. Review and introduction to the builds.mp4
1.1 Builds review.pdf
2. BuildConfigs. Introduction and Features.mp4
3. Create a new Build with GIT. new-build command.mp4
4. Other commands start-build, cancel-build, delete.mp4
5. Build with Dockerfile inline.mp4
5.1 bc-dockerfile.yaml
6. BuildConfigs in the WEB console.mp4
7. Triggers. How to automatically update the Build.mp4
7.1 Tipos de Triggers.pdf
8. ImageChange Triggers..mp4
8.1 bc-python.yaml
8.2 is.yaml
9. Introduction to webhook triggers.mp4
9.1 Webhooks.pdf
15. Templates
1. NOTE Change in the templates API.html
2. Template Features.mp4
2.1 redis-template.yaml
3. Create and get information from a template.mp4
3.1 url_icons.txt
4. Check the objects generated by a template.mp4
5. Create objects from a template in command mode.mp4
6. Create objects from a template in WEB mode..mp4
7. Pass parameters to a template.mp4
8. Another example with templates BuildConfig and ImageSteam.mp4
8.1 template.yaml
9. Use the templates built into Openshift from the command line.mp4
16. Enf of the course
1. Farewell and see you soon.mp4
2. Options to do the course practices
1. Options to do the course practices.mp4
1.1 local tools 2023.pdf
2. Red Hat Developer Sandbox.mp4
3. CodeReady Containers (CRC) Working locally with Openshift 4
1. Download OKD CRC.mp4
10. Install and configure CRC on Linux.mp4
11. Start CRC on Linux.mp4
12. Check that the cluster works on linux.mp4
13. Interesting commands and CRC configuration.mp4
14. Files generated by CRC.mp4
2. Download CRC and Red Hat Key.mp4
3. Brief review of the Red Hat Cloud console.mp4
4. Note about installation on windows.html
5. Install CRC on Windows.mp4
6. Configure CRC in Windows.mp4
7. Start CRC in Windows.mp4
8. Chcek access to the cluster in windows.mp4
9. Install on Linux. Configure user of type SUDO.mp4
4. WEB console and oc tool
1. WEB console review.mp4
2. Example of the WEB console in Developer SandBox.mp4
3. Download the oc client.mp4
4. Connect with the OC client to a cluster with Token.mp4
5. Projects
1. What is a project Create a project.mp4
2. Review of KubernetesOpenshift resource YAML files.mp4
3. View the characteristics of a project.mp4
4. View projects from the WEB console.mp4
5. Create a project in declarative mode from a YAML file.mp4
6. Create a project from the WEB console.mp4
7. Delete a project.mp4
8. What happens when creating a namespace.mp4
6. Kubernetes objects in an Openshift cluster
1. Introduction to the section.mp4
10. Create a POD from a YAML file.mp4
10.1 nginx.yaml
11. Create a POD with a YAML file in the WEB console.mp4
11.1 nginx3.yaml
2. A comment about security in Openshift to be able to follow the course.mp4
3. IMPORTANT Configure permissions to avoid security errors.html
4. NOTE WHAT DO I DO IF I AM USING DEVELOPER SANDBOX OR MY OWN CLUSTER.html
5. PODS Review.mp4
6. Create a POD with the RUN command.mp4
7. Work with PODs in the WEB console.mp4
8. Topology. View components from the development tab.mp4
9. Create POD from Web Console.mp4
7. Deployments
1. Review of Deployments.mp4
1.1 01-Intro Deployments.pdf
2. Create a deployment from the command line.mp4
3. Create a Deployment in the WEB console.mp4
4. Create a deployment from a YAML file.mp4
4.1 deploy.yaml
5. Scaling a deployment and other interesting changes.mp4
8. Services
1. Review of services.mp4
1.1 10-review services.pdf
2. Create a service in command mode.mp4
3. Review the properties of the service in WEB.mp4
4. Create a service from the WEB console.mp4
5. Check that the service works.mp4
6. Create a service with YAML.mp4
6.1 deploy_service.yaml
6.2 deploy_service.yaml
9. Routes
1. Introduction to routes.mp4
1.1 10-routes.pdf
2. Create a route from the command line.mp4
3. Create a route from the WEB console.mp4
Bonus Resources.txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ DevCourseWeb com ] Udemy - Openshift 4 from scratch Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size






