NetBackup™ for Kubernetes Administrator's Guide
- Overview of NetBackup for Kubernetes
- Deploying and configuring the NetBackup Kubernetes operator
- Customize Kubernetes workload
- 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
Enable Federal Information Processing Standards (FIPS) mode in Kubernetes
NetBackup Kubernetes 10.3 release provides FIPS support for RedHat based NetBackup deployments. All the Kubernetes workload component involved in NetBackup, Kubernetes operator and Data mover must run in FIPS mode. To achieve the FIPS support, there are certain requirements that needs to be met across all these components.
Following are the system requirements for FIPS support in NetBackup Kubernetes workload.
Name | Parameters |
---|---|
NetBackup Primary and Media |
|
Kubernetes Cluster |
|
Following are the configuration parameters for FIPS mode in NetBackup Kubernetes workload.
Configuration | Parameters |
---|---|
NetBackup Primary and Media | Enabling NetBackup process to run in FIPS mode:
|
NetBackup Kubernetes Operator | Do any of the following to enable FIPS mode:
|
Note:
Make sure that all the systems on which NetBackup Kubernetes workload runs are FIPS compliant.
Impact on the Automated Image Replication (AIR) operation:
For AIR on FIPS enabled environment, you need to do the additional configuration.
Update the <KB-Article>on the support site.
Run the following commands in the command-line interface (CLI):
/usr/openv/java/jre/bin/keytool/keytool -storetype BCFKS -providerpath
/usr/openv/wmc/webserver/lib/ccj-3.0.1.jar -providerclass com.safelogic.cryptocomply.jcajce.provider.CryptoComplyFipsProvider -importcert -trustcacerts -file <target CA certificate file (pem encoded)> -keystore
NB_INSTALL_DIR/var/global/wsl/credentials/cacerts.bcfks -storepass <password from the /usr/openv/var/global/jkskey file>
-alias <alias name of the trusted certificate entry to be added>