Skip to content

dfulgham/flowforge-driver-k8s

 
 

Repository files navigation

FlowForge Docker Container Driver

FlowForge driver to create projects as docker containers

Configuration

In the flowforge.yml file

...
driver:
  type: kubernetes
  options:
    registry: containers.flowforge.com
    projectSelector:
      role: projects
    projectNamespace: flowforge
    cloudProvider: aws
    privateCA: ff-ca-certs
  • registry is the Docker Registry to load Stack Containers from
  • projectNamespace the namespace Project pods should run in
  • projectSelector a list of labels that should be used to select which nodes Project Pods should run on
  • cloudProvider can be left unset for none aws deployments. This triggers the adding of AWS EKS specific annotation for ALB Ingress.
  • privateCA name of ConfigMap holding PEM CA Cert Bundle (file name certs.pem) Optional

Expects to pick up K8s credentials from the environment

Configuration via environment variables

Next variables are read from flowforge process environment in runtime:

  • INGRESS_CLASS_NAME - Ingress class name for editor instances
  • INGRESS_ANNOTATIONS - Ingress annotations for editor instances as JSON-encoded object
  • DEPLOYMENT_TOLERATIONS - Editor Deployment tolerations as JSON-encoded object

About

Kubernetes container driver for Flowforge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%