Hi all,
Is anyone working with Ignite & kubernetes? Moreover I’d like to understand how it would be possible to do auto discovery of new Ignite nodes. Thanks, Christos |
Ignite does not have any specific Kubernetes integration, however, if it
supports TCP/IP, which I am pretty sure it does, then we can easily do auto-discovery there using our static IP discovery: https://apacheignite.readme.io/docs/cluster-config#static-ip-based-discovery Also, it is likely that it will work smoothly with Ignite docker container: https://ignite.apache.org/download.cgi#docker D. On Thu, Apr 28, 2016 at 6:50 AM, Christos Erotocritou <[hidden email] > wrote: > Hi all, > > Is anyone working with Ignite & kubernetes? > > Moreover I’d like to understand how it would be possible to do auto > discovery of new Ignite nodes. > > Thanks, > > Christos |
I came up with https://github.com/pires/apache-ignite-discovery-kubernetes.
I have been using this in production Kubernetes. Obviously, one needs DNS integration which happens to be a best-practice anyway. Pires On Thu, Apr 28, 2016 at 4:45 PM Dmitriy Setrakyan <[hidden email]> wrote: > Ignite does not have any specific Kubernetes integration, however, if it > supports TCP/IP, which I am pretty sure it does, then we can easily do > auto-discovery there using our static IP discovery: > > > https://apacheignite.readme.io/docs/cluster-config#static-ip-based-discovery > > Also, it is likely that it will work smoothly with Ignite docker container: > https://ignite.apache.org/download.cgi#docker > > D. > > On Thu, Apr 28, 2016 at 6:50 AM, Christos Erotocritou < > [hidden email]> wrote: > >> Hi all, >> >> Is anyone working with Ignite & kubernetes? >> >> Moreover I’d like to understand how it would be possible to do auto >> discovery of new Ignite nodes. >> >> Thanks, >> >> Christos > > > |
Paulo, would you like to contribute this to Ignite?
On Tue, Jun 28, 2016 at 11:43 AM, Paulo Pires <[hidden email]> wrote: > I came up with https://github.com/pires/apache-ignite-discovery-kubernetes > . > > I have been using this in production Kubernetes. Obviously, one needs DNS > integration which happens to be a best-practice anyway. > > Pires > > On Thu, Apr 28, 2016 at 4:45 PM Dmitriy Setrakyan <[hidden email]> > wrote: > >> Ignite does not have any specific Kubernetes integration, however, if it >> supports TCP/IP, which I am pretty sure it does, then we can easily do >> auto-discovery there using our static IP discovery: >> >> >> https://apacheignite.readme.io/docs/cluster-config#static-ip-based-discovery >> >> Also, it is likely that it will work smoothly with Ignite docker >> container: >> https://ignite.apache.org/download.cgi#docker >> >> D. >> >> On Thu, Apr 28, 2016 at 6:50 AM, Christos Erotocritou < >> [hidden email]> wrote: >> >>> Hi all, >>> >>> Is anyone working with Ignite & kubernetes? >>> >>> Moreover I’d like to understand how it would be possible to do auto >>> discovery of new Ignite nodes. >>> >>> Thanks, >>> >>> Christos >> >> >> |
Sorry for the delay. Sure! Need guidance, though. I'll ping you on gitter.
On Jun 28, 2016 20:18, "Dmitriy Setrakyan" <[hidden email]> wrote: > Paulo, would you like to contribute this to Ignite? > > On Tue, Jun 28, 2016 at 11:43 AM, Paulo Pires <[hidden email]> wrote: > >> I came up with >> https://github.com/pires/apache-ignite-discovery-kubernetes. >> >> I have been using this in production Kubernetes. Obviously, one needs DNS >> integration which happens to be a best-practice anyway. >> >> Pires >> >> On Thu, Apr 28, 2016 at 4:45 PM Dmitriy Setrakyan <[hidden email]> >> wrote: >> >>> Ignite does not have any specific Kubernetes integration, however, if it >>> supports TCP/IP, which I am pretty sure it does, then we can easily do >>> auto-discovery there using our static IP discovery: >>> >>> >>> https://apacheignite.readme.io/docs/cluster-config#static-ip-based-discovery >>> >>> Also, it is likely that it will work smoothly with Ignite docker >>> container: >>> https://ignite.apache.org/download.cgi#docker >>> >>> D. >>> >>> On Thu, Apr 28, 2016 at 6:50 AM, Christos Erotocritou < >>> [hidden email]> wrote: >>> >>>> Hi all, >>>> >>>> Is anyone working with Ignite & kubernetes? >>>> >>>> Moreover I’d like to understand how it would be possible to do auto >>>> discovery of new Ignite nodes. >>>> >>>> Thanks, >>>> >>>> Christos >>> >>> >>> > |
Paulo,
If you’re still interested in this contribution then you can refer to this discussion http://apache-ignite-developers.2346864.n4.nabble.com/New-Advanced-Task-for-Contribution-Apache-Ignite-and-Kubernetes-td11952.html <http://apache-ignite-developers.2346864.n4.nabble.com/New-Advanced-Task-for-Contribution-Apache-Ignite-and-Kubernetes-td11952.html> I’ve done initial investigation and prepared a list of the tasks. — Denis > On Jul 5, 2016, at 4:00 PM, Paulo Pires <[hidden email]> wrote: > > Sorry for the delay. Sure! Need guidance, though. I'll ping you on gitter. > > On Jun 28, 2016 20:18, "Dmitriy Setrakyan" <[hidden email] <mailto:[hidden email]>> wrote: > Paulo, would you like to contribute this to Ignite? > > On Tue, Jun 28, 2016 at 11:43 AM, Paulo Pires <[hidden email] <mailto:[hidden email]>> wrote: > I came up with https://github.com/pires/apache-ignite-discovery-kubernetes <https://github.com/pires/apache-ignite-discovery-kubernetes>. > > I have been using this in production Kubernetes. Obviously, one needs DNS integration which happens to be a best-practice anyway. > > Pires > > On Thu, Apr 28, 2016 at 4:45 PM Dmitriy Setrakyan <[hidden email] <mailto:[hidden email]>> wrote: > Ignite does not have any specific Kubernetes integration, however, if it supports TCP/IP, which I am pretty sure it does, then we can easily do auto-discovery there using our static IP discovery: > > https://apacheignite.readme.io/docs/cluster-config#static-ip-based-discovery <https://apacheignite.readme.io/docs/cluster-config#static-ip-based-discovery> > > Also, it is likely that it will work smoothly with Ignite docker container: > https://ignite.apache.org/download.cgi#docker <https://ignite.apache.org/download.cgi#docker> > > D. > > On Thu, Apr 28, 2016 at 6:50 AM, Christos Erotocritou <[hidden email] <mailto:[hidden email]>> wrote: > Hi all, > > Is anyone working with Ignite & kubernetes? > > Moreover I’d like to understand how it would be possible to do auto discovery of new Ignite nodes. > > Thanks, > > Christos > > |
Free forum by Nabble | Edit this page |