Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

N8n Operator

БесплатноНе проверен

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

GitHubEmbed

Описание

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

README

[!WARNING] This operator is no longer actively developed. The current generation of this project is N8n Rustful Operator — Kubernetes operator in Rust that runs n8n from custom resources. Declare an n8n instance — single process or queue-mode cluster — and the operator reconciles for you. Just start there.

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.

from github.com/jakub-k-slys/n8n-operator

Установка N8n Operator

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/jakub-k-slys/n8n-operator

FAQ

N8n Operator MCP бесплатный?

Да, N8n Operator MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для N8n Operator?

Нет, N8n Operator работает без API-ключей и переменных окружения.

N8n Operator — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить N8n Operator в Claude Desktop, Claude Code или Cursor?

Открой N8n Operator на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare N8n Operator with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development