简体   繁体   English

具有F / OSS的linux自动缩放器

[英]linux autoscaler with F/OSS

I'd like to implement an autoscaler using Linux, something with the functionality of the AWS autoscaler -- that is, I'm not running in AWS but I'd like to have a similar device :) 我想使用Linux来实现自动缩放器,它具有AWS自动缩放器的功能-也就是说,我没有在AWS中运行,但是我想要一个类似的设备:)

Has anyone done something like this? 有人做过这样的事情吗? Any ideas of where to start with open-source tools? 关于从开源工具开始的任何想法?

You might consider something like Apache Mesos or some of its competitors/peers. 您可能会考虑使用Apache Mesos之类的东西或其一些竞争对手/同行。 It probably does more than what you want, but may fit the bill. 它可能做的比您想要的要多,但可能符合要求。 I guess part of the question is if you are scaling at the application level or the os level. 我想部分问题是您是在应用程序级别还是在OS级别进行扩展。 The Apache Mesos project is here: https://mesos.apache.org/ Apache Mesos项目在这里: https ://mesos.apache.org/

Edit... Hashicorp focuses a lot on work in the virtualization area and have open source tooling ( https://www.hashicorp.com/#open-source-tools ). 编辑... Hashicorp专注于虚拟化领域的工作,并拥有开源工具( https://www.hashicorp.com/#open-source-tools )。 Likewise, you could look at Docker and similar Container technologies. 同样,您可以研究Docker和类似的Container技术。 They are lower level and lighter-weight than virtual machines. 与虚拟机相比,它们的级别更低,重量更轻。 The tooling comes in commercial and open source varieties. 该工具有商业和开源版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM