ext4 vs. XFS: Comparing Linux File Systems
Featureext4XFSDesignGeneral-purpose, simple, for desktops/small serversAdvanced, for enterprise/large systemsPerformanceGood for general workloadsExcellent for large files/heavy I/OMax File Size16 Terabytes8 ExabytesMax Partition Read More
Kubernetes PV-PVC resource not deleted
if delete PV but change status to terminating : $ kubectl get pv NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS Read More
What are Terraform variables?
Terraform variables are just one way to parameterize your Terraform files so that they're reusable and flexible. They allow you to define values that you can input into your Terraform code so you don't have Read More