Back to Home
jakub-k-slys icon

n8n-operator

Verified Safe

by jakub-k-slys

Overview

Automates the deployment and management of n8n workflow automation instances on Kubernetes clusters.

Installation

Run Command
make deploy IMG=ghcr.io/jakub-k-slys/n8n-operator:0.0.1

Security Notes

The operator's own container (`controller-manager`) is configured with strong security contexts (`runAsNonRoot: true`, `allowPrivilegeEscalation: false`, `capabilities: drop: ALL`). However, the `ServiceMonitor` configuration for Prometheus metrics (used by the operator to monitor n8n instances) defaults to `insecureSkipVerify: true` in its TLS configuration. This poses a significant security risk for metrics communication, making it vulnerable to Man-in-the-Middle attacks. Users should configure proper TLS certificate verification for production monitoring setups.

Similar Servers

Stats

Interest Score39
Security Score7
Cost ClassLow
Stars15
Forks2
Last Update2026-01-17

Tags

KubernetesOperatorn8nWorkflow AutomationInfrastructure as Code