Please enter search query.
Search <book_title>...
NetBackup™ for Kubernetes Administrator's Guide
Last Published:
2024-09-30
Product(s):
NetBackup & Alta Data Protection (10.5)
- Overview of NetBackup for Kubernetes
- Deploying and configuring the NetBackup Kubernetes operator
- Configure settings for NetBackup snapshot operation
- Deploying certificates on NetBackup Kubernetes operator
- Managing Kubernetes assets
- Managing Kubernetes intelligent groups
- Managing Kubernetes policies
- Protecting Kubernetes assets
- Managing image groups
- Protecting Rancher managed clusters in NetBackup
- Recovering Kubernetes assets
- About incremental backup and restore
- Enabling accelerator based backup
- Enabling FIPS mode in Kubernetes
- About Openshift Virtualization support
- Troubleshooting Kubernetes issues
Connectivity checks between NetBackup primary, media, and Kubernetes servers.
To check the connectivity between NetBackup primary and other hosts, you can refer to the following commands.
Once the required ports are open to facilitate the communication with the NetBackup primary server, you can run the following commands.
To check connectivity between NetBackup primary/media server and Kubernetes cluster, run the following command from Kubernetes operator's pod.
curl -v telnet://<netbackup-server-host>:<port-no>
To check connectivity between NetBackup primary server and Kubernetes cluster, run the following command from NetBackup primary host.
curl -v telnet://<kubernetes-api-server-host>:<port-no>
Note:
The responses to both these commands must indicate that a connection is established successfully.