Is there any way to dump existing resources in kubernetes cluster to yaml manifests with kr8s python library? Usually, you apply yaml manifests with kubectl apply -f ., and this is for reverse process to extract them from kubernetes cluster.
Thanks.