The easiest way to set up Redis cluster on OSv is to use capstan tool which 
works like docker compose if you are familiar with docker. For the 
introductory instructions look here 
- 
https://github.com/cloudius-systems/osv/wiki/Build-and-run-apps-on-OSv-using-Capstan,
 
for detailed ones look here 
- https://github.com/mikelangelo-project/capstan#capstan. For redis side I 
found this - https://redis.io/topics/cluster-tutorial.

In essence you will need to build an OSv image with redis. There is also a 
redis example this Dockerfile project I created 
- https://github.com/wkozaczuk/docker_osv_builder comes with. You do not 
have to use Docker to build and run OSv but it makes it handy in terms of 
all required tools (capstan, qemu).

Also OSv like other unikernels does not support forking new processing 
therefore SSH nor telnet is available. In general with unikernels one is 
encouraged to use immutable images which means that every time you need to 
update code or config you would create new image, destroy old vm and create 
new one.

Lastly OSv comes with REST API monitoring module 
(https://github.com/cloudius-systems/osv/wiki/Using-OSv-REST-API) which you 
can add as capstan package (addosv.httpserver-api.mpm 
<https://github.com/cloudius-systems/osv/releases/download/v0.51.0/osv.httpserver-api.mpm>)
 
and HTML5 terminal app (https://github.com/wkozaczuk/osv-html5-terminal) 
which is also available as a capstan package (osv.httpserver-html5-cli.mpm 
<https://github.com/cloudius-systems/osv/releases/download/v0.51.0/osv.httpserver-html5-cli.mpm>)
 
but can be also served from different httpserver.

Regards,
Waldek

PS. I hope it helps.

On Tuesday, August 7, 2018 at 10:52:28 AM UTC-4, adamr...@gmail.com wrote:
>
> Hi everyone,
>
> I'm pretty sure that I need to get to the redis.conf file to setup the 
> redis appliance in a cluster.  Does anyone have any instructions on how to 
> do this?  Setting up the cluster I should be able to figure out using the 
> documents on Redis's website, but I can't seem to figure out how to get to 
> the file system on the OSv console and it doesn't look like ssh or telnet 
> are active.  Thanks in advance.
>

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to