Software Secure Workload
Activity Configure

Service Management for Kubernetes Agent Installations

  • Starting or stopping a service: It is not possible to start or stop the agents on a specific node because they are not installed as individual services, but as a cluster-wide daemon set.

  • Restarting an agent on a node: Locate the Secure Workload agent pod on the node and run the appropriate Kubernetes command to kill it. The pod is automatically restarted.

  • Checking the status of pods: kubectl get pod -n tetration or oc get pod -n tetration (for OpenShift) lists the status of all Secure Workload agent pods in the Kubernetes cluster.