wonderful-table-85939
08/19/2024, 2:12 PMfreezing-pharmacist-34446
08/20/2024, 12:18 PMkubectl get deploy <my-deployment-name> -o yaml
A container deploy action also deploys services and even ingresses depending on your configuration, so you can identify the resources created by it and fetch them with kubectl as in the above command. To get an overview of all the resources in the namespace run:
kubectl get all
Garden will if not specified differently name all the resources with the container deploy action name. Hope that helps!