What's the difference between kruskals and union find

i cannot find difference between kruskals and union find as they are exactly same , am i right?

@shubhkumar720 Kruskals algorithm is used for finding minimum spanning tree. Whereas union find is used to find the parent of a node in disjoint sets union.
They both are completely different.