Skip to content

hermetechnics/trismegistus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Trismegistus (T10s)

CII Best Practices


Trismegistus, also known as T10s, is an open source system for managing [containerized applications] across multiple hosts. It provides basic mechanisms for deployment, maintenance, and scaling of applications.

Trismegistus builds upon a decade and a half of experience at Google running production workloads at scale using a system called Borg, combined with best-of-breed ideas and practices from the community.


To start developing T10s

If you want to build Trismegistus right away there are two options:

You have a working [Go environment].
mkdir -p $GOPATH/src/hermetechnics.life
cd $GOPATH/src/hermetechnics.life
git clone https://github.com/hermetechnics/trismegistus
cd kubernetes
make
You have a working [Docker environment].
git clone https://github.com/hermetechnics/trismegistus
cd kubernetes
make quick-release

About

Spiritual Container Scheduling and Management

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 90.4%
  • Starlark 6.4%
  • Shell 2.8%
  • PowerShell 0.2%
  • Makefile 0.1%
  • Dockerfile 0.1%