#k8s
Read more stories on Hashnode
Articles with this tag
Configuration of NFS Server Step 1: Install NFS Kernel Server Before installing the NFS Kernel server, update your system’s repository index with the...
Helm 3 Installation · Before you proceed with these installation steps, make sure your workstation's kubectl context is set to the appropriate cluster...
One tool for effectively managing Kubernetes applications is Helm, a package manager for Kubernetes. Helm makes it easier to install apps on your...
The open-source container orchestration technology Kubernetes, also known as K8s, has completely changed how we administer and implement containerized...
Step 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...