K8S - 如何将 Pod 定义与 StatefulSet 定义分开

K8S - how to separate Pod definition from StatefulSet definition

在下面的示例中,Pod 定义嵌入到 StatefulSet 定义中。有没有办法将 Pod 定义分开来引用单独定义的 Pod 定义?

Is there a way to separate the Pod definition to refer to a separately defined Pod definition

没有

对于更长的版本,这里是definition of StatefulSet