first commit

This commit is contained in:
2025-12-12 10:52:24 +11:00
commit 545104d5a2
16 changed files with 367 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# n8n-kubernetes-hosting
Get up and running with n8n on the following platforms:
* [AWS](https://docs.n8n.io/hosting/server-setups/aws/)
* [Azure](https://docs.n8n.io/hosting/server-setups/azure/)
* [Google Cloud Platform](https://docs.n8n.io/hosting/server-setups/google-cloud/)
If you have questions after trying the tutorials, check out the [forums](https://community.n8n.io/).
## Prerequisites
Self-hosting n8n requires technical knowledge, including:
* Setting up and configuring servers and containers
* Managing application resources and scaling
* Securing servers and applications
* Configuring n8n
n8n recommends self-hosting for expert users. Mistakes can lead to data loss, security issues, and downtime. If you aren't experienced at managing servers, n8n recommends [n8n Cloud](https://n8n.io/cloud/).
## Contributions
For common changes, please open a PR to `main` branch and we will merge this
into cloud provider specific branches.
If you have a contribution specific to a cloud provider, please open your PR to
the relevant branch.