Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.53 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.53 KB

Me learning K3s 🤷‍♂️

You can deploy all of them by running deploy from the command line, but you need to be careful

You need to create a new deployment.yml file for cloudflare and add your own token

Available recipe

  1. for Redis, check redis-deployment.
  2. for Postgres, check postgres-deployment.
  3. for MySQL, check mysql-deployment.
  4. for Rethinkdb, check rethinkdb-deployment.
  5. for Meilisearch, check meilisearch-deployment.
  6. for Cloudflare Tunnel, check cloudflare-deployment.
  7. for n8n Server, check n8n-deployment.
  8. for fider Server, check fider-deployment.
  9. for fider Server, check mastodon-deployment.

Note

  1. Remember to create the required databases for: n8n, fider and mastodon !!!
  2. The deploy script won't deploy mastodon automatically you have to do it manually.

Server structure

I have no specific instruction on how you need to build your own cluster, but it is recommened that you have at least 3 nodes, it is better if you colsulte the architecture section on K3s docs.

Note:

I have got the base from Pi4Cluster guide about deploying redis to k3s, and then used it to build my own recipe for both Postgres and MySQL.

So thanks to Vladimir Strycek and his valuable site.