Package Information
Downloads: 0 weekly / 11 monthly
Latest Version: 1.0.4
Documentation
n8n-nodes-kubernetes-command-remote-exec
n8n-nodes-kubernetes-command-remote-exec is a custom node for n8n that enables you to send Kubernetes or generic shell commands to be executed remotely via a dedicated API endpoint. This node formats your input commands into a plain-text payload, sends them to the remote API, and processes the returned execution results.
Features
- Multi-command Support: Accepts one or more commands separated by newlines.
- Remote Execution: Sends the commands as plain text to a remote API for execution.
- Error Handling: Robust error handling with informative messages if the API returns an error or unexpected response.
- Easy Integration: Designed to integrate seamlessly within n8n workflows.
- Built with TypeScript: Ensures type safety and maintainability.