Difference between revisions of "Infrastructure"

From Kosmos Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
Currently hosting:
 
Currently hosting:
  
* https://kosmos.social (Mastodon)
+
* [https://kosmos.social kosmos.social] (Mastodon)
* https://wiki.kosmos.org (you're looking at it :))
+
* wiki.kosmos.org (you're looking at it)
 
* sockethub.kosmos.org (Sockethub)
 
* sockethub.kosmos.org (Sockethub)
 
* Some IRC and XMPP bots (incl. botka and hal8000 on freenode)
 
* Some IRC and XMPP bots (incl. botka and hal8000 on freenode)
 +
* IPFS + ipfs-cluster (syncing with andromeda)
 
* ...
 
* ...
  
Line 25: Line 26:
 
Currently hosting:
 
Currently hosting:
  
* kosmos.org and chat.kosmos.org MUC (ejabberd)
+
* kosmos.org XMPP and chat.kosmos.org MUC (ejabberd)
 
* bitcoind (mainnet)
 
* bitcoind (mainnet)
* lnd (testnet)
 
 
* lnd (mainnet, [https://www.robtex.com/lightning/node/024cd3be18617f39cf645851e3ba63f51fc13f0bb09e3bb25e6fd4de556486d946 node info])
 
* lnd (mainnet, [https://www.robtex.com/lightning/node/024cd3be18617f39cf645851e3ba63f51fc13f0bb09e3bb25e6fd4de556486d946 node info])
 
* c-lightning (mainnet, [https://www.robtex.com/lightning/node/03e26a98ee4d1320d5775fab291580969180592db3679e6d32e360dbd147066ca3 node info])
 
* c-lightning (mainnet, [https://www.robtex.com/lightning/node/03e26a98ee4d1320d5775fab291580969180592db3679e6d32e360dbd147066ca3 node info])
 
* ipfs.kosmos.org (IPFS node)
 
* ipfs.kosmos.org (IPFS node)
 +
* ipfs-cluster (to ensure kredits data is replicated)
  
I have added IPFS using the Chef repo (https://gitea.kosmos.org/kosmos/chef), as well as firewall rules for what was configured manually.
+
=== GKE ===
 +
 
 +
We started experimenting with Kubernetes recently. There's a 3-node cluster running on Google Kubernetes Engine at the moment.
 +
 
 +
* [https://gitea.kosmos.org/ gitea.kosmos.org] (Gitea, see [https://gitea.kosmos.org/kosmos/gitea.kosmos.org/ config repo])
 +
* [https://heptio.github.io/ark/ ark] (backups)

Revision as of 04:06, 9 February 2019

The Kosmos project is running some community IT infrastructure, currently sponsored by 5apps. Please ask in #kosmos-dev on Freenode if you need access, changes, info, or whatever else.

Servers

Hetzner

These are root servers run by Hetzner Online GmbH in German datacenters (using renewable energy).

dev.kosmos.org

This server is still running Ubuntu 15.04 and the plan is to decommission it soon, due to the difficulties in getting software updates for it.

Currently hosting:

  • kosmos.social (Mastodon)
  • wiki.kosmos.org (you're looking at it)
  • sockethub.kosmos.org (Sockethub)
  • Some IRC and XMPP bots (incl. botka and hal8000 on freenode)
  • IPFS + ipfs-cluster (syncing with andromeda)
  • ...

Most things are configured via Chef Solo, based on https://gitea.kosmos.org/kosmos/chef (repo currently not public, for security reasons)

andromeda.kosmos.org

Currently hosting:

  • kosmos.org XMPP and chat.kosmos.org MUC (ejabberd)
  • bitcoind (mainnet)
  • lnd (mainnet, node info)
  • c-lightning (mainnet, node info)
  • ipfs.kosmos.org (IPFS node)
  • ipfs-cluster (to ensure kredits data is replicated)

GKE

We started experimenting with Kubernetes recently. There's a 3-node cluster running on Google Kubernetes Engine at the moment.