Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Kubernetes Clusters
Last Published:
2024-06-17
Product(s):
NetBackup & Alta Data Protection (10.4.0.1)
- 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 MSDP Scaleout
- Managing NetBackup
- Managing the Load Balancer service
- Managing PostrgreSQL DBaaS
- Performing catalog backup and recovery
- Managing MSDP Scaleout
- Section IV. Maintenance
- MSDP Scaleout Maintenance
- PostgreSQL DBaaS Maintenance
- Patching mechanism for Primary and Media servers
- 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
Resolving an issue where external IP address is not assigned to a NetBackup server's load balancer services
The issue can be because of one of the following reasons:
The
mentioned in custom resource is not unique and valid.The static IP is provided in
section in CR but it is not created in Azure/AWS.The static IP is provided in
section in CR is already in use.The subnet or resource group is mentioned in annotations of
section in CR spec, the IP address is not available in given subnet or resource group.The RBAC permissions in your cluster for the given subnet or resource group are not assigned properly for allocating IP addresses.
To resolve an issue where external IP address is not assigned to a NetBackup server's load balancer services
- Check the event logs of load balancer service using the kubectl describe service <svc-name> -n <namespace> command for detailed error information.
- Run the kubectl edit Environment <environmentCR-name> -n <namespace> command.
- Depending on the output of the command and the reason for the issue, perform the required steps and update the environment CR to resolve the issue.