repoctl
kube-fledged
repoctl | kube-fledged | |
---|---|---|
1 | 10 | |
133 | 1,286 | |
3.8% | 1.3% | |
7.1 | 4.7 | |
10 months ago | 11 months ago | |
Go | Go | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
repoctl
-
Managing binary package repositories
Furthermore, repod is based on sound technical ideas, while Chaotic AUR (toolbox) is based on a AUR helper with a known history of data loss and runs arbitrary code as root with SUID helpers. Definitely not something you'd ever want to run on a personal machine.
kube-fledged
-
Musl 1.2.4 adds TCP DNS fallback
Exactly. Part of the appeal to consolidate all of our container images to use Debian-slim is the ability to optimise the caching of layers, both in our container registry but also on our kubernetes cluster’s nodes (which can be done in a consistent manner with kube-fledged[1]).
[1] https://github.com/senthilrch/kube-fledged
-
Ask HN: Have You Left Kubernetes?
If you're pulling big images you could try kube-fledged (it's the simplest option, a CRD that works like a pre-puller for your images), or if you have a big cluster you can try a p2p distributor, like kraken or dragonfly2.
Also there's that project called Nydus that allows starting up big containers way faster. IIRC, starts the container before pulling the whole image, and begins to pull data as needed from the registry.
https://github.com/senthilrch/kube-fledged
https://github.com/dragonflyoss/Dragonfly2
https://github.com/uber/kraken
https://nydus.dev/
-
Interesting tools?
kube fledged - pre pull containes in nodes: https://github.com/senthilrch/kube-fledged
-
Kube-fledged: Cache Container Images in Kubernetes
kube-fledged is a kubernetes add-on or operator for creating and managing a cache of container images directly on the worker nodes of a kubernetes cluster. It allows a user to define a list of images and onto which worker nodes those images should be cached (i.e. pulled). As a result, application pods start almost instantly, since the images need not be pulled from the registry. kube-fledged provides CRUD APIs to manage the lifecycle of the image cache, and supports several configurable parameters in order to customize the functioning as per one’s needs. (URL: https://github.com/senthilrch/kube-fledged)
- Introducing GKE image streaming for fast application startup and autoscaling
-
Can Kubernetes pre-pull and cache images?
I found recently this tool kube-fledged that should do what you want..
- senthilrch/kube-fledged: A kubernetes add-on for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly
-
Best way to mirror images to improve their availability for a cluster?
I recommend you also look at kube-fledged this is more appealing IMHO.
What are some alternatives?
pacseek - A terminal user interface for searching and installing Arch Linux packages
kraken - P2P Docker registry capable of distributing TBs of data in seconds
pamcan - Learn to type "pacman" correctly
ImageWolf - Fast Distribution of Docker Images on Clusters
toolbox - Unified kit with all the scripts required for maintaining the repository 🧰
containers-roadmap - This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
trizen - Lightweight AUR Package Manager
image-cache-daemon
yay - Yet another Yogurt - An AUR Helper written in Go
Dragonfly - This repository has be archived and moved to the new repository https://github.com/dragonflyoss/Dragonfly2.
holo-build - Cross-distribution system package compiler
kubefwd - Bulk port forwarding Kubernetes services for local development.