Hacker News new | ask | show | jobs
by dekhn 2257 days ago
containers shouldn't necessarily be stateless; most existing codes don't know how or want to talk to services via RPC interfaces. In some sense, a mounted remote filesystem is just a standard API the OS provides you to access state in a convenient way that happens to be high performance, indexed, etc.
1 comments

Yeah, I think they are conflating stateless and ephemeral in this case.
> conflating stateless and ephemeral in this case

You're totally right, I was mixing up stateless and ephemeral. My mistake and thanks for pointing it out!