Redacting Sensitive Information with NKP Diagnose
· 8 min read
Hello friends, welcome back!
Today we're going to talk about how to redact sensitive information when collecting a support bundle with nkp diagnose.
nkp diagnose is the Nutanix Kubernetes Platform CLI command for collecting a support bundle from a cluster. Under the hood it uses troubleshoot.sh, the open-source toolkit that gathers cluster info, logs, and resources into a single compressed bundle. This bundle is incredibly useful for troubleshooting, but it can also contain sensitive data like internal FQDNs, hostnames, and LAN IP addresses. We'll walk through how to configure custom redactors so we can share bundles without leaking that information.
