Are you the author? Sign in to claim
Kubernetes Operator for N8n, a fair-code workflow automation platform with native AI capabilities.
A Kubernetes operator that automates the deployment and management of n8n workflow automation instances on Kubernetes clusters.
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"
For comprehensive guides and detailed configuration options, visit our complete documentation:
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.
40+ tools for querying dashboards, alerts, datasources, and logs in Grafana
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases