Skip to content

AdnanHodzic/nfs-server-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfs-server-k8s: NFS server container image for Kubernetes

"nfs-server-k8s" container image was created in aim to have NFS capabilities on (Google) Kubernetes Enginer cluster without having to use services like Filestore. It was created for purposes of wp-k8s (WordPress on Kubernetes) project: GitHub, blog post.

It does by installing necessary tools to have NFS server/volume running on a container and by exporting /exports via NFS.

This image is based on gcr.io/google_containers/volume-nfs:0.8 container image (nfs-data source code). At this point only difference is that nfs-server-k8s will contain all the latest system updates of CentOS 7 system volume-nfs:0.8 is based on.

Image is available on DockerHub and can be pulled by running: docker pull docker.io/adnanhodzic/nfs-server-k8s