
Explore OpenShift architecture, its Kubernetes-based core, and added features such as masters, nodes, registry, image streams, persistent storage, and routing, across physical, virtual, private cloud, public cloud, and hybrid infrastructures.
Explore OpenShift 4 practice options from scratch: local OpenShift with crc or OpenShift Local, Red Hat Developer Sandbox, and cloud trials on AWS, Azure, and Google Cloud.
Learn to install CRC on Windows for local OpenShift, following the getting started guide and running the installer in administrator mode, addressing Hyper-V requirements.
Unpack the CRC Linux amd64 package and copy the CRC binary to /usr/local/bin with sudo. Run CRC setup to configure the cluster, prepare the virtual machine, and download the bundle.
Explore the OpenShift web console to understand admin and developer views, project navigation, user preferences, and key features like YAML import, docs, and cluster overview.
Explore the OpenShift developer sandbox web console, use the OC CLI to view projects, and work with multiple terminals; note CRC-based admin options may be unavailable.
View a project's characteristics in OpenShift with OC get project and OC describe, including labels, annotations, status, quota, resource limits, and YAML configuration.
Delete a project in OpenShift from command mode or web mode, using oc delete project <name> or the web console, with confirmation and quick removal.
Create a namespace automatically creates a corresponding project, and vice versa, in OpenShift; deleting one deletes the other, showing namespace and project as synonyms at a formal level.
Create a pod declaratively with a yaml file in the web console, using oc apply -f to define kind pod, api version v1, name nginx OpenShift, and container image nginx.
Expose an OpenShift deployment by creating a node port service with oc expose. Learn to map access to the Apache pod port and retrieve the cluster ip and node port.
Explore how a web service in OpenShift 4 uses labels, selectors, and node port routing. See details and YAML, and how the selector app: example Apache connects to its pods.
Learn how to scale OpenShift deployments from scratch by increasing or reducing pods, verify endpoints, and ensure the service routes requests evenly to the pods.
Create a YAML service in OpenShift by deploying a Web1 deployment and a NodePort service named web1-svc with oc apply -f service.yaml, exposing port 30002.
Learn how OpenShift routes expose applications externally by creating accessible URLs that map to services and deployments, offering a simpler alternative to ingress while integrating with Kubernetes networking.
Create an OpenShift route from the web console, mapping Apache one SVC to a host and path, and test or delete routes using OC commands, with DNS considerations.
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.
IMPORTANT-This is not an AI-generated course.
Only the voice is AI-generated because my English pronunciation is very poor.
The course is a clone of my Spanish course, which has thousands of students and a 4.6 rating.
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