Asking for help? Comment out what you need so we can get more information to help you!
Cluster information:
Kubernetes version: 1.25
Cloud being used: Public Cloud
Installation method: Cloud Managed
Host OS:
CNI and version:
CRI and version:
I have a Kubernetes cluster running with 1.25 and have an application with Blue-Green Deployments on different clusters with the same namespace. In my application, one of the functionality is to submit a Kubernetes Kind “Job”.
My question is
- How do I get the information about the Job from which deployment the job triggered (Blue deployment or Green deployment)?
Appreciate the help.