Skip to content

harika224121/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reliable, Scalable Redis on Openshift

The following document describes the deployment of a reliable, multi-node Redis on Openshift. It deploys a master with replicated slaves, as well as replicated redis sentinels which are use for health checking and failover.

Prerequisites

This example assumes that you have a Openshift cluster installed and running, and that you have installed the oc command line tool somewhere in your path.

Run

#make sure you have base image available
oc create -f https://raw.githubusercontent.com/mjudeikis/redis-openshift/master/openshift/is-base.yaml -n openshift
#create all components
oc create -f https://raw.githubusercontent.com/mjudeikis/redis-openshift/master/list.yaml
#start build and watch 
oc start-build redis-build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages