<p>Feature List:</p>
<ul>
<li><p>Layer-7 Proxy:HTTP requests can be load balanced to different tasks base on Round Robin policy, with more coming soon.</p></li>
<li><p>Built-in DNS Proxy:each tasks and apps can be uniquely identify by a SRV record, with which micro-services can be easily addressed within the cluster, and can also be resolved seamlessly from outside of the cluster if have DNS setup properly.</p></li>
<li><p>Support application with Replicates mode and Fixed mode: replicates mode application tends to be easily scale up/scale down, fixed mode applications are those supposed not to change frequently.</p></li>
<li><p>One IP per container :unique IP address can be assign to container holding task, with enable easy access for app with fixed mode.</p></li>
<li><p>Resources Prefetching:user can define arbitrary resources to be downloaded into sandbox before any task launched.</p></li>
<li><p>Port Naming: any port supposed to be exposed can be aliased by a readable name.</p></li>
<li><p>CLI:Command Line Tool help easily access to Swan's features.</p></li>
<li><p>Heath check:help easily access to Mesos's internal health check feature, user can define TCP, HTTP or even CMD type of checks with JSON schema.</p></li>
<li><p>HA: with adoption of Raft consensus algorithm, and modification on Swan internal state machine can be replicates to followers for backup purpose, there would be no data loss if up to N/2+1 nodes alive.</p></li>
<li><p>Flexible Task Scheduling Policy:task can be dispatch to reserved Mesos agent if policy setup properly.</p></li>
</ul>
<p>Swan is a mesos scheduling framework written in golang based on mesos new HTTP API.</p>
<p>you can use swan to deployment application on mesos cluster, and manage the entire lifecycle of the application. you can do rolling-update with new version, you can scale application, and you can do health check for your applications and auto failover when applications or services are not available.</p>
<p>Swan is maintained by dataman-cloud, and licensed under the Apache License, Version 2.0.</p>
<p>Fork me on GitHub!
<a href="https://github.com/Dataman-Cloud/swan" rel="nofollow">https://github.com/Dataman-Cloud/swan</a></p>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传