Difference between Docker swarm and Kubernetes

I read this blog about Docker swarm vs Kubernetes. it is a bit difficult and long too. Please someone tells me as short as possible.

Thanks

Kubernetes gives you more advanced features, you have more control of what containers to bundle, and where to place them.

So far, Docker Swarm have been sufficient for my need