In the Kubernetes environment, we could often see that pods might fail due to various reasons. Most of the time, it could be related to config issues or capacity-related issues. In such conditions, you could see the pod status could be “pending”, “Crashloopbackoff”, “evicted”, “Failed”, “ContainerCannotRun”, “Error”, “ContainerCreating” etc. As a DevOps engineer, you need […]
Redhat
Install and configure Git client on RHEL 7 /CentOS 7?
Install and configure Git client on RHEL 7 /CentOS 7? Git client is a very useful command-line utility to manage git repository from Linux. Git is the most popular distributed version control and source code management system. This article will walk you through how to install git on CentOS 7/ RHEL 7. It also walks […]
How to fix Meltdown & Spectre Vulnerabilities on Redhat Linux?
Redhat is closely working with Intel and AMD to mitigate the risk of micro-architectural (hardware) implementation issues which are named as Meltdown and Spectre. These vulnerabilities are mostly affecting many modern microprocessors which include Intel, AMD, IBM power and ARM processors. These issues can be overcome by updating Linux kernel, virtualization-related components, and/or in combination with […]


