Skip to content
Max Hwang edited this page Dec 19, 2016 · 8 revisions

Why did you not implement $feature_name?

Because we didn't need it but we are open for new feature requests and PR.

Why do you use node agent and why did you write it on python?

Because we need it. It sends information about the new nodes to master and master can add the nodes to the clusters. We used Python because most of Linux distros have it installed by default.

Why did you select Swarm and not kubernetes as the orchestration layer?

Haven's goal is to make it dead simple to configure and setup a Docker platform. Kubernetes is a reliable and proven orchestration platform but the installation and operational learning curve is very steep.

Clone this wiki locally