kubernetes-runner

Kubernetes task runner for n8n

Package Information

Downloads: 1 weekly / 6 monthly
Latest Version: 1.0.0
Author: jalvarezit

Documentation

@lareira/n8n-nodes-kubernetes-runner

Kubernetes task runner for n8n. This package provides a custom n8n node to execute Kubernetes Jobs and retrieve their results, enabling workflow automation with Kubernetes workloads.

Usage

After installation, the Kubernetes Runner node will be available in your n8n instance. Configure the following properties:

  • Job Namespace
  • Job Image
  • Job Timeout (Seconds)
  • Job Command
  • Job Arguments
  • Environment Variables

The node will create a Kubernetes Job, wait for its completion, and return the logs as output.

Requirements

  • n8n >= 1.112.0
  • Access to a Kubernetes cluster

Discussion