0

We need some scripts or some way that can help us to automate our login into the IBM kubernetes cluster so that we don't have to do it manually everytime and can keep running automation scripts into the pipeline. We already have a cluster on IBM cloud with three worker nodes. And, we are trying to perform some automation on the same.

Please help if you have any idea regarding the same.

Muskan Sharma
  • 11
  • 1
  • 3
  • What do you mean with "login"? Do you already have access to IBM Cloud, do you have an API key available, what action do you want to perform? Add more details – data_henrik Apr 13 '21 at 11:14
  • Yeah, we do have access to IBM cloud and we need the automated login so that we can keep running our scripts in the pipeline... but are not sure about how we can achieve that – Muskan Sharma Apr 20 '21 at 07:59
  • You can log in to IBM Cloud using userid / password, or with an API key or auth token - the last are available for service IDs, too. Plenty of options and that is how automation is using it – data_henrik Apr 20 '21 at 08:01

1 Answers1

1

given the fact that your question is pretty vague and sincerely I am not shore short answer would be to use something like openshift. Here is an article that might help you:

https://www.openshift.com/blog/enhancing-the-openshift-web-console-login-experience

Opri
  • 590
  • 2
  • 11