Tag: Documentation

lslogins Command Overview
Linux

lslogins Command Overview

The lslogins command provides detailed information about user accounts on a Linux system. It displays data about users, including last login times, account statuses, and group memberships.
What Are Kubernetes Namespace Scopes
Kubernetes

Namespace Scope in Kubernetes

Kubernetes uses namespaces to isolate resources. They partition the cluster for teams, environments or apps. You can attach quotas, security policies and network controls per namespace. This article explains Namespace API v1 at a glance.
Kubernetes: Perform a Rollback on a DaemonSet
Kubernetes

Kubernetes: Perform a Rollback on a DaemonSet

Rolling back a DaemonSet returns your cluster to a known good state when an update fails. You can revert to a prior revision without downtime. This guide shows step-by-step commands, YAML samples, verification and troubleshooting to restore your DaemonSet in production.