Kata containers is trying to make containers secure by providing more isolation.
lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs.
If I am building a playground/code fiddle (something like ideone), are they secure enough to compile and run untrusted code?
Is this a good/intended use for this type of containers?