Kubectl dont know username and password

Hi Team,

I am trying to work on Kubernetes using AWS ubuntu instance.
While creating the PODS using Kubectl its asking for Kubectl username and Password


I have installed kubectl for this AWS ubuntu instance.I tried to create the PODS
but I am not able to proceed as i dont know how to get the kubectl username and password here.

Please advise on how to get the username and password.

Regards,

Kushan

Hi Kushan

I suggest you to try , the kubectl  command without root user, 
Use 'ubuntu'  login (normal user instead) with which you logged in
 your aws Ubuntu instance.

I think all privileges are  given to  'ubuntu'  user (and not 'root').

Good Luck !