Why is kubectl not asking for a password?
- I have created a kubernetes cluster on my server with kubeadm
- than I installed kubectl on my local machine
- and copied the content of /etc/kubernetes/admin.conf from my server into the file ~/.kube/config on my local machine.
Now I cann access my own cluster from my local machine with kubectl without the need of a passphrase? Why is this so?
When I want ot access my server via ssh I need of course a user/password or an allowed ssh key. Why does kubectl not ask me for a passphrase? To me it seems not to be secure enoght.