You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-kubernetes-cluster-log-collector-script.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,47 +17,47 @@ Microsoft support may need deeper visibility within the Nexus Kubernetes cluster
17
17
18
18
The log collector script is designed to comprehensively gather data across various aspects of the system for troubleshooting and analysis purposes. Below is an overview of the types of diagnostic data it collects:
19
19
20
-
### System and Kernel Diagnostics
20
+
### System and kernel diagnostics
21
21
22
-
- Kernel Information: Logs, human-readable messages, version, and architecture, for in-depth kernel diagnostics.
22
+
- Kernel information: Logs, human-readable messages, version, and architecture, for in-depth kernel diagnostics.
23
23
- Operating System Logs: Essential logs detailing system activity and container logs for system services.
24
24
25
-
### Hardware and Resource Usage
25
+
### Hardware and resource usage
26
26
27
-
- CPU and IO Throttled Processes: Identifies throttling issues, providing insights into performance bottlenecks.
27
+
- CPU and IO throttled processes: Identifies throttling issues, providing insights into performance bottlenecks.
28
28
- Network Interface Statistics: Detailed statistics for network interfaces to diagnose errors and drops.
29
29
30
-
### Software and Services
30
+
### Software and services
31
31
32
-
- Installed Packages: A list of all installed packages, vital for understanding the system's software environment.
33
-
- Active System Services: Information on active services, process snapshots, and detailed system and process statistics.
34
-
- Container Runtime and Kubernetes Components Logs: Logs for Kubernetes components and other vital services for cluster diagnostics.
32
+
- Installed packages: A list of all installed packages, vital for understanding the system's software environment.
33
+
- Active system services: Information on active services, process snapshots, and detailed system and process statistics.
34
+
- Container runtime and Kubernetes components logs: Logs for Kubernetes components and other vital services for cluster diagnostics.
35
35
36
-
### Networking and Connectivity
36
+
### Networking and connectivity
37
37
38
-
- Network Connection Tracking Information: Conntrack statistics and connection lists for firewall diagnostics.
39
-
- Network Configuration and Interface Details: Interface configurations, IP routing, addresses, and neighbor information.
40
-
- Multicard Interface Configuration Logs: Logs related to the configuration of multi-network card interfaces.
41
-
- Network Connectivity Tests: Tests external network connectivity and Kubernetes API server communication.
42
-
- DNS Resolution Configuration: DNS resolver configuration for diagnosing domain name resolution issues.
43
-
- Networking Configuration and Logs: Comprehensive networking data including connection tracking and interface configurations.
44
-
- Container Network Interface (CNI) Configuration: Configuration of CNI for container networking diagnostics.
38
+
- Network connection tracking information: Conntrack statistics and connection lists for firewall diagnostics.
39
+
- Network configuration and interface details: Interface configurations, IP routing, addresses, and neighbor information.
40
+
- Multicard interface configuration logs: Logs related to the configuration of multi-network card interfaces.
41
+
- Network connectivity tests: Tests external network connectivity and Kubernetes API server communication.
42
+
- DNS resolution configuration: DNS resolver configuration for diagnosing domain name resolution issues.
43
+
- Networking configuration and logs: Comprehensive networking data including connection tracking and interface configurations.
44
+
- Container network interface (CNI) configuration: Configuration of CNI for container networking diagnostics.
45
45
46
-
### Security and Compliance
46
+
### Security and compliance
47
47
48
-
- SELinux Status: Reports the SELinux mode to understand access control and security contexts.
49
-
- IPtables Rules: Configuration of IPtables rulesets for insights into firewall settings.
48
+
- SELinux status: Reports the SELinux mode to understand access control and security contexts.
49
+
- IPtables rules: Configuration of IPtables rulesets for insights into firewall settings.
50
50
51
-
### Storage and Filesystems
51
+
### Storage and filesystems
52
52
53
-
- Mount Points and Volume Information: Detailed information on mount points, volumes, disk usage, and filesystem specifics.
53
+
- Mount points and volume information: Detailed information on mount points, volumes, disk usage, and filesystem specifics.
54
54
55
-
### Configuration and Management
55
+
### Configuration and management
56
56
57
-
- System Configuration: Sysctl parameters for a comprehensive view of kernel runtime configuration.
58
-
- Kubernetes Configuration and Health: Kubernetes setup details, including configurations and service listings.
59
-
- Container Runtime Information: Configuration, version information, and details on running containers.
60
-
- Container Runtime Interface (CRI) Information: Operations data for container runtime interface, aiding in container orchestration diagnostics.
57
+
- System configuration: Sysctl parameters for a comprehensive view of kernel runtime configuration.
58
+
- Kubernetes configuration and health: Kubernetes setup details, including configurations and service listings.
59
+
- Container runtime information: Configuration, version information, and details on running containers.
60
+
- Container runtime interface (CRI) information: Operations data for container runtime interface, aiding in container orchestration diagnostics.
0 commit comments