Cluster


Kubernetes

Kubernetes: NameSpace

The namespaces in Kubernetes provides a way for separating groups of resources hosted within a single cluster. While the default namespace where all the pods and applications get hosted is in the “default” namespace, the…


Kubernetes

Kubernetes: Basic commands

Once the installation of Kubernetes cluster is competed, let us go with the basic commands. The below command lists the pods running on the cluster. Remember that there are several services used by Kubernetes already…


linux

Linux Pacemaker – the new HA (High Availability)

In the world of running critical application, where we cannot afford downtime caused by hardware failures, it becomes necessary to run cluster of hardware, where the application can be automatically migrated to another running hardware,…