FNNDSC / pfcon

Data / Compute manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pfcon ChRIS logo

Docker Image Version

MIT License

Github Actions

Last Commit

Table of Contents

Overview

This repository implements pfcon -- a controlling service that acts as the interface to a process manager pman service. Primarily, pfcon provides "compute resource" services to a ChRIS backend.

Most simply, a local zip file can be pushed to a remote pfcon, then after unpacking the data some process is run on it in the remote space using the controlled pman service. The resultant data can then be downloaded back as a zip file to the local space.

It can be used to query and control the following (for example):

  • state: Is job <XYZ> still running?

Visit the pfcon http API call examples wiki page to see examples of http calls accepted by pfcon server.

Additionally a Python3 client for this server's web API is provided here: https://github.com/FNNDSC/python-pfconclient

Development and testing

Preconditions

Install latest docker

Currently tested platforms:

Note: On a Linux machine make sure to add your computer user to the docker group. Consult this page: https://docs.docker.com/engine/install/linux-postinstall/

Docker Swarm-based development environment

Start a local Docker Swarm cluster if not already started

Start pfcon's development server and backend containers

Remove pfcon's containers

Start pfcon's development server and backend containers operating in-network (with Swift storage)

Remove pfcon's containers operating in-network (with Swift storage)

Remove the local Docker Swarm cluster if desired

Kubernetes-based development environment

Install single-node Kubernetes cluster

On MAC OS Docker Desktop includes a standalone Kubernetes server and client. Consult this page: https://docs.docker.com/desktop/kubernetes/

On Linux there is a simple MicroK8s installation. Consult this page: https://microk8s.io

Then create the required alias:

Start pfcon's development server and backend containers

Remove pfcon's containers

Start pfcon's development server and backend containers operating in-network (with Swift storage)

Remove pfcon's containers operating in-network (with Swift storage)

Production deployments

Docker Swarm-based deployment

A single-machine deployment is provided.

Configure pfcon services

Modify the .env files in the swarm/prod/secrets directory appropriately.

Single-machine deployment

Start production pfcon:

Tear down production pfcon:

Kubernetes-based deployment

A single-machine deployment using Kubernetes' "hostPath" storage is provided. In addition a multi-machine deployment for an external NFS drive is provided using NFS persistent volume.

Configure pfcon services

Modify the .env files in the kubernetes/prod/base/secrets directory appropriately.

Single-machine deployment

Start production pfcon:

Tear down production pfcon

Multi-machine deployment

Start production pfcon:

Tear down production pfcon

About

Data / Compute manager

License:MIT License


Languages

Language:Python 71.7%Language:Shell 26.9%Language:Dockerfile 1.4%