Home
Softono
n8n-operator

n8n-operator

Open source Apache-2.0 Go
17
Stars
5
Forks
7
Issues
1
Watchers
1 week
Last Commit

About n8n-operator

Kubernetes Operator for N8n, a fair-code workflow automation platform with native AI capabilities.

Platforms

Web Self-hosted Kubernetes

Languages

Go
n8n Logo

Operator SDK Logo Kubernetes Logo

N8n Kubernetes Operator

A Kubernetes operator that automates the deployment and management of n8n workflow automation instances on Kubernetes clusters.

Documentation Status

Key Features

  • Automated Deployment: Simplified n8n instance deployment with PostgreSQL database configuration
  • Traffic Routing: Support for both Kubernetes Ingress and Gateway API HTTPRoute
  • Persistent Storage: Automatic volume provisioning and configurable storage management
  • Security: Non-root container execution with automated TLS configuration
  • Monitoring: Prometheus metrics integration for operational visibility

Quick Start

Create a basic n8n instance:

apiVersion: n8n.slys.dev/v1alpha1
kind: N8n
metadata:
  name: n8n-sample
spec:
  database:
    postgres:
      host: "postgres-host"
      port: 5432
      database: "n8n"
      user: "n8n-user"
      password: "password"
  ingress:
    enable: true
    ingressClassName: "nginx"

đź“– Documentation

Read the full documentation →

For comprehensive guides and detailed configuration options, visit our complete documentation:

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.