[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [atomic-devel] [PATCH] geard -> Kubernetes



It would be nice to see a write up on why kubernetes is superior to geard. I spent some time talking with Openshift on the subject. Their reasoning is that kubernetes   is better when companies scale to multiple teams. But the drawbacks are static service discovery which in the openshift project they will be working to add in support for dynamic service discovery, which I do not fully understand since I do not fully understand how kubernetes is central service discovery and geard + Consul is not.

Geard + Consul + Jeff Lindsays Docker Registrator makes dynamic docker service discovery a breeze. Can someone please help better explain why I should drop this in favor of Kubernetes?

From: Colin Walters
Sent: ‎10/‎10/‎2014 9:01 AM
To: atomic-devel projectatomic io
Subject: [atomic-devel] [PATCH] geard -> Kubernetes

We've finally gotten through the Kubernetes packaging and it's in
rawhide now!

Following is a patch, any objections?

The upstream of geard has deprecated it in favor of Kubernetes.
---
fedora-atomic-docker-host.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fedora-atomic-docker-host.json
b/fedora-atomic-docker-host.json
index 830e9f0..ee220e5 100644
--- a/fedora-atomic-docker-host.json
+++ b/fedora-atomic-docker-host.json
@@ -18,8 +18,8 @@
"setools-console",
"audit",
"cockpit",
-                "geard",
+                "kubernetes", "etcd", "cadvisor",
"docker-io"],

-    "units": ["docker.socket", "geard.service", "cockpit.socket"]
+    "units": ["docker.socket", "cockpit.socket"]
}
--
1.8.3.1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]