Skip to content

In Kubernetes environments, each pod is assigned a unique name within its namespace. The Kubernetes Pod Name identification method allows you to target a specific individual pod by specifying its exact name. This is particularly useful for managing access for standalone pods that are not part of a deployment or for pods with unique names that need to be individually managed.

This method is suitable for Edge-based deployments.

  1. Create a new Client Workload.
  2. Choose Kubernetes Pod Name for client identification.
  3. In the Value field, enter the desired pod name.
  • Use the kubectl get pods command to list all pods in your cluster.
  • Identify the specific pod you want to target and note its exact name.
  • Use this exact name as the Value in the Client Workload configuration.