debug

    Create a debug container named debugger using a custom automated debugging image. # (requires the EphemeralContainers feature to be enabled in the cluster)

      Create a copy of mypod adding a debug container and changing container images

      Debug cluster resources using interactive debugging containers.

      ‘debug’ provides automation for common debugging tasks for cluster objects identified by resource and name. Pods will be used by default if no resource is specified.

      • Workload: Add an ephemeral container to an already running pod, for example to add debugging utilities without restarting the pod.
      • Node: Create a new pod that runs in the node’s host namespaces and can access the node’s filesystem.

      Flags