Spot instance lifecycle
Hi there, is there any kind of the lifecycle notification mechanism that can help to identify that the spot instance is going to be taken away so I will be ready to move to another one?
And one more thing - is there any graceful shutdown interval / timeout for such instances?
2 Replies
We're working on rebuilding our event loop so we can support things like this but at this time not to my knowledge.
I will look into this further though.
@Dj thank you, I’m going to build automatised system and it requires quite verbose API.
For example, I would love to have pod status that tells if container is already running or not. For now, it’s impossible to understand correctly and I have to check ports mapping value, for example, which is not the best approach)