Skip to content

Commit

Permalink
Merge pull request #6 from vngcloud/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
cuongpiger authored Jan 4, 2024
2 parents 792844d + 466470a commit 2184dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- One drawback of **block volume** is that it **DOES NOT** support the `ReadWriteMany` (`RWX`) mode, this is understandable because Linux filesystem type `ext4` **DOES NOT** have multiple node writing permission.
- Therefore, to use `RWX` mode, the block volume must be replaced with a **shared file system** or **NFS server**.

\\( \Rightarrow \\) To solve the above problem, users can build a NFS server right inside the Kubernetes clusters, ensure high availability for it using Kubernetes Deployment, and allow services inside the cluster to access it via Kubernetes Service.
\\( \Rightarrow \\) To solve the above problem, users can build an NFS server inside the Kubernetes clusters, ensure high availability using Kubernetes Deployment, and allow services inside the cluster to access it via Kubernetes Service.

## Prepare the necessary resources
This laboratory exercise is conducted on a Kubernetes cluster comprising one master node and three worker nodes, all equipped with the **vContainer Storage Interface** plugin. The following resources are required:
Expand Down

0 comments on commit 2184dae

Please sign in to comment.