You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CNF or more specifically containers within a K8s Workload Resource (aka CNF's microservices) may use local storage if available, but must not rely on it for persistent storage of data.
Local storage should be treated as ephemeral.
If the CNF's microservice using local storage restarts, the node reboots, or the microservice is rescheduled it should not FAIL if the data is no longer available on local storage. Eg. it should expect that local storage may not retain the data it stored there.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A CNF or more specifically containers within a K8s Workload Resource (aka CNF's microservices) may use local storage if available, but must not rely on it for persistent storage of data.
Local storage should be treated as ephemeral.
If the CNF's microservice using local storage restarts, the node reboots, or the microservice is rescheduled it should not FAIL if the data is no longer available on local storage. Eg. it should expect that local storage may not retain the data it stored there.
Beta Was this translation helpful? Give feedback.
All reactions