Companies Home Search Profile

Openshift 4 from scratch

Focused View

Apasoft Training

11:05:51

72 View
  • 1.1 Presentation.pdf
  • 1. Course introduction.mp4
    04:02
  • 2. Course contents.mp4
    03:37
  • 3. Note on course rating.html
  • 4. Introduction to Openshift.mp4
    14:15
  • 5. Openshift distributions.mp4
    06:03
  • 6.1 Openshifts architecture.pdf
  • 6. Arquitecture.mp4
    04:07
  • 1.1 local tools 2023.pdf
  • 1. Options to do the course practices.mp4
    12:27
  • 2. Red Hat Developer Sandbox.mp4
    07:25
  • 1. Download OKD CRC.mp4
    03:53
  • 2. Download CRC and Red Hat Key.mp4
    04:43
  • 3. Brief review of the Red Hat Cloud console.mp4
    04:14
  • 4. Note about installation on windows.html
  • 5. Install CRC on Windows.mp4
    06:23
  • 6. Configure CRC in Windows.mp4
    05:56
  • 7. Start CRC in Windows.mp4
    06:32
  • 8. Chcek access to the cluster in windows.mp4
    04:57
  • 9. Install on Linux. Configure user of type SUDO.mp4
    02:46
  • 10. Install and configure CRC on Linux.mp4
    06:04
  • 11. Start CRC on Linux.mp4
    06:04
  • 12. Check that the cluster works on linux.mp4
    03:12
  • 13. Interesting commands and CRC configuration.mp4
    05:34
  • 14. Files generated by CRC.mp4
    06:09
  • 1. WEB console review.mp4
    08:02
  • 2. Example of the WEB console in Developer SandBox.mp4
    03:52
  • 3. Download the oc client.mp4
    04:19
  • 4. Connect with the OC client to a cluster with Token.mp4
    04:14
  • 1. What is a project Create a project.mp4
    06:49
  • 2. Review of KubernetesOpenshift resource YAML files.mp4
    03:45
  • 3. View the characteristics of a project.mp4
    04:57
  • 4. View projects from the WEB console.mp4
    09:59
  • 5. Create a project in declarative mode from a YAML file.mp4
    06:31
  • 6. Create a project from the WEB console.mp4
    02:34
  • 7. Delete a project.mp4
    02:11
  • 8. What happens when creating a namespace.mp4
    02:34
  • 1. Introduction to the section.mp4
    02:20
  • 2. A comment about security in Openshift to be able to follow the course.mp4
    04:26
  • 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
    03:25
  • 6. Create a POD with the RUN command.mp4
    04:03
  • 7. Work with PODs in the WEB console.mp4
    06:28
  • 8. Topology. View components from the development tab.mp4
    05:04
  • 9. Create POD from Web Console.mp4
    05:25
  • 10. Create a POD from a YAML file.mp4
    02:37
  • 11. Create a POD with a YAML file in the WEB console.mp4
    02:10
  • Files.zip
  • 1. Review of Deployments.mp4
    03:55
  • 2. Create a deployment from the command line.mp4
    06:20
  • 3. Create a Deployment in the WEB console.mp4
    05:50
  • 4. Create a deployment from a YAML file.mp4
    04:41
  • 5. Scaling a deployment and other interesting changes.mp4
    05:42
  • Files.zip
  • 1. Review of services.mp4
    05:19
  • 2. Create a service in command mode.mp4
    07:22
  • 3. Review the properties of the service in WEB.mp4
    03:56
  • 4. Create a service from the WEB console.mp4
    05:35
  • 5. Check that the service works.mp4
    02:34
  • 6. Create a service with YAML.mp4
    04:07
  • Files.zip
  • 1.1 10-routes.pdf
  • 1. Introduction to routes.mp4
    03:10
  • 2. Create a route from the command line.mp4
    03:15
  • 3. Create a route from the WEB console.mp4
    06:35
  • 1. NOTE DeploymentConfig deprecated in 4.14.html
  • 2.1 01-DeploymentConfigs.pdf
  • 2. Introduction to DeploymentConfig.mp4
    08:48
  • 3. Create a DeploymentConfig via command line.mp4
    03:20
  • 4. Review of the DeploymentConfig in the WEB console.mp4
    02:23
  • 5. Create a DeploymentConfig from the WEB console.mp4
    04:23
  • 6. Create a service and route for the DeploymentConfig.mp4
    03:05
  • 7. View services and routes in the WEB console.mp4
    02:10
  • 1.1 10-Application deployments.pdf
  • 1. Introduction to application deployment.mp4
    07:33
  • 2. Deploy from an image. Created objects.mp4
    02:54
  • 3. IMPORTANT NOTE FOR OPENSHIFT VERSIONS FROM 4.5 (CRC = 1.13).html
  • 4. Create a new app from an image.mp4
    07:42
  • 5. Review of the components created from the WEB console.mp4
    01:17
  • 6. Create a deployment with a DeploymentConfig.mp4
    04:52
  • 7. Create another example. NextCloud, our own cloud.mp4
    04:50
  • 8. Check generated objects without launching the application.mp4
    03:54
  • 9. Create an image-based application from the WEB console.mp4
    09:02
  • 10. Create an application based on image from an internal repository.mp4
    06:12
  • 11.1 Wordpress-mysql example.pdf
  • 11. Practical Example Wordpress and MYSQL.mp4
    15:14
  • 12.1 source code strategies.pdf
  • 12. Strategies for building from source code.mp4
    07:10
  • 13.1 reviewing objects created.pdf
  • 13. Deployment from source code. Introduction.mp4
    05:10
  • 14. Deploying a source code application from a GIT repository.mp4
    11:06
  • 15. Deploying an application with source code from the WEB console.mp4
    11:19
  • 16. Deploying an application from Dockerfile.mp4
    07:05
  • 17. Deploying a Dockerfile application from the WEB console.mp4
    03:06
  • 18. Application deployment from the catalog. Introduction.mp4
    04:22
  • 19. Deploy a template from the catalog.mp4
    07:06
  • 20. Deploying an Image Builder from the catalog.mp4
    04:19
  • 21. Application Grouping. WordPress y Mysql.mp4
    06:53
  • 1. Variables.mp4
    07:15
  • 2. Modifying variables and configuration through oc edit.mp4
    04:56
  • 3. Other interesting commands to use variables.mp4
    06:48
  • 4. Work with Variables from the WEB Console.mp4
    02:54
  • 5. Practical example OpenERP (Odoo) and Postgres. Part 1.mp4
    13:27
  • 6. Practical example OpenERP (Odoo) and Postgres. Part 2.mp4
    10:03
  • 7. Configmaps. Introduction.mp4
    06:52
  • 8.1 example configmap.zip
  • 8. ConfigMaps with files. Example with Odoo and Postgres. Part 1.mp4
    05:57
  • 9.1 example configmap.zip
  • 9. ConfigMaps with files. Example with Odoo and Postgres. Part 2.mp4
    04:29
  • 10. Secrets. Introduction.mp4
    03:55
  • 11. Secrets. Declarative secrets.mp4
    05:56
  • 12. ConfigMaps and secrets from the WEB Console.mp4
    05:56
  • Files.zip
  • 1.1 Introduccion ImageStreams.pdf
  • 1. ImageStreams Introduction.mp4
    05:57
  • 2. Create an imagestream from new-app.mp4
    09:35
  • 3. Error in the following video.html
  • 4. Create an ImageStream from an external image with import-image.mp4
    12:41
  • 5. Create an internal ImageStream.mp4
    08:08
  • 6. Label ImageStreams. oc tag command.mp4
    07:35
  • 7. View ImageStreams in the WEB console.mp4
    04:53
  • 8. Create an imageStream from a YAML.mp4
    03:45
  • Files.zip
  • 1.1 Builds review.pdf
  • 1. Review and introduction to the builds.mp4
    03:45
  • 2. BuildConfigs. Introduction and Features.mp4
    11:09
  • 3. Create a new Build with GIT. new-build command.mp4
    04:30
  • 4. Other commands start-build, cancel-build, delete.mp4
    03:42
  • 5. Build with Dockerfile inline.mp4
    10:45
  • 6. BuildConfigs in the WEB console.mp4
    06:13
  • 7.1 Tipos de Triggers.pdf
  • 7. Triggers. How to automatically update the Build.mp4
    03:19
  • 8. ImageChange Triggers..mp4
    10:23
  • 9.1 Webhooks.pdf
  • 9. Introduction to webhook triggers.mp4
    03:31
  • Files.zip
  • 1. NOTE Change in the templates API.html
  • 2. Template Features.mp4
    05:56
  • 3. Create and get information from a template.mp4
    04:05
  • 4. Check the objects generated by a template.mp4
    02:28
  • 5. Create objects from a template in command mode.mp4
    03:23
  • 6. Create objects from a template in WEB mode..mp4
    02:56
  • 7. Pass parameters to a template.mp4
    05:35
  • 8. Another example with templates BuildConfig and ImageSteam.mp4
    07:23
  • 9. Use the templates built into Openshift from the command line.mp4
    07:05
  • Files.zip
  • 1. Farewell and see you soon.mp4
    00:57
  • Description


    Learn how to deploy applications and manage all components of a Kubernetes cluster with Red Hat Openshift 4

    What You'll Learn?


    • Learn to deploy applications on Red Hat Openshift 4
    • Fully upgraded to the latest versions
    • Working with the components and resources of a Red Hat OpenShift cluster
    • Using the WEB console to deploy and work with your applications
    • Learn how to create and launch PODs and containers within OpenShift
    • Learn how to create and work with Deployments
    • Create and use services and routes
    • Learn how to work with DeploymentConfig, BuildConfig, Routes and other Openshift resources.
    • You will learn how to use the OC tool to work with the cluster.
    • Learn how to manage images with ImageStreams
    • Learn how to use S2I (Source to Image) to create applications from source code automatically.

    Who is this for?


  • Devops professionals who need to work on Red Hat OpenShift
  • Docker and kubernetes environment professionals who want to learn about Red Hat OpenShit
  • Any professional who wants to launch their professional and professional career working with Red Hat Openshift
  • What You Need to Know?


  • Basic knowledge of Kubernetes (REQUIRED)
  • Basic knowledge of Docker and containers (MANDATORY)
  • Basic Linux or Windows knowledge
  • You need a PC with at least 12 Gigas of RAM and the possibility of 4 virtual CPUs.
  • 35 Gigabytes of disk space
  • Internet connection
  • very eager to learn
  • More details


    Description

    Hello welcome!!!


    If you are reading this, it means that you are interested in learning about this fascinating technology, which is also one of the most in-demand at a work and professional level, especially in devops and application deployment environments.

    If you want to get a good professional profile to offer companies, this is your course

    During this course you will learn how to manage and manage a Red Hat Openshift 4 cluster, based on Kubernetes. You will manage all the components that make it up and will be able to deploy container-based applications.

    You will even create a real cluster, through virtual machines, so that you can work as if it were a production environment.

    There are  11 hours of videos, practices and diverse examples, which will allow you to get to know this fascinating technology in a simple and evolutionary way.

    The basic points that we will see in the training are:

    • Architecture and components

    • Facility

    • PODs and other Kubernetes-based components

    • Deployments

    • DeploymentConfigs and replication controllers

    • BuildConfigs

    • ImageStreams

    • Automated application construction and deployment with S2I (Source to Image)

    • Routes

    • Storage

    • Map Settings

    • Secrets

    • Variables

    • Operators

    • And other equally interesting concepts


    If you have any questions or concerns, please contact me. I will be happy to assist you.

    I hope to see you soon and that you enjoy the course


    Sergio from Apasoft Training

    Who this course is for:

    • Devops professionals who need to work on Red Hat OpenShift
    • Docker and kubernetes environment professionals who want to learn about Red Hat OpenShit
    • Any professional who wants to launch their professional and professional career working with Red Hat Openshift

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Apasoft Training
    Apasoft Training
    Instructor's Courses
    Formador  con mucha experiencia en cursos tecnológicos orientados a profesionales y empresas, sobre todo en el ámbito de Sistemas, Bases de datos y Servidores de Aplicaciones.También especializado en herramientas de Inteligencia de Negocio,Cloud, Bases de datos, Big Data y tecnologías afines.Mi afán  es conseguir que aprendas con estos cursos de una forma rápida, agradable y sobre todo de gran calidad.Cursos eminentemente prácticos. Durante los videotutoriales mostraremos paso a paso ejemplos que permitirán conocer rápidamente el producto. Además, mediante prácticas y ejercicios propuestos podréis profundizar en los conocimientos adquiridosCursos orientados al mundo laboral y por lo tanto intentando que el alumno adquiera los conocimientos adecuados para mejorar su posición profesional actual o para encontrar trabajo de forma más rápida. Espero  que disfrutes de mis cursos
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 118
    • duration 11:05:51
    • Release Date 2024/07/22