Hi,

I am currently researching on using Kubernetes PaaS feature volume to share
APIs among gateway manager and worker nodes.

In Kubernetes Artifacts, we are separating the worker and the manager nodes
in 2 different pods, for which each uses separate replication controller.
Due to nodes being in separate pods, we cannot use the simple Kubernetes
volume mount [1] (like emptyDirs, gitRepo etc...), rather there are other
approaches to share spaces between pods like NFS or GlusterFS as persistent
volume [2].

Doing a POC now to check how the NFS persistent volume can be used to share
the APIs among gateway manager and worker nodes. Will keep this thread
updated on the findings.

[1] - http://kubernetes.io/v1.1/docs/user-guide/volumes.html
[2] - http://kubernetes.io/v1.1/docs/user-guide/persistent-volumes.html

Regards,
Vishanth

-- 
*Vishanth Balasubramaniam*
Committer & PMC Member, Apache Stratos,
Software Engineer, WSO2 Inc.; http://wso2.com

mobile: *+94 77 17 377 18*
about me: *http://about.me/vishanth <http://about.me/vishanth>*
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to