Kubernetes Explained in Layman terms

Default

In order to start Kubernetes tutorials, let's have an initial understanding, of what Kubernetes is. This section is meant only for freshers who have no knowledge of Kubernetes. If you are having a basic understanding ... Read more

Install VirtualBox on Windows

How to install VirtualBox on Windows ?

VirtualBox is a hypervisor software delivered by Oracle for virtualization. It is a hypervisor (Type2) which can host Virtual Machines of different operating system on a host machine. VM will be allocated a portion of ... Read more

What is a Hypervisor in Cloud Computing?

What is a Hypervisor in Cloud computing?

A Hypervisor is a software that enables a physical machine to share its resources across Multiple virtual machines. It is a hardware virtualization method which makes possible for a user to run multiple guest Operating ... Read more

How to set/update hostname in linux machine

How to set/update hostname in linux machine

What is Hostname? Hostname is the name given to machine in the network for identification. In a Network, admins allocate unique hostname for identification. Hostname can be a alphanumeric string with dots and dash. Host ... Read more