Kubernetes as it stands is amazingling popular right now. I've done my fair share of contributions and deployments. Most deployments are Docker based (there is support for Kata Containers in some cases). But can it evolve/morph to support more secure non-Linux based mechanisms like FreeBSD Jails or Solaris Zones (yes, Solaris is a dead horse, but a good example)? People debate the security of a distro a docker image is based on -- Alpine is considered secure, but less so if one needs glibc.
I'm just curious if this is a concern and something people are considering? Linux does not have the same level of primitives to compare to Jails/Zones at this point. Is it needed, I don't know, but am curious about the options.
https://landscape.cncf.io/grouping=landscape&landscape=conta...
I also found both of these articles illuminating:
https://cloudplatform.googleblog.com/2018/05/Open-sourcing-g... https://cloudplatform.googleblog.com/2018/05/Exploring-conta...