n8n-operator
Verified Safeby jakub-k-slys
Overview
Automates the deployment and lifecycle management of n8n workflow automation instances on Kubernetes clusters.
Installation
make deploy IMG=ghcr.io/jakub-k-slys/n8n-operator:0.0.1Security Notes
The operator's deployment configuration (`runAsNonRoot: true`, `allowPrivilegeEscalation: false`, `capabilities.drop: ALL`) adheres to good Kubernetes security practices. However, the provided Prometheus `ServiceMonitor` configuration in `config/prometheus/monitor.yaml` explicitly uses `insecureSkipVerify: true`, which is a significant security risk (man-in-the-middle attacks) for metrics scraping if used in production without further TLS configuration. Users are warned about this in the comments.
Similar Servers
n8n
The MCP (Model Context Protocol) components in n8n enable workflows to interact with external AI agents and tools over a standardized protocol, facilitating communication between n8n and AI models for agent-based automation.
n8n-mcp
Provides an AI-friendly interface for n8n, enabling advanced documentation search, comprehensive workflow validation (including autofixing), template discovery, and workflow management (create, update, test, deploy workflows) to assist AI agents in building and managing n8n automations.
mcp-n8n-builder
Programmatically create, manage, and monitor n8n workflows and their executions via an MCP server, allowing AI assistants to automate workflow development without direct user intervention.
asya
Orchestrates multi-step asynchronous serverless workflows (actors) via a central gateway, with robust message queuing, Kubernetes-native deployment, and dynamic routing capabilities.