Skip to content

Commit

Permalink
Merge pull request #248 from seifrajhi/patch-18
Browse files Browse the repository at this point in the history
add caching tools section
  • Loading branch information
apurvabhandari authored Dec 28, 2023
2 parents e5fc971 + 710d691 commit 3f6d1d3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Have Questions? Join us over [Slack](https://launchpass.com/collabnix) and get c
- 💾 [Cost Optimisation](#cost-optimisation)
- ⚙️ [Function as a Service FaaS](#function-as-a-service-faas)
- 🚀 [Artificial Intelligence](#artificial-intelligence)
-[Caching](#caching)
- 🔒 [Non-Categorize](#non-categorize)


Expand Down Expand Up @@ -533,6 +534,16 @@ Have Questions? Join us over [Slack](https://launchpass.com/collabnix) and get c
| 5 | aiac | [ Artificial Intelligence K8s manifest and package generator](https://github.com/gofireflyio/aiac) | ![Github Stars](https://img.shields.io/github/stars/gofireflyio/aiac) |
| 6 | mico | [ An AI assisted kubectl helper](https://github.com/tahtaciburak/mico) | ![Github Stars](https://img.shields.io/github/stars/tahtaciburak/mico) |

## Caching

| Sr No | Tool Name | Description with URL | GitHub Popularity |
| ---------- | --------------------- | --------------------- | ------------------|
| 1 | kube-fledged | [ A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes ](https://github.com/senthilrch/kube-fledged) | ![Github Stars](https://img.shields.io/github/stars/senthilrch/kube-fledged) |
| 2 | kubernetes-image-puller | [ It is used for caching images on a cluster. It creates a DaemonSet downloading and running the relevant container images on each node. ](https://github.com/che-incubator/kubernetes-image-puller) | ![Github Stars](https://img.shields.io/github/stars/che-incubator/kubernetes-image-puller) |
| 3 | Tugger | [ Kubernetes Admission Webhook to enforce pulling of Docker images from the private registry. ](https://github.com/jainishshah17/tugger) | ![Github Stars](https://img.shields.io/github/stars/jainishshah17/tugger) |
| 4 | kube-image-keeper (kuik) | [ kuik is a container image caching system for Kubernetes](https://github.com/enix/kube-image-keeper) | ![Github Stars](https://img.shields.io/github/stars/enix/kube-image-keeper) |
| 1 | harbor | [ A trusted cloud native registry project that stores,caches, signs, and scans content. ](https://github.com/goharbor/harbor) | ![Github Stars](https://img.shields.io/github/stars/goharbor/harbor) |


## Non-Categorize
Expand Down

0 comments on commit 3f6d1d3

Please sign in to comment.