docs: update introduction and section for CNCF graduation (#434)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
cd50fab80c
commit
51ad682ad1
11
README.md
11
README.md
|
|
@ -10,10 +10,11 @@ Helm charts for Dragonfly Community.
|
|||
|
||||
## Introduction
|
||||
|
||||
Dragonfly is an open source P2P-based file distribution and
|
||||
image acceleration system. It is hosted by the
|
||||
Cloud Native Computing Foundation ([CNCF](https://cncf.io/)) as
|
||||
an Incubating Level Project.
|
||||
Delivers efficient, stable, and secure data distribution and acceleration powered by P2P technology,
|
||||
with an optional content‑addressable filesystem that accelerates OCI container launch.
|
||||
It aims to provide a best‑practice, standards‑based solution for cloud‑native architectures,
|
||||
improving large‑scale delivery of files, container images, OCI artifacts, AI/ML models, caches,
|
||||
logs, dependencies, etc.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
@ -31,7 +32,7 @@ Please refer to the [document][install] to install Dragonfly & Nydus on Kubernet
|
|||
Join the conversation and help the community grow. Here are the ways to get involved:
|
||||
|
||||
- **Slack Channel**: [#dragonfly](https://cloud-native.slack.com/messages/dragonfly/) on [CNCF Slack](https://slack.cncf.io/)
|
||||
- **Github Discussions**: [Dragonfly Discussion Forum][discussion]
|
||||
- **Github Discussions**: [Dragonfly Discussion Forum](https://github.com/dragonflyoss/dragonfly/discussions)
|
||||
- **Developer Group**: <dragonfly-developers@googlegroups.com>
|
||||
- **Mailing Lists**:
|
||||
- **Developers**: <dragonfly-developers@googlegroups.com>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name: dragonfly
|
|||
description: Dragonfly is an intelligent P2P based image and file distribution system
|
||||
icon: https://raw.githubusercontent.com/dragonflyoss/dragonfly/main/docs/images/logo/dragonfly.svg
|
||||
type: application
|
||||
version: 1.4.16
|
||||
version: 1.4.17
|
||||
appVersion: 2.3.4-rc.0
|
||||
keywords:
|
||||
- dragonfly
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://artifacthub.io/packages/search?repo=dragonfly)
|
||||
|
||||
Provide efficient, stable, secure, low-cost file and image distribution services to be the best practice and standard solution in the related Cloud-Native area.
|
||||
Delivers efficient, stable, and secure data distribution and acceleration powered by P2P technology.
|
||||
|
||||
## TL;DR
|
||||
|
||||
|
|
@ -13,14 +13,11 @@ helm install --create-namespace --namespace dragonfly-system dragonfly dragonfly
|
|||
|
||||
## Introduction
|
||||
|
||||
Dragonfly is an open source intelligent P2P based image and file distribution system. Its goal is to tackle all distribution problems in cloud native scenarios. Currently Dragonfly focuses on being:
|
||||
|
||||
- Simple: well-defined user-facing API (HTTP), non-invasive to all container engines;
|
||||
- Efficient: Seed peer support, P2P based file distribution to save enterprise bandwidth;
|
||||
- Intelligent: host level speed limit, intelligent flow control due to host detection;
|
||||
- Secure: block transmission encryption, HTTPS connection support.
|
||||
|
||||
Dragonfly is now hosted by the Cloud Native Computing Foundation (CNCF) as an Incubating Level Project. Originally it was born to solve all kinds of distribution at very large scales, such as application distribution, cache distribution, log distribution, image distribution, and so on.
|
||||
Delivers efficient, stable, and secure data distribution and acceleration powered by P2P technology,
|
||||
with an optional content‑addressable filesystem that accelerates OCI container launch.
|
||||
It aims to provide a best‑practice, standards‑based solution for cloud‑native architectures,
|
||||
improving large‑scale delivery of files, container images, OCI artifacts, AI/ML models, caches,
|
||||
logs, dependencies, etc.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://artifacthub.io/packages/search?repo=dragonfly)
|
||||
|
||||
Provide efficient, stable, secure, low-cost file and image distribution services to be the best practice and standard solution in the related Cloud-Native area.
|
||||
Delivers efficient, stable, and secure data distribution and acceleration powered by P2P technology.
|
||||
|
||||
## TL;DR
|
||||
|
||||
|
|
@ -13,14 +13,11 @@ helm install --create-namespace --namespace dragonfly-system dragonfly dragonfly
|
|||
|
||||
## Introduction
|
||||
|
||||
Dragonfly is an open source intelligent P2P based image and file distribution system. Its goal is to tackle all distribution problems in cloud native scenarios. Currently Dragonfly focuses on being:
|
||||
|
||||
- Simple: well-defined user-facing API (HTTP), non-invasive to all container engines;
|
||||
- Efficient: Seed peer support, P2P based file distribution to save enterprise bandwidth;
|
||||
- Intelligent: host level speed limit, intelligent flow control due to host detection;
|
||||
- Secure: block transmission encryption, HTTPS connection support.
|
||||
|
||||
Dragonfly is now hosted by the Cloud Native Computing Foundation (CNCF) as an Incubating Level Project. Originally it was born to solve all kinds of distribution at very large scales, such as application distribution, cache distribution, log distribution, image distribution, and so on.
|
||||
Delivers efficient, stable, and secure data distribution and acceleration powered by P2P technology,
|
||||
with an optional content‑addressable filesystem that accelerates OCI container launch.
|
||||
It aims to provide a best‑practice, standards‑based solution for cloud‑native architectures,
|
||||
improving large‑scale delivery of files, container images, OCI artifacts, AI/ML models, caches,
|
||||
logs, dependencies, etc.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue