Microk8s - migration from docker compose?

Hi everyone,
I am running a few docker containers (all configured via docker compose files) and I want to transition to microk8s.
I think something similar in kubernetes is a pod?
What is the best way to move from docker compose to kubernetes?

I really like the compose files because I can easily backup them and spin up my services with all dependencies in one file. How can I handle something with microk8s?