You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Gokulnath Chidambaram <c....@gmail.com> on 2020/01/22 06:04:48 UTC

Kubernetes persistant volumes

Hello,

We have pool of persistent volumes (PV's) in kubernetes and we want to use
PV's as ignite persistence storage. '

Since there are different volumes are getting used, how does ignite
recognize the individual volumes?

Need installation instructions to support this feature.

Thanks,
-gokul

Re: Kubernetes persistant volumes

Posted by Denis Magda <dm...@apache.org>.
Hi Gokul,

Try to assign specific PV to specific Ignite pods by having several
different Kubernetes configuration files.

-
Denis


On Wed, Jan 22, 2020 at 8:43 PM Gokulnath Chidambaram <c....@gmail.com>
wrote:

> thanks Stephen.  If i understand it correctly, this deployment uses single
> PV for ignite persistence.  If we have pool of PV's, how to make ignite
> persistence. How to share these pv's among ignite nodes?.
>
> On Wed, Jan 22, 2020 at 3:00 PM Stephen Darlington <
> stephen.darlington@gridgain.com> wrote:
>
>> The general recommendation is to use stateful sets:
>> https://www.gridgain.com/docs/latest/installation-guide/kubernetes/openshift-deployment
>>
>> > On 22 Jan 2020, at 06:04, Gokulnath Chidambaram <c....@gmail.com>
>> wrote:
>> >
>> > Hello,
>> >
>> > We have pool of persistent volumes (PV's) in kubernetes and we want to
>> use PV's as ignite persistence storage. '
>> >
>> > Since there are different volumes are getting used, how does ignite
>> recognize the individual volumes?
>> >
>> > Need installation instructions to support this feature.
>> >
>> > Thanks,
>> > -gokul
>>
>>
>>

Re: Kubernetes persistant volumes

Posted by Gokulnath Chidambaram <c....@gmail.com>.
thanks Stephen.  If i understand it correctly, this deployment uses single
PV for ignite persistence.  If we have pool of PV's, how to make ignite
persistence. How to share these pv's among ignite nodes?.

On Wed, Jan 22, 2020 at 3:00 PM Stephen Darlington <
stephen.darlington@gridgain.com> wrote:

> The general recommendation is to use stateful sets:
> https://www.gridgain.com/docs/latest/installation-guide/kubernetes/openshift-deployment
>
> > On 22 Jan 2020, at 06:04, Gokulnath Chidambaram <c....@gmail.com>
> wrote:
> >
> > Hello,
> >
> > We have pool of persistent volumes (PV's) in kubernetes and we want to
> use PV's as ignite persistence storage. '
> >
> > Since there are different volumes are getting used, how does ignite
> recognize the individual volumes?
> >
> > Need installation instructions to support this feature.
> >
> > Thanks,
> > -gokul
>
>
>

Re: Kubernetes persistant volumes

Posted by Gokulnath Chidambaram <c....@gmail.com>.
thanks Stephen.  If i understand it correctly, this deployment uses single
PV for ignite persistence.  If we have pool of PV's, how to make ignite
persistence. How to share these pv's among ignite nodes?.



On Wed, Jan 22, 2020 at 3:00 PM Stephen Darlington <
stephen.darlington@gridgain.com> wrote:

> The general recommendation is to use stateful sets:
> https://www.gridgain.com/docs/latest/installation-guide/kubernetes/openshift-deployment
>
> > On 22 Jan 2020, at 06:04, Gokulnath Chidambaram <c....@gmail.com>
> wrote:
> >
> > Hello,
> >
> > We have pool of persistent volumes (PV's) in kubernetes and we want to
> use PV's as ignite persistence storage. '
> >
> > Since there are different volumes are getting used, how does ignite
> recognize the individual volumes?
> >
> > Need installation instructions to support this feature.
> >
> > Thanks,
> > -gokul
>
>
>

Re: Kubernetes persistant volumes

Posted by Stephen Darlington <st...@gridgain.com>.
The general recommendation is to use stateful sets: https://www.gridgain.com/docs/latest/installation-guide/kubernetes/openshift-deployment 

> On 22 Jan 2020, at 06:04, Gokulnath Chidambaram <c....@gmail.com> wrote:
> 
> Hello,
> 
> We have pool of persistent volumes (PV's) in kubernetes and we want to use PV's as ignite persistence storage. '
> 
> Since there are different volumes are getting used, how does ignite recognize the individual volumes?
> 
> Need installation instructions to support this feature.
> 
> Thanks,
> -gokul