> For the complete documentation index, see [llms.txt](https://cocktailcloud.gitbook.io/cube/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cocktailcloud.gitbook.io/cube/overview/overview.md).

# CUBE

CUBE는 아콘소프트에서 제공하는 쿠버네티스 배포판입니다.

`cubectl`은 CUBE를 프로비저닝 및 라이프사이클 관리를 자동화하는 Command-Line-Interface 도구입니다.

**주요기능:**

* 쿠버네티스 클러스터 프로비저닝.
* 쿠버네티스 클러스터 노드 스케일 업/다운.
* 쿠버네티스 클러스터 버전 업그레이드.
* 폐쇄망 설치 지원.
* GPU 애드온 설치.
* 사설 저장소 (Harbor) 및 스토리지 서버(NFS, Network File Server) 설치.

## Contents

* [Getting Started](/cube/overview/getting-started.md)
* [Infrastructure Specifications](/cube/overview/system-requirements.md)
* [Download](/cube/overview/download.md)
* [Supported Versions](/cube/overview/supported-versions.md)
* [Release](/cube/overview/release-note.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, and the optional `goal` query parameter:

```
GET https://cocktailcloud.gitbook.io/cube/overview/overview.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.
