> For the complete documentation index, see [llms.txt](https://kubernetes.feisky.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kubernetes.feisky.xyz/apps/devops.md).

# Devops

Kubernetes 生态中的 Devops 工具实践。

## 源码部署（Source to Deployment）

* [Draft](/apps/devops/draft.md)： 提供了一个用于简化容器构建和部署（基于 Helm）的工具，使用方法见[这里](/apps/devops/draft.md)
* [Skaffold](/apps/devops/skaffold.md)：同 Draft 类似，但不支持 Helm，使用方法见[这里](/apps/devops/skaffold.md)
* Metaparticle：提供了一套用于开发云原生应用的标准库，使用方法见 <https://metaparticle.io>

## CI/CD

* [Jenkins X](/apps/devops/jenkinsx.md)
* [Spinnaker](/apps/devops/spinnaker.md)
* [Argo](/apps/devops/argo.md)
* [Flux GitOps](/apps/devops/flux.md)

## 其他

* [Kompose](/apps/devops/kompose.md)


---

# 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:

```
GET https://kubernetes.feisky.xyz/apps/devops.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
