How is --volumes-from handled in 2.x?

I have a container that depends on two docker volumes, but I don’t see a place to set these up in the UI. I’ve seen where sidecars are used in forum posts, but I don’t see it in the UI.

Please, advise.

There is no “volumes-from” in Kubernetes. You can make workloads that have pods with more than one container and/or volume and each container can use whichever volumes it wants from that pod. The UI doesn’t let you define multiple containers at the same time, but you can add a sidecar to an existing workload.