How to Check Hardware information in AIX?
How to Check Hardware information in AIX? 1. Please run "prtconf" on the Prompt. You need not to be root to run this comma...
-->
How to Check Hardware information in AIX? 1. Please run "prtconf" on the Prompt. You need not to be root to run this comma...
How to Change the boot disk and test from which disk the Server has been booted in AIX 7? 1. Check from which disk the server has been...
How to add a label in Kubernetes Node? 1. Check the nodes. [root@kubemaster ~]# kubectl get nodes NAME STATUS ROLES A...
How to run Filebeat on Kubernetes? You can use Filebeat Docker images on Kubernetes to retrieve and ship container logs. You deplo...
How to update and upgrade the ubuntu system This tutorial shows you how to upgrade the ubuntu system. If you have just started usi...
Error: kubelet: failed to run Kubelet: failed to create kubelet: misconfiguration: kubelet cgroup driver: "systemd" is differen...
Nodes are in Not ready state? 1. Check the Nodes Status. Kubectl get nodes 2. Check the Particular node. kubectl describe node ...
How to install docker ce(Community Edition) or upgrade docker-ce 1. Uninstall Old Docker Versions if installed. yum remove docker ...
How to Change Docker Logging Driver from journald to json-file in centOS/RHEL ? 1. Check the current Docker Logging Driver. [root@...