Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wuhan005/forklift
🚜 Lightweight container image pre-download component for Kubernetes.
https://github.com/wuhan005/forklift
docker-image helm-charts kubernetes pre-download
Last synced: about 7 hours ago
JSON representation
🚜 Lightweight container image pre-download component for Kubernetes.
- Host: GitHub
- URL: https://github.com/wuhan005/forklift
- Owner: wuhan005
- License: mit
- Created: 2023-03-01T07:27:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-21T10:52:58.000Z (over 1 year ago)
- Last Synced: 2024-06-20T06:28:16.089Z (5 months ago)
- Topics: docker-image, helm-charts, kubernetes, pre-download
- Language: Go
- Homepage:
- Size: 404 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🚜 forklift ![Go](https://github.com/wuhan005/forklift/workflows/Go/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/wuhan005/forklift)](https://goreportcard.com/report/github.com/wuhan005/forklift) [![Sourcegraph](https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?logo=sourcegraph)](https://sourcegraph.com/github.com/wuhan005/forklift) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/forklift)](https://artifacthub.io/packages/search?repo=forklift)
Lightweight container image pre-download component for Kubernetes.
## Installation
### Install with Helm
```bash
helm repo add forklift https://wuhan005.github.io/forklift/charts
helm install forklift forklift/forklift
```* `Values.yaml`
```yaml
replicaCount: 1namespace: default
image:
controller: wuhan005/forklift:controller
daemon: wuhan005/forklift:daemon
imagePullPolicy: IfNotPresent
service:
type: NodePort
port: 80
targetPort: 80controller:
activeNamespace: # The image in these namespaces will be pre-downloaded.
- default
```## How it works?
![Architecture](./dev/forklift-architecture.png)
## License
MIT License