Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flowfuse/driver-kubernetes

Package Overview
Dependencies
Maintainers
3
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowfuse/driver-kubernetes

Kubernetes driver for FlowFuse

  • 2.0.2-0cf4885-202401261504.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

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
    certManagerIssuer: lets-encrypt
    k8sDelay: 1000
    k8sRetries: 10
  • 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
  • certManagerIssuer name of the ClusterIssuer to use to create HTTPS certs for instances (default not set)
  • k8sRetries how many times to retry actions against the K8s API
  • k8sDelay how long to wait (in ms) between retries to the K8s API

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
  • EDITOR_SERVICE_ACCOUNT - Editor service account.

FAQs

Package last updated on 26 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc