kubectl pod 찾기

2025. 3. 9. 07:36k8s

kubectl get pods -l app=schema-registry -n {namespace}
kubectl logs -f <schema-registry-pod> -n {namespace}