Kubernetes namespace

kubectl get namespace output should also show pods, deployments, replica-sets, daemon-sets against each namespace.

That’s not what it does. Try ‘kubectl get all’

If you wanna see all the resources of a specific namespace then

$ kubectl get all -n <namespace-name>