k8sp / sextant

Fully automatic installation of CoreOS+Kubernetes clusters
Apache License 2.0
91 stars 29 forks source link

请问能在ubuntu上面使用这套技术吗 #169

Open RobinsChens opened 8 years ago

RobinsChens commented 8 years ago

请问能在ubuntu上面使用这套技术吗

RobinsChens commented 8 years ago

是否配置了日志呢比如EFK

jiamliang commented 8 years ago
  1. RTFM
  2. 目前没有。
wangkuiyi commented 8 years ago

可以用Sextant在一台Ubuntu服务器上部署bootstrapper service —— bootstrapper service运行在Docker container里,不要太老的Ubuntu的Linux kernel都能支持Docker。随后机群中其他机器可以被bootstrapper service中的PXE service引导CoreOS,并且把CoreOS安装到服务器的本地硬盘。随同CoreOS一同部署的还有Kubernetes以及其他组件。这样整个机群都被安装CoreOS+Kubernetes。

关于如何在Kubernetes 跑EFK,请参见这个repo: https://github.com/k8sp/bigdata

wangkuiyi commented 8 years ago

@RobinsChens 的提醒有道理:我们应该让Sextant除了在Kubernetes里启动一个Docker Hub service,还应该将常见应用的Docker images(包括EFK)放进这个 Docker Hub 服务,以便用户启动。

请大家看是这样吧?

Yancey1989 commented 8 years ago

有道理,efk现在还在调试阶段,目前还不能在k8s上跑起来。另外一些常用组件的部署方法在k8sp/bigdata 这个repo中。 后续我们讨论一下看哪些基础组件是必要的,使sextant这个发行版部署起来就达到好用的目标