> For the complete documentation index, see [llms.txt](https://sysnet4admin.gitbook.io/cncf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sysnet4admin.gitbook.io/cncf/blog-and-news-ko/blog/project.md).

# Project

- [KubeVela: 클라우드 네이티브 애플리케이션 및 플랫폼 엔지니어링으로 가는 길(2023.03.31)](https://sysnet4admin.gitbook.io/cncf/blog-and-news-ko/blog/project/kubevela-2023.03.31.md): https://www.cncf.io/blog/2023/03/31/kubevela-the-road-to-cloud-native-application-and-platform-engineering/
- [Volcano Engine: Dragonfly를 통한 효과적인 이미지 배포 가속 방법(2023.04.13)](https://sysnet4admin.gitbook.io/cncf/blog-and-news-ko/blog/project/dragonfly2.md): https://www.cncf.io/blog/2023/04/13/volcano-engine-distributed-image-acceleration-practice-based-on-dragonfly/
- [Weave GitOps를 Flux UI로 구현하는 법(2023.04.24)](https://sysnet4admin.gitbook.io/cncf/blog-and-news-ko/blog/project/gitops-flux-ui.md): https://www.cncf.io/blog/2023/04/24/how-to-use-weave-gitops-as-your-flux-ui/
- [이스티오(Istio) 앰비언트(Ambient) 웨이포인트 프록시를 통한 사용 간편화(2023.04.26)](https://sysnet4admin.gitbook.io/cncf/blog-and-news-ko/blog/project/istio-waypoint.md): https://www.cncf.io/blog/2023/04/26/istio-ambient-waypoint-proxy-made-simple/


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sysnet4admin.gitbook.io/cncf/blog-and-news-ko/blog/project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
