# CoreOS

CoreOS是以Linux系统为基础，为了建设数据中心的需要，而从Linux底层进行了内核裁减。简单说，CoreOS的采用了ChromiumOS定制，裁剪掉了和图形界面相关的软件包、以及非系统必须的Perl、Python运行环境。

管理CoreOS通常采用SSH的shell方式或者基于Web的工具（ [cAdvisor](https://github.com/google/cadvisor)）。

> 由于容器技术、CoreOS、Kubernetes发展非常迅速，从书本和文档中获取的知识往往很快会落伍，所以本文将结合互联网资源进行汇总，并不断修订。

## 参考

* [深入浅出CoreOS（一）：概述](http://dockone.io/article/1026)


---

# Agent Instructions: 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://huataihuang.gitbook.io/cloud-atlas-draft/virtual/coreos.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.
