Steps to Install NVM & Node on Ubuntu 20.04 LTS with Examples

NVM stands for Node Version Manager tool. Using NVM,we can install & manage multiple node.js versions in a linux system & We can also install/choose specific version of node for applications. It provides an option to auto select Node version using .nvmrc configuration file. Node.js is a JavaScript platform used for general-purpose programming. It allows …

How to configure Kubernetes on Linux.

Kubernetes is a tool for managing Docker containers at scale on on-premise server or across hybrid cloud environments.It is provided with Kubernetes to help users install a production ready Kubernetes cluster.In Kubernetes cluster.we needs a minimum of two nodes – a master node and a worker node. Install Kubernetes & Contianer Install kubernetes & container …