How To Configure NFS ServerConfiguration of NFS Server Step 1: Install NFS Kernel Server Before installing the NFS Kernel server, update your system’s repository index with the following command: sudo apt-get update This ensures you install the latest available version of soft...Feb 1, 2024·2 min read
Pods: The Foundation of Kubernetes OrchestrationThe open-source container orchestration technology Kubernetes, also known as K8s, has completely changed how we administer and implement containerized apps. "Pods" the essential components of this ecosystem, are at the core of the Kubernetes concept....Oct 27, 2023·3 min read
How I used KOPS To Setup a K8S Cluster in AWSStep 1: Create an Ubuntu EC2 instance in AWS Step2: Install AWSCLI #Using snaps to install aws cli sudo snap install aws-cli --classic #To verify the installation aws --version Manual Installation Using the AWS CLI Bundle curl "https://s3.amaz...Jun 4, 2023·2 min read