Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow provides automated CI/CD testing for Kubernetes applications using KinD (Kubernetes in Docker) . It creates temporary infrastructure, runs tests, and cleans up everything automati...
n8n-nodes-base.manualtrigger, n8n-nodes-base.webhook, n8n-nodes-base.scheduletrigger, n8n-nodes-base.gitlab, n8n-nodes-base.set, n8n-nodes-robotframework.robotframework, n8n-nodes-base.stickynote, n8n-nodes-base.switch
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Vigh Sandor.
Original n8n.io sourceThis n8n workflow provides automated CI/CD testing for Kubernetes applications using KinD (Kubernetes in Docker). It creates temporary infrastructure, runs tests, and cleans up everything automatically.
Full Pipeline Mode (progress_only = false)
> Automatically progresses through all phases: INIT → TEST → DESTROY
Single Phase Mode (progress_only = true)
> Executes only the specified phase and stops
n8n-nodes-robotframework installed22, 80, 60080, 60443, 56443test.robot, config.yaml, demo-applicationSet.yaml)n8n-nodes-robotframeworkhttps://your-n8n-instance.com/rest/oauth2-credential/callbackread_api, read_repository, read_userCreate repository structure:
your-repo/
├── test.robot
├── config.yaml
├── demo-applicationSet.yaml
└── .gitlab-ci.yml
Upload your:
/newbot commandFor personal chat:
https://api.telegram.org/bot<YOUR_TOKEN>/getUpdatesFor group chat:
Verify SSH access:
ssh -p <port> <username>@<host_ip>sudo -vThe workflow will automatically install dependencies.
Open Set Parameters node and update:
| Parameter | Description | Example |
|---|---|---|
target_host |
IP address of remote host | 192.168.1.100 |
target_port |
SSH port | 22 |
target_user |
SSH username | ubuntu |
target_password |
SSH password | your_password |
progress |
Starting phase | INIT, TEST, or DESTROY |
progress_only |
Execution mode | true or false |
KIND_CONFIG |
Path to config.yaml | config.yaml |
ROBOT_SCRIPT |
Path to test.robot | test.robot |
ARGOCD_APPSET |
Path to ApplicationSet | demo-applicationSet.yaml |
> Security: Use n8n credentials or environment variables instead of storing passwords in the workflow.
For each of the three GitLab nodes:
main or master)Send ROBOT Script Export Pack node:
Process Finish Report node:
progress = "INIT"progress_only = "false"progress = "INIT"progress_only = "true"progress = "TEST"progress_only = "false"progress = "DESTROY"In n8n Interface:
Via Telegram:
Execution Timeline:
| Phase | Duration |
|---|---|
| INIT | 15-25 minutes |
| TEST | 5-10 minutes |
| DESTROY | 5-10 minutes |
After TEST phase, receive testing-export-pack.tar.gz via Telegram containing:
log.html - Detailed test execution logreport.html - Test summary reportoutput.xml - Machine-readable resultsscreenshots/ - Browser screenshotsTo view:
.tar.gz from Telegramtar -xzf testing-export-pack.tar.gzreport.html for summarylog.html for detailed stepsSuccess indicators:
Failure indicators:
Robot Framework test script structure:
http://autotest.innersiteautotest/autotestKinD cluster configuration:
60080 (HTTP), 60443 (HTTPS), 56443 (API)v1.30.2ArgoCD Application manifest:
Triggers n8n workflow on commits:
Symptoms:
Error: Permission denied (publickey,password)
Solutions:
Symptoms:
Error: Package docker-ce is not available
Solutions:
Symptoms:
Error: Failed to create cluster: timed out
Solutions:
Symptoms:
Error: Failed to connect to autotest.innersite
Solutions:
systemctl status haproxy/etc/hosts entrykubectl get ingress -n argocdcurl http://127.0.0.1:60080Symptoms:
Error: Chrome failed to start
Solutions:
rfbrowser show-traceexecutablePath in test.robotSymptoms:
Solutions:
Symptoms:
Solutions:
Test locally first
Version control
Incremental changes
Backup data
Separate environments
Monitoring
Disaster recovery
Security
| Frequency | Tasks |
|---|---|
| Daily | Review logs, check notifications |
| Weekly | Review failures, check disk space |
| Monthly | Update dependencies, test recovery |
| Quarterly | Rotate credentials, security audit |
Multi-node clusters:
Advanced testing:
Monitoring:
Logging:
CI/CD Integration:
| Component | CPU | RAM | Disk |
|---|---|---|---|
| n8n Host | 2 | 4 GB | 20 GB |
| Target Host | 4 | 8 GB | 20 GB |
| Component | CPU | RAM | Disk |
|---|---|---|---|
| n8n Host | 4 | 8 GB | 50 GB |
| Target Host | 8 | 16 GB | 50 GB |
kind get clusterskind get kubeconfig --name automate-tstkind export logs --name automate-tstdocker ps -a --filter "name=automate-tst"docker exec -it automate-tst-control-plane bashdocker logs automate-tst-control-planekubectl get all -Akubectl describe pod -n argocd <pod-name>kubectl logs -n argocd <pod-name> --followkubectl port-forward -n argocd svc/argocd-server 8080:80robot test.robotrobot -t "Test Name" test.robotrobot --outputdir results test.robotThis catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 73 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automated Kubernetes testing with Robot Framework, ArgoCD & with KinD lifecycle |
|---|---|
| Complexity | advanced |
| Nodes | 73 |
| Categories | DevOps |
| Author | Vigh Sandor |
| Published | 30 Oct 2025 |
Use the JSON export at /data/workflows/10302/10302.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This n8n workflow provides automated CI/CD testing for Kubernetes applications using KinD (Kubernetes in Docker) . It creates temporary infrastructure, runs tests, and cleans up everything automati...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.