Skip to content

포매터 및 코드

Helm 차트 스켈레톤

Chart.yaml + values.yaml + templates in one go.

Runs in your browser

편집자 노트

Understanding · Templated Kubernetes — apt for clusters.

이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.

자주 묻는 질문

Quick answers.

What is included in the skeleton?

The generator creates a valid `Chart.yaml` for metadata, a `values.yaml` file for customisation, and a standard `deployment.yaml` template. These files provide the core structure needed for a functional Helm package.

Is the chart valid for Helm v3?

Yes. The generated files follow the Helm v3 API versioning and directory conventions, ensuring compatibility with modern Kubernetes clusters.

Can I customise the API version or chart type?

You can specify the chart name, version, and description before generation. For complex changes like transitioning from an application to a library chart, you can modify the `type` field in the resulting output.

Is my configuration data secure?

Yes. The skeleton is generated entirely within your browser's memory. No configuration details or repository names are ever sent to or stored on a server.

사람들이 다음도 검색합니다.

관련 도구

More in this room.

모두 보기 포매터 및 코드