Please enter search query.
Search <book_title>...
NetBackup™ Deployment Guide for Azure Kubernetes Services (AKS) Cluster
Last Published:
2022-06-27
Product(s):
NetBackup & Alta Data Protection (10.0.0.1)
- Introduction to NetBackup on AKS
- Deployment with environment operators
- Assessing cluster configuration before deployment
- Deploying NetBackup
- About primary server CR and media server CR
- Upgrading NetBackup
- Deploying MSDP Scaleout
- Upgrading MSDP Scaleout
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Managing the Load Balancer service
- Performing catalog backup and recovery
- Managing MSDP Scaleout
- About MSDP Scaleout maintenance
- Uninstalling MSDP Scaleout from AKS
- Troubleshooting
- 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 AKS.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.