Fill Memory
Fill Memory
Fill Memory progressively of Kubernetes DaemonSet
Fill up the memory of a Kubernetes DaemonSet progressively to see at which percentage it will be killed by Kubernetes.
Structure
We start by filling 50%
of the Kubernetes DaemonSet's memory for 30 seconds
. Next, we stepwise fill the memory to 75%
, 90%
, and 100%
- each for 30 seconds
. In between, we have small wait steps to ease analysis in external observability tools for each phase.
Fill Memory progressively of Kubernetes Deployment
Fill up the memory of a Kubernetes Deployment progressively to see at which percentage it will be killed by Kubernetes.
Structure
We start by filling 50%
of the Kubernetes Deployment's memory for 30 seconds
. Next, we stepwise fill the memory to 75%
, 90%
, and 100%
- each for 30 seconds
. In between, we have small wait steps to ease analysis in external observability tools for each phase.
Fill Memory progressively of Kubernetes StatefulSet
Fill up the memory of a Kubernetes StatefulSet progressively to see at which percentage it will be killed by Kubernetes.
Structure
We start by filling 50%
of the Kubernetes StatefulSet's memory for 30 seconds
. Next, we stepwise fill the memory to 75%
, 90%
, and 100%
- each for 30 seconds
. In between, we have small wait steps to ease analysis in external observability tools for each phase.