Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Kubernetes Clusters
Last Published:
2024-10-04
Product(s):
NetBackup & Alta Data Protection (10.5)
- Introduction
- Section I. Configurations
- Prerequisites
- Recommendations and Limitations
- Configurations
- Configuration of key parameters in Cloud Scale deployments
- Section II. Deployment
- Section III. Monitoring and Management
- Monitoring NetBackup
- Monitoring Snapshot Manager
- Monitoring fluentbit
- Monitoring MSDP Scaleout
- Managing NetBackup
- Managing the Load Balancer service
- Managing PostrgreSQL DBaaS
- Managing fluentbit
- Performing catalog backup and recovery
- Managing MSDP Scaleout
- Section IV. Maintenance
- MSDP Scaleout Maintenance
- PostgreSQL DBaaS Maintenance
- Patching mechanism for primary, media servers, fluentbit pods, and postgres pods
- Upgrading
- Cloud Scale Disaster Recovery
- Uninstalling
- Troubleshooting
- Troubleshooting AKS and EKS issues
- Troubleshooting AKS-specific issues
- Troubleshooting EKS-specific issues
- Troubleshooting AKS and EKS issues
- Appendix A. CR template
Monitoring fluentbit for logging strategy
Using the following commands, you can debug the logs in the collector pod:
Table: Commands for debugging the logs
Command | Usage |
---|---|
$ kubectl describe pod -n <netbackup namespace> <pod name> | To check the status of the pods and information about the sidecars. |
$ kubectl logs -n <netbackup namespace> <pod name> | To read (view) the logs of the primary container of a pod including the fluentbit collector pod. |
$ kubectl logs -n <netbackup namespace> <pod name> -c <container name> | If the container you are looking at is a sidecar you can specify the container with -c. |
Note:
The appearance of some logs depends on whether the infrastructure nodes are scheduled in the nodes with NetBackup services, that are picked up by the daemonset.