Date: Tue, 8 Apr 2025 10:30:10 GMT From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: b728a97d8f - main - Status/2025Q1/container-orchestration.adoc: Add report Message-ID: <202504081030.538AUATW069124@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=b728a97d8f8680b4433ceb3be83f855f2dec8c73 commit b728a97d8f8680b4433ceb3be83f855f2dec8c73 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2025-04-08 10:24:03 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2025-04-08 10:24:03 +0000 Status/2025Q1/container-orchestration.adoc: Add report Reviewed by: Chris Moerz <freebsd@ny-central.org> --- .../container-orchestration.adoc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/website/content/en/status/report-2025-01-2025-03/container-orchestration.adoc b/website/content/en/status/report-2025-01-2025-03/container-orchestration.adoc new file mode 100644 index 0000000000..bbc117a0ac --- /dev/null +++ b/website/content/en/status/report-2025-01-2025-03/container-orchestration.adoc @@ -0,0 +1,22 @@ +=== Container orchestration: Overlord, Director and AppJail + +Links: + +link:https://github.com/DtxdF/AppJail[AppJail on Github] URL: link:https://github.com/DtxdF/AppJail[] + +link:https://github.com/DtxdF/Director[Director on Github] URL: link:https://github.com/DtxdF/Director[] + +link:https://github.com/DtxdF/Overlord[Overlord on Github] URL: link:https://github.com/DtxdF/Overlord[] + +Contact: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> + +**AppJail** is an open-source BSD-3 licensed framework entirely written in POSIX shell and C to create isolated, portable and easy to deploy environments using FreeBSD jails that behaves like an application. + +**Director** is a tool for running multi-jail environments on AppJail using a simple YAML specification. +A Director file is used to define how one or more jails that make up your application are configured. +Once you have a Director file, you can create and start your application with a single command: `appjail-director up`. + +**Overlord** is a fast, distributed orchestrator for FreeBSD jails oriented to GitOps. +You define a file with the service intended to run on your cluster and deployment takes seconds to minutes. +This orchestration tool uses AppJail, Director and can even create VMs with vm-bhyve, but as its philosophy is "deploy using code" you can create a single file once and deploy many times. +Through a tree chaining system Overlord deploys jails on connected systems sharing their resources almost infinitely. +See the link:https://github.com/DtxdF/Overlord/wiki[wiki] for articles that use Overlord. + +Sponsor: https://www.patreon.com/appjail
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504081030.538AUATW069124>
