mon
mon

Reputation: 22244

K8S - how to separate Pod definition from StatefulSet definition

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

Upvotes: 0

Views: 86

Answers (1)

rkosegi
rkosegi

Reputation: 14628

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

Upvotes: 1

Related Questions