Added README.md

This commit is contained in:
Mingchen Dai 2024-09-10 08:28:12 +00:00
parent 7b1e15cfc2
commit 5c990464ee
No known key found for this signature in database
GPG Key ID: 830D8248E627888A

@ -1,8 +1,12 @@
# devstar-devcontainer-kubebuilder-scaffold
// TODO(user): Add simple overview of use/purpose
DevStar DevContainer CRD 脚手架工程
## Description
// TODO(user): An in-depth paragraph about your project and overview of use
本工程是 DevStar Studio 项目的子工程,专用于定制 k8s CRD (Custom Resource Definition) 资源及其自定义 Controller
- **CRD 封装**:将 StatefulSet, Service, Ingress 打包部署
- **Self-Healing**:当 DevContainer 意外终止或运维人员意外删库,该组件能够自动重新拉起对应的资源,保证服务的持续交付
## Getting Started