Yesterday, I’ve attended an excellent session offered by linux World community in collaboration with Red Hat

Key points that I’ve learned are :

— We have moved from bare metal>virtualization>containerization

— Through containerization, we can launch os in 1sec

— But the problem with containers is, there is no one to look after them when they fail

— So, we introduced a container management tool called K8s

— K8s alone has some challenges which are solved by OpenShift

— OpenShift is an Enterprise K8s and advanced version of K8s

— OpenShift has many features than K8s which include Web console, IAM etc.,

— Through OpenShift we can connect to GitHub for source code and whenever we push some code to master branch, automatically openshift updates the code inside containers

Overall It’s a wonderful session and I’m thankful to have such a great session with Industry Expers.

No responses yet