Home
Softono

N8n Operator

Open source Apache-2.0 Go
17
Stars
5
Forks
7
Issues
1
Watchers
3 months
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

Need Help Installing N8n Operator?

We provide expert installation service for this software. Our team will install, configure, and secure N8n Operator on your server. plans start at just $30.

N8n Operator

View on GitHub
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.