Hi@akhtar,
Kubernetes will automatically create one namespace named default namespace. You need to change the default namespace name in the configuration file. You can use the below-given command.
$ kubectl config set-context --current --namespace=namepsace_name
This command will automatically update the namespace name in the configuration file. I hope this will help you.
For further details, refer to the Kubernetes Course.