Connecting remote worker nodes to self-managed Kubernetes cluster via Azure P2S VPN connection
Just recently, I was setting up Self-Managed K3s Kubernetes cluster on Azure VM, I had an requirement to include worker nodes from my home network...
Infrastructre & Hardware / Microsoft Azure / Network
by Renjith Ravindranathan · Published November 1, 2020 · Last modified November 3, 2020
Just recently, I was setting up Self-Managed K3s Kubernetes cluster on Azure VM, I had an requirement to include worker nodes from my home network...
by Gini Gangadharan · Published October 19, 2018 · Last modified October 21, 2018
Recently we have noticed some issue with one of our filesystem having issue and realized wrong flags on partition which was used as a Physical...
HP / Infrastructre & Hardware / Utilities
by Gini Gangadharan · Published June 9, 2017 · Last modified May 15, 2018
1. Download HPE iLO firmware files from HPE portal. Make sure you download the required version from here 2. Confirm downloaded packages are full by...
Infrastructre & Hardware / Utilities
by Gini Gangadharan · Published August 4, 2014 · Last modified June 18, 2018
There are many situations where we need to register the host/server to RHN server manually, due to network issues, bad certificate/authentication or time difference on...
Infrastructre & Hardware / Utilities
by Gini Gangadharan · Published April 29, 2014 · Last modified June 18, 2018
We can identify the Unix Operating System architecture by uname or arch command. Try below examples. Linux kernel version and hardware architecture # uname -m...
Infrastructre & Hardware / Utilities
by Gini Gangadharan · Published August 29, 2013 · Last modified June 18, 2018
Shutdown the machine immediately # shutdown -h now Reboot the machine immediately # shutdown -r now Shutdown the machine with user defined message # shutdown...