Repository: camel Updated Branches: refs/heads/master 9434f5d6a -> 6e9c513d4
Improved docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6e9c513d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6e9c513d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6e9c513d Branch: refs/heads/master Commit: 6e9c513d4651dc290a6282e99d1fbda504c8961c Parents: 9434f5d Author: Andrea Cosentino <anco...@gmail.com> Authored: Wed Mar 8 16:51:53 2017 +0100 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Wed Mar 8 16:51:53 2017 +0100 ---------------------------------------------------------------------- .../ReadMe.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/6e9c513d/examples/camel-example-kubernetes-fabric8-maven-plugin/ReadMe.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-kubernetes-fabric8-maven-plugin/ReadMe.md b/examples/camel-example-kubernetes-fabric8-maven-plugin/ReadMe.md index 92e112f..95ed86e 100644 --- a/examples/camel-example-kubernetes-fabric8-maven-plugin/ReadMe.md +++ b/examples/camel-example-kubernetes-fabric8-maven-plugin/ReadMe.md @@ -34,6 +34,19 @@ cassandra-0 1/1 Running 0 2h cassandra-1 1/1 Running 0 2h ``` +You can also verify the healt of your cluster by running + +``` +kubectl exec <pod_name> -it nodetool status +Datacenter: DC1-K8Demo +====================== +Status=Up/Down +|/ State=Normal/Leaving/Joining/Moving +-- Address Load Tokens Owns (effective) Host ID Rack +UN 172.17.0.4 212.14 KiB 32 53.1% 9bf81ccd-4aa1-451b-b56e-c16c5ee04836 Rack1-K8Demo +UN 172.17.0.6 170.08 KiB 32 46.9% 69cc6f60-9ccf-439d-a298-b79b643c1586 Rack1-K8Demo +``` + ### Building and running Navigate to the project folder and the example can be built with