Experts Session on Industry use case of OpenShift


Hello every one, here’s a small article about a session I attended of Redhat on the Industry use case of Kubernetes and OpenShift.

It was a great opportunity for me to attend a webinar, which was delivered by Mr Amel Mathai (Technical Delivery Manager, Redhat Training, world’s First Ansible certified professional), Mr Daleep Singh Bais (Senior Technical Instructor, RedHat Technologies) and Abid Mattoo sir(Partner Sales Manager).

Here are some key points that I learnt in this session:

  • Kubernetes Provide lot’s of benefits like scalability, stability, workload, portability, etc. And the challenges of Kubernetes are deployment, operations, hardening.
  • Using Containerization we can launch a new OS in just 1 sec and using the resource like RAM/CPU of base OS. And That OS called a container. And the problem associate with that container is no one monitor their actions.
  • Docker Represents As A Service Platform: Build → Ship → Run
  • Openshift is an open-source container application platform provide by RedHat and based on a Kubernetes container orchestration for CI/CD pipeline and application development. There are lots of the feature of Opensift like pod auto-scaling, High Availability, Operator Hub, CI/CD, Choice of cloud infrastructure, etc...
  • Platform as a service (PaaS) is a complete development and deployment environment in the cloud, with resources that enable you to deliver everything from simple cloud-based apps to sophisticated, cloud-enabled enterprise applications.
  • Podman is a fully featured container engine that is a simple daemon less tool. It eases the transition from other container engines and allows the management of pods, containers and images
  • Containerized applications share an operating system environment (kernel) so they use fewer resources than full virtual machines and reduce pressure on the host’s memory. This is one of the advantages of container technology over the Virtualization VM
  • Source To Image (S2I) is a tool or framework using that we can easily make or write images and that source code from GitHub and deploy this in it.
  • For Security purpose, we use a service mesh tool and it is managing the internal server to server communication.

I would hereby like to thank Mr Vimal Daga Sir & Mrs Preeti Daga Ma’am and the whole Linux World team for arranging such an informative and great expert’s session it was a pleasure to learn about real industry use cases about K8s and open shift.

Comments

Popular posts from this blog

How to configure Hadoop cluster using Ansible playbook

Automation Using Python Menu-Driven Program

Configuring HAProxy using Ansible playbook