Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
/ discovery Public archive

Container orchestration system built as a hobby project

Notifications You must be signed in to change notification settings

46bit/discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discovery

containerd is an open-source runtime for containers. This repo experiments with using it:

  • deployer is a system to run deployments of containers on top of containerd.
  • containers is a collection of Go programs that are built into Docker containers, and can then be run by deployer.

You'll need to install and run containerd. See ubuntu-setup.sh to do that on Ubuntu.

Deployer

A system to run deployments of containers on top of containerd. At the time of writing it runs a hardcoded deployment.

make bin/deployer
bin/deployer

Containers

A collection of simple Go programs. Each is built into a Docker container and pushed to DockerHub. They can then be run by deployer.

make containers

About

Container orchestration system built as a hobby project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published