OpenShift for the Absolute Beginners Workshop
My notes from the course "OpenShift for the Absolute Beginners - Hands-on" by Mumshad Mannambeth on Udemy
Introduction
OpenShift is the open source container platform by Red Hat and considered as a PaaS. There are...
Getting Started
Management Tools Project groups and separates applications. In project, you manage your applic...
Builds and Deployments
Simple Application Let's try to deploy a simple web application written in Python using Flas...
Build Configuration
View Build Configuration You can see build configuration in the Configuration tab of the Build. ...
Deployment Configuration
Deployment Controller In Kubernetes, the smallest unit that you can deploy is a Pod which is on...
Networks, Services, Routes and Scaling
Networking Kubernetes cluster is composed of a master and worker nodes. These are virtual or p...
Storage
Storage Docker containers are meant to be transients in nature which means they are meant to la...
Templates and Catalog
This catalog item is a combination of various objects we built throughout this course. It has a...