#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