NetBackup™ Deployment Guide for Kubernetes Clusters
- 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
- Section IV. 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
- Appendix B. MSDP Scaleout
- MSDP Scaleout configuration
- Managing MSDP Scaleout
- MSDP Scaleout maintenance
Decoupling of NetBackup web services from primary server
From Cloud Scale Technology version 10.5 and later, the NetBackup web services are decoupled (dissociated) from the primary server so that it can be containerized and executed independently as a standalone service pod in a Kubernetes cluster. All the other APIs and web UI behavior remains the same within the NetBackup cluster. The NetBackup web applications and the supporting infrastructure is deployed to /usr/openv/wmc/
as part of a new Docker container image called netbackup-ws-app. This image (netbackup-ws-app) is deployed in a new separate Kubernetes pod within the NetBackup cluster.
The deployment of the web services pod is orchestrated using NetBackup operator framework which manages all of the NetBackup Kubernetes deployment artifacts within a Kubernetes cloud deployment.
Components involved in the decoupled NetBackup web services architecture:
: Thenbwsinit
container is the first file to execute during the deployment. It performs the environmental setup work described in the deployment section below. When thenbwsinit
container stops, the rest of the containers start simultaneously and thenbwsinit
container dissociates.
: Components of volume mounts supportsvnet
proxy sidecar and thenbwsapp
pod mounts the/mnt/sock-data persistent
volume where the proxy files are used to exchange within sockets.
: Components ofKubernetes secrets
is mounted and used by thenbwsinit
container to establish trust with thenbatd
pod in order to get the CA certificate as prerequisite to creating the web services certificates and trust stores.
: For Cloud Scale Technology deployment, the NetBackup web service is unable to make localhost connections. It needs to connect remotely on the primary pod and the decouplednbatd
pod. For these remote service connections, it now needs to use the secure communication infrastructure provided by thevnetd
inbound and outbound proxies.
: Thenbwsapp
includes thenbhousekeeping
sidecar container in its deployment to perform scheduled housekeeping tasks such as log file clean up, rotation and telemetry collection.
: Thenbwsapp
pod includes thefluentbit
sidecar container in its deployment to perform regular log collection from the source container(s) and combine in a separatefluentbit-collector
pod.