Kubenetes logging

I want to get logs of pods towards the end.

kubectl logs --limit-bytes :- returns logs from the top. I need the same bytes of log from the end of the pod

is this feature available ?
Can anyone help