Posts

Showing posts from February, 2021

Redis Enterprise on Openshift to Manage Distributed Chase in Microservices

Image
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. In this blog we describe how to use Radis chase to manage distributed chase between microservices. Install Redis Enterprise Clusters Using Operators on Openshift Redis Enterprise Software is distributed, in-memory NoSQL database server. Redis Enterprise Software extends open source Redis and delivers stable high performance, zero-downtime linear scaling and high availability cluster. Prerequisites A minimum of 3 nodes which support the following requirements: RAM - At least 3GB with 4GB recommended Persistent Storage - At least 10GB of free space with 20GB recommended. A kubernetes version of 1.9 or higher oc adm policy add-scc-to-group redis-enterprise-scc system:serviceaccounts:my-project Install the Redis Operator Log in to your Openshift account as a cluster admin or super admin (so you have access to all the default projects in openshift). Create a new project, fil

Openshift with Kubernetes

Image
OpenShift is a layered system designed to expose underlying Docker-formatted container image and Kubernetes concepts as accurately as possible, with a focus on easy composition of applications by a developer . What is OpenShift Red Hat OpenShift Container Platform unites developers and IT operations on a single platform to build, deploy, and manage applications consistently across hybrid cloud and multi-cloud infrastructures. OpenShift Container Platform — platform as a service built around docker containers orchestrated and managed by Kubernetes on a foundation of Red Hat Enterprise Linux. OpenShift helps businesses achieve greater value by delivering modern and traditional applications with shorter development cycles and lower operating costs. What are the features of OpenShift? Multi-Environment support.  One-click deployment.  Responsive web console.  Standardized workflow for developers.  Rest API support.  Support for remote SSH login to the application.  In-built database servic