Skip to content

th3gentleman-MubinGirach/SMB-K8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMB-K8s

This repository is for performing an use case of mounting on premises SMB share on Windows Server to Kubernetes cluster in Linux Pods

Below are the steps to be carried out

  • Provision a k8s cluster
  • Deploy a VM and create a SMB share
  • Install the csi-smb driver using helm/kubectl from this link
  • Create a secret with the credentials of the user created for the SMB share using the below commands
  •  kubectl create secret generic share-creds --from-literal username="xxx" --from-literal password="xxx" -n default 
  • Create a Persistent Volume
  • Create a Persistent Volume Claim
  • Create a deployment referencing to the Volume claim created earlier

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published