What other pod lifecycle events do we want to track? #68
drmorr0
started this conversation in
Feature Requests and Future Work
Replies: 1 comment 2 replies
-
I wonder if simkube could run a sidecar on kubeapiserver and "intercept" incoming requests. This would allow the tool to store all necessary details - and enable other usages other than pod scheduling / autoscaling |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now we just track pod start and end times. What else should we track and how do we configure that?
Some ideas:
Related question:
Right now we only track pod lifecycle events based on a configuration option in the tracer config. Should we instead track pod lifecycle events for all pods, and instead have an export filter to control whether we save them or not? (See also #63)
Another related question:
What happens if the pod lifecycle events that we're tracking don't match during a simulation replay? Would be good to offer users some ways to customize this behaviour (e.g., randomized and taken from a normal distribution of the tracked lifecycle data or from a user-specified distribution).
Beta Was this translation helpful? Give feedback.
All reactions