aboutsummaryrefslogtreecommitdiff
path: root/content/en/docs/adyxax.org/_index.md
diff options
context:
space:
mode:
authorJulien Dessaux2020-06-26 00:06:30 +0200
committerJulien Dessaux2020-06-26 00:06:30 +0200
commit0a8f9332b2ea3bfb903a951b5f753c0bc7ec4044 (patch)
tree8a29fb1882da46a6fae7f0f3b8a19cf29e4ea30b /content/en/docs/adyxax.org/_index.md
parentFixed permissions (diff)
downloadwww-0a8f9332b2ea3bfb903a951b5f753c0bc7ec4044.tar.gz
www-0a8f9332b2ea3bfb903a951b5f753c0bc7ec4044.tar.bz2
www-0a8f9332b2ea3bfb903a951b5f753c0bc7ec4044.zip
Bump
Diffstat (limited to 'content/en/docs/adyxax.org/_index.md')
-rw-r--r--content/en/docs/adyxax.org/_index.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/content/en/docs/adyxax.org/_index.md b/content/en/docs/adyxax.org/_index.md
index 9fbd29e..a36f6d5 100644
--- a/content/en/docs/adyxax.org/_index.md
+++ b/content/en/docs/adyxax.org/_index.md
@@ -8,14 +8,18 @@ description: >
## What is adyxax.org?
-adyxax.org is very much like a small personnal cloud of servers hosted here and there. I am using my experience as a
+adyxax.org is very much like a small personnal cloud of inexpensive servers hosted here and there. I am using my experience as a
sysadmin to make it all work and provide various services that are useful to me and people that are close to me. As a good sysadmin, I am trying to be lazy and build the most self
maintainable solution, with as little maintenance overhead as possible.
-It relies on mostly gentoo (and some optional openbsd) servers interconnected with point to point openvpn links. Services run inside lxd containers and communications between all those services work
-thanks to dynamic routing with bird and ospf along those openvpn links.
+It used to rely on mostly gentoo (and some optional openbsd) servers interconnected with point to point openvpn links. Services ran inside lxd on alpine linux containers. Communications between all those services work
+thanks to dynamic routing with bird and ospf along those openvpn links. I made extensive use of ansible to orchestrate all that, deploy the containers and manage them.
+
+Even though it worked really well for years, I do not plan to blog a lot about this setup... but that can change if someone interested writes me at julien -DOT- dessaux -AT- adyxax -DOT- org. On this new documentation site I plan to focus on how I am migrating some of it on kubernetes, because even if it has always worked well it still is a rather unusual infrastructure. Even if I am proud of it, it is stable and easy and comfortable... It is not good for me to not look deeper into new technologies. Gentoo, OpenBSD and LXD is not the most popular combination out there. I will not abandon it completely, but working on more employable skills will do me good.
## Why write about it?
-It is a rather unusual infrastructure that I am proud of, and writing about it helps me to reflect on what I built. Gentoo, OpenBSD and LXD is not the most popular combination of
-technologies but I leveraged it to build something simple, flexible and I believe somewhat elegant and beautiful.
+As a system and network administrator I believe I have a deep understanding of linux and other unix like operating systems, networking and storage, and even with all that knowledge and experience getting on kubernetes is hard. Deploying kubernetes itself is not hard, but there are so so many choices that you make each steps of the way that will define how hard it is going to be to maintain and debug. Choosing what kubernetes flavor to deploy is one tough choice, choosing how to deploy it is another. Then choosing your network provider is a juicy one, so many subtle differences come into play!
+
+I believe there are way too many blogs that focus on the hello world aspects and quick and dirty deployments... and those come out way too often in google search results. Writing about the choices I made will also help me reflect on them as this infrastructure evolves and grows.
+