During a search on updating PODs in a Kubernetes cluster I found a Jenkis plugin called kubernetes-cd, however, I am in doubt about how to establish a secure connection with the plugin and Kubernetes and would like to know how to set up a user and password or register an ssh key in the cluster that allows this external connection?
I found in the Kubernetes documentation on Secrets(link), but I'm not sure if it serves only for internal cluster authentication or if it serves to set up accounts for plugin connections or other external media.