K8S - how to separate Pod definition from StatefulSet definition

11/20/2021

In the example below, the Pod definition is embedded in the StatefulSet definition. Is there a way to separate the Pod definition to refer to a separately defined Pod definition?

enter image description here

-- mon
kubernetes
kubernetes-statefulset

1 Answer

11/20/2021

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

No.

For longer version, here is definition of StatefulSet

-- rkosegi
Source: StackOverflow