Docker code Pods

PHOTO EMBED

Mon Nov 18 2024 14:14:46 GMT+0000 (Coordinated Universal Time)

Saved by @CarlosR

#Get all pods
kubectl get pods

#Get logs 
kubectl logs atlasai-control-plane-api-549dfcd85b-677zv 

#Delete pod
kubectl delete deployment atlasai-control-plane-api

#Applly local deployment 
kubectl apply -f local_deploy/atlasai-control-plane-api-deployment.yaml
content_copyCOPY