Posts

Showing posts from January, 2021

OpenShift -Introduction

Image
Red Hat OpenShift is an open source container application platform that runs on Red Hat Enterprise Linux CoreOS (RHCOS) and is built on top of Kubernetes. It  is basically for developing and hosting enterprise grade applications of the various cloud computing models like Iaas, Paas, Saas.OpenShift is redhat openshit is a  Paas offering that helps us to deploy, develop and manage container based applications. OpenShift includes everything you need, like a container runtime, networking, monitoring, container registry, authentication, and authorization and many more. There are flavours of OpenShift: OpenShift Origin-   open source application container platform. OpenShift Online-  public application development hosting service. OpenShift Dedicated-  Managed private clusters on cloud platforms like AWS/google clouds. OpenShift Enterprise-   on-premise private Paas offering.   To get started with OpenShift firstly, we need to u...