From 57de0e034e623f7cfaafd9a42a83c24a6ca5074a Mon Sep 17 00:00:00 2001 From: Adam Durana Date: Sun, 1 Feb 2015 13:03:28 -0500 Subject: [PATCH] Fix typo --- hazelcast/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hazelcast/README.md b/hazelcast/README.md index 38acbc23..d630d260 100644 --- a/hazelcast/README.md +++ b/hazelcast/README.md @@ -1,6 +1,6 @@ ## Cloud Native Deployments of Hazelcast using Kubernetes -The following document describes the development of a _cloud native_ [Hazelcast](http://http://hazelcast.org//) deployment on Kubernetes. When we say _cloud native_ we mean an application which understands that it is running within a cluster manager, and uses this cluster management infrastructure to help implement the application. In particular, in this instance, a custom Hazelcast ```bootstrapper``` is used to enable Hazelcast to dynamically discover Hazelcast nodes that have already joined the cluster. +The following document describes the development of a _cloud native_ [Hazelcast](http://hazelcast.org/) deployment on Kubernetes. When we say _cloud native_ we mean an application which understands that it is running within a cluster manager, and uses this cluster management infrastructure to help implement the application. In particular, in this instance, a custom Hazelcast ```bootstrapper``` is used to enable Hazelcast to dynamically discover Hazelcast nodes that have already joined the cluster. Any topology changes are communicated and handled by Hazelcast nodes themselves.