> For the complete documentation index, see [llms.txt](https://cocktailcloud.gitbook.io/cocktail-cloud-online/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/cocktail-cloud-online/readme.md).

# Cocktail Cloud란?

Cocktail Cloud는 `올인원 컨테이너 관리 플랫폼(All-in-one Container Management Platform)`입니다.

클라우드 사용이 보편화되면서, 인프라 뿐 아니라 애플리케이션, 서비스 관리에 대한 요구가 높아지고 있습니다. 과거와 같은 개발, 운영 방식으로는 클라우드의 장점을 활용하기에 한계가 있기 때문입니다. 특히 애플리케이션 영역에서는 지속적인 통합 및 배포(Continuous Integration/Deploy, CI/CD), 마이그레이션(Migration), 멀티/하이브리드 클라우드 구축 등 자동화, 효율화, 통합 관리에 대한 요구가 증가하고 있습니다.

컨테이너 기술의 확산은 이러한 맥락에서 당연하다고 할 수 있습니다. 현재 많은 기업들이 컨테이너 기술을 도입하였고 그 추세는 계속 증가하고 있습니다. (참조: <http://redmonk.com/fryan/2017/09/10/cloud-native-technologies-in-the-fortune-100>)

컨테이너는 애플리케이션 또는 서비스를 독립되고 실행 가능한 단위로 패키지화 하는 기술로, 인프라 환경에 관계없이 동일한 개발, 운영 경험을 제공합니다. 따라서 인프라에서 서비스까지 클라우드 관리를 표준화하고, 개발 및 운영 노력을 절감할 수 있습니다. 특히 일관된 환경 하에 멀티/하이브리드 클라우드를 관리할수 있다는 장점을 제공합니다.

Cocktail Cloud는 컨테이너의 장점을 클라우드 관리에 적용하여, 개발 및 운영 업무를 효율화하고 단일 또는 멀티/하이브리드 클라우드 전략 구현을 위한 플랫폼을 제공합니다.

Cocktail Cloud의 주요 기능은 다음과 같습니다.

* 코드로부터 빌드, 배포, 업데이트까지의 파이프라인 자동화
* 워크로드(서비스)중심의 컨테이너 관리: 패키징, 수명주기, 자원 등
* 풀 스택 모니터링: 인프라에서 컨테이너까지의 상태 및 자원 모니터링. Alert 관리
* 멀티/하이브리드 클러스터 프로비져닝 및 관리: Baremetal, 프라이빗/퍼블릭 클라우드


---

# 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/cocktail-cloud-online/readme.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.
