Access Tenable Security Center Backend

You may need to access the Tenable Security Center Kubernetes runtime container for advanced troubleshooting or to perform maintenance tasks that require command line acess. This includes manually starting, stopping, or restarting services, executing backup and restore operations, or collecting log files or configuration data.

To log in to the Kubernetes runtime container, use the following command:

Copy
kubectl exec -it -n tenable tenable-security-center-0 -c sc-runtime-container  -- /bin/bash