وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Openshift 4 from scratch

سرفصل های دوره

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


1. Introduction
  • 1.1 Presentation.pdf
  • 1. Course introduction
  • 2. Course contents
  • 3. Note on course rating.html
  • 4. Introduction to Openshift
  • 5. Openshift distributions
  • 6.1 Openshifts architecture.pdf
  • 6. Arquitecture

  • 2. Options to do the course practices
  • 1.1 local tools 2023.pdf
  • 1. Options to do the course practices
  • 2. Red Hat Developer Sandbox

  • 3. CodeReady Containers (CRC) Working locally with Openshift 4
  • 1. Download OKD CRC
  • 2. Download CRC and Red Hat Key
  • 3. Brief review of the Red Hat Cloud console
  • 4. Note about installation on windows.html
  • 5. Install CRC on Windows
  • 6. Configure CRC in Windows
  • 7. Start CRC in Windows
  • 8. Chcek access to the cluster in windows
  • 9. Install on Linux. Configure user of type SUDO
  • 10. Install and configure CRC on Linux
  • 11. Start CRC on Linux
  • 12. Check that the cluster works on linux
  • 13. Interesting commands and CRC configuration
  • 14. Files generated by CRC

  • 4. WEB console and oc tool
  • 1. WEB console review
  • 2. Example of the WEB console in Developer SandBox
  • 3. Download the oc client
  • 4. Connect with the OC client to a cluster with Token

  • 5. Projects
  • 1. What is a project Create a project
  • 2. Review of KubernetesOpenshift resource YAML files
  • 3. View the characteristics of a project
  • 4. View projects from the WEB console
  • 5. Create a project in declarative mode from a YAML file
  • 6. Create a project from the WEB console
  • 7. Delete a project
  • 8. What happens when creating a namespace

  • 6. Kubernetes objects in an Openshift cluster
  • 1. Introduction to the section
  • 2. A comment about security in Openshift to be able to follow the course
  • 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
  • 6. Create a POD with the RUN command
  • 7. Work with PODs in the WEB console
  • 8. Topology. View components from the development tab
  • 9. Create POD from Web Console
  • 10. Create a POD from a YAML file
  • 11. Create a POD with a YAML file in the WEB console
  • Files.zip

  • 7. Deployments
  • 1. Review of Deployments
  • 2. Create a deployment from the command line
  • 3. Create a Deployment in the WEB console
  • 4. Create a deployment from a YAML file
  • 5. Scaling a deployment and other interesting changes
  • Files.zip

  • 8. Services
  • 1. Review of services
  • 2. Create a service in command mode
  • 3. Review the properties of the service in WEB
  • 4. Create a service from the WEB console
  • 5. Check that the service works
  • 6. Create a service with YAML
  • Files.zip

  • 9. Routes
  • 1.1 10-routes.pdf
  • 1. Introduction to routes
  • 2. Create a route from the command line
  • 3. Create a route from the WEB console

  • 10. DeploymentConfig
  • 1. NOTE DeploymentConfig deprecated in 4.14.html
  • 2.1 01-DeploymentConfigs.pdf
  • 2. Introduction to DeploymentConfig
  • 3. Create a DeploymentConfig via command line
  • 4. Review of the DeploymentConfig in the WEB console
  • 5. Create a DeploymentConfig from the WEB console
  • 6. Create a service and route for the DeploymentConfig
  • 7. View services and routes in the WEB console

  • 11. Application deployment
  • 1.1 10-Application deployments.pdf
  • 1. Introduction to application deployment
  • 2. Deploy from an image. Created objects
  • 3. IMPORTANT NOTE FOR OPENSHIFT VERSIONS FROM 4.5 (CRC = 1.13).html
  • 4. Create a new app from an image
  • 5. Review of the components created from the WEB console
  • 6. Create a deployment with a DeploymentConfig
  • 7. Create another example. NextCloud, our own cloud
  • 8. Check generated objects without launching the application
  • 9. Create an image-based application from the WEB console
  • 10. Create an application based on image from an internal repository
  • 11.1 Wordpress-mysql example.pdf
  • 11. Practical Example Wordpress and MYSQL
  • 12.1 source code strategies.pdf
  • 12. Strategies for building from source code
  • 13.1 reviewing objects created.pdf
  • 13. Deployment from source code. Introduction
  • 14. Deploying a source code application from a GIT repository
  • 15. Deploying an application with source code from the WEB console
  • 16. Deploying an application from Dockerfile
  • 17. Deploying a Dockerfile application from the WEB console
  • 18. Application deployment from the catalog. Introduction
  • 19. Deploy a template from the catalog
  • 20. Deploying an Image Builder from the catalog
  • 21. Application Grouping. WordPress y Mysql

  • 12. Variables, ConfigMaps and Secrets
  • 1. Variables
  • 2. Modifying variables and configuration through oc edit
  • 3. Other interesting commands to use variables
  • 4. Work with Variables from the WEB Console
  • 5. Practical example OpenERP (Odoo) and Postgres. Part 1
  • 6. Practical example OpenERP (Odoo) and Postgres. Part 2
  • 7. Configmaps. Introduction
  • 8.1 example configmap.zip
  • 8. ConfigMaps with files. Example with Odoo and Postgres. Part 1
  • 9.1 example configmap.zip
  • 9. ConfigMaps with files. Example with Odoo and Postgres. Part 2
  • 10. Secrets. Introduction
  • 11. Secrets. Declarative secrets
  • 12. ConfigMaps and secrets from the WEB Console
  • Files.zip

  • 13. ImageStreams
  • 1.1 Introduccion ImageStreams.pdf
  • 1. ImageStreams Introduction
  • 2. Create an imagestream from new-app
  • 3. Error in the following video.html
  • 4. Create an ImageStream from an external image with import-image
  • 5. Create an internal ImageStream
  • 6. Label ImageStreams. oc tag command
  • 7. View ImageStreams in the WEB console
  • 8. Create an imageStream from a YAML
  • Files.zip

  • 14. Builds
  • 1.1 Builds review.pdf
  • 1. Review and introduction to the builds
  • 2. BuildConfigs. Introduction and Features
  • 3. Create a new Build with GIT. new-build command
  • 4. Other commands start-build, cancel-build, delete
  • 5. Build with Dockerfile inline
  • 6. BuildConfigs in the WEB console
  • 7.1 Tipos de Triggers.pdf
  • 7. Triggers. How to automatically update the Build
  • 8. ImageChange Triggers.
  • 9.1 Webhooks.pdf
  • 9. Introduction to webhook triggers
  • Files.zip

  • 15. Templates
  • 1. NOTE Change in the templates API.html
  • 2. Template Features
  • 3. Create and get information from a template
  • 4. Check the objects generated by a template
  • 5. Create objects from a template in command mode
  • 6. Create objects from a template in WEB mode.
  • 7. Pass parameters to a template
  • 8. Another example with templates BuildConfig and ImageSteam
  • 9. Use the templates built into Openshift from the command line
  • Files.zip

  • 16. Enf of the course
  • 1. Farewell and see you soon
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 39088
    حجم: 3691 مگابایت
    مدت زمان: 666 دقیقه
    تاریخ انتشار: ۹ مرداد ۱۴۰۳
    دسته بندی محصول
    دیگر آموزش های این مدرس
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید