微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Beluga <strong>为什么不用 Kubernetes 或者 Mesos?</strong><strong>Beluga 不能做什么</strong><strong>需求</strong> Docker 发布工具

程序名称:Beluga <strong>为什么不用 Kubernetes 或者 Mesos?</strong><strong>Beluga 不能做什么</strong><strong>需求</strong>

授权协议: Apache

操作系统: Linux

开发语言: SHELL

Beluga <strong>为什么不用 Kubernetes 或者 Mesos?</strong><strong>Beluga 不能做什么</strong><strong>需求</strong> 介绍

Beluga 是一个命令行工具,用来将 Docker 容器发布到单个服务器以及数量不多的服务器群组。

为什么不用 Kubernetes 或者 Mesos?

  • 当前 Docker 不支持多租户环境

  • 所以不管是 Kubernetes 还是 Mesos 都无法操作 Docker/容器层

  • 很多实际的问题:

  • #2918 (PR: #4572) (container root is identical to host root -- volumes can be written and read from as host root inside container).

  • (WIP) Docker doesn’t have any ACL. Writing to docker.sock == root.

  • #5619 (PR: #6000) (absolute symlinks and symlink path components copy host target).

Beluga 不能做什么

  • Down-to-distro cluster managements

  • Docker registry or app management itself

  • Magic service discovery

  • Infrastructure management ### How is it working?

    • Run dockerfiles to build them

    • Push them to repository

    • Pull them when connected to server by ssh

    • That’s it!

需求

  • A Unix compatible system with RSync

  • SSH

  • Docker Compose

  • ObvIoUsly, Docker..

  • Some love.

Beluga <strong>为什么不用 Kubernetes 或者 Mesos?</strong><strong>Beluga 不能做什么</strong><strong>需求</strong> 官网

https://github.com/cortexmedia/Beluga

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐