Skip to content

Commit

Permalink
add satellite registration and update flow of ground control
Browse files Browse the repository at this point in the history
Signed-off-by: bupd <[email protected]>

Update README.md
  • Loading branch information
bupd committed Jul 23, 2024
1 parent 1988030 commit ade2842
Show file tree
Hide file tree
Showing 30 changed files with 1,046 additions and 197 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Harbor Satellite — Bring Container Registries to the Edge
# Harbor Satellite — Sofware Distribution to the Edge

Harbor Satellite aims to bring Harbor container registries to edge locations, ensuring consistent, available, and integrity-checked images for edge computing environments. The developed sofware of a stateful, standalone satellite registry that can function as a primary registry for edge locations and act as a fallback option if the central Harbor registry is unavailable.

## Background

In recent years, containers have extended beyond their traditional cloud environments, becoming increasingly prevalent in remote and edge computing contexts. These environments often lack reliable internet connectivity, posing significant challenges in managing and running containerized applications due to difficulties in fetching container images. To address this, the project aims to decentralize container registries, making them more accessible to edge devices. The need for a satellite that can operate independently, store images on disk, and run indefinitely with stored data is crucial for maintaining operations in areas with limited or no internet connectivity.
Containers have extended beyond their traditional cloud environments, becoming increasingly prevalent in remote and edge computing contexts. These environments often lack reliable internet connectivity, posing significant challenges in managing and running containerized applications due to difficulties in fetching container images. To address this, the project aims to decentralize container registries, making them more accessible to edge devices. The need for a satellite that can operate independently, store images on disk, and run indefinitely with stored data is crucial for maintaining operations in areas with limited or no internet connectivity.

## Concept

Expand Down
79 changes: 79 additions & 0 deletions ground-control/internal/database/group_images.sql.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 21 additions & 68 deletions ground-control/internal/database/groups.sql.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 105 additions & 23 deletions ground-control/internal/database/images.sql.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ade2842

Please sign in to comment.