The mantra at the 2021 Red Hat Summit wasn’t so much “Linux” as it was “open hybrid cloud. Plus, of course, Red Hat OpenShift, which, as Red Hat’s president and chief executive officer Paul Cormier pointed out, is underpinned by Linux.
Paul Cormier, president and CEO, Red Hat
“Our job is to provide customers the choice to do what is right for them,” Cormier said during his keynote on April 27. “Organizations are going to use multiple clouds. In fact, recent research showed that the typical enterprise today is using nearly eight different clouds from multiple vendors and expects to use at least ten clouds within three years. It is and will continue to be a hybrid world.”
iTWire Author s Opinion
The views in this column are those of the author and do not necessarily reflect the views of iTWire.
Have your say and comment below. Wednesday, 28 April 2021 01:03 Red Hat Linux 8.4 announced and powering the next wave of edge computing
Shares
Red Hat has announced the release of Red Hat Enterprise Linux 8.4, forming the foundation of the company’s new Red Hat Edge Initiative to power the next wave of edge computing.
Red Hat announced the latest release of its enterprise Linux platform, Red Hat Enterprise Linux (RHEL) 8.4, during this week’s virtual Red Hat Summit.
RHEL 8.4 furthers the operating system as a foundation for the open hybrid cloud from the data centre to the edge, adding new Linux container, deployment and management capabilities scaled for the needs of edge computing.
Build Embedded Cache Clusters With Quarkus and Red Hat Data Grid
In this article, learn how to build embedded cache clusters with Quarkus and Red Hat Data Grid through a detailed tutorial. by
Introduction
There are many ways to configure the cache in a microservices system. As a rule of thumb, you should use caching only in one place; for example, you should not use the cache in both the HTTP and application layers. Distributed caching both increases cloud-native application performance and minimizes the overhead of creating new microservices.
Infinispan is an open-source, in-memory data grid that can run as a distributed cache or a NoSQL datastore. You could use it as a cache, such as for session clustering, or as a data grid in front of the database. Red Hat Data Grid builds on Infinispan with additional features and support for enterprise production environments.