Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
senthilrch authored Sep 1, 2021
1 parent 9bfb204 commit b640084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ kube-fledged provides CRUD APIs to manage the lifecycle of the image cache, and
- Applications that require rapid start-up. For e.g. an application performing real-time data processing needs to scale rapidly due to a burst in data volume.
- Serverless Functions since they need to react immediately to incoming events.
- IoT applications that run on Edge devices, because the network connectivity between the edge device and image registry would be intermittent.
- If images need to be pulled from a private registry and everyone cannot be granted access to pull images from this registry, then the images can be made available on the nodes of the cluster.
- If a cluster administrator or operator needs to roll-out upgrades to an application and wants to verify before-hand if the new images can be pulled successfully.
- If users need to use specific images in a private registry, such images can be cached in the cluster. No need to grant permissions to the registry.

## Prerequisites

Expand Down

0 comments on commit b640084

Please sign in to comment.