$ kubectl taint nodes --all node-role.kubernetes.io/master-

 

Single node Kubernetes setup – /techblog (redpill-linpro.com)

 

Single node Kubernetes setup

Set up a simple, fully functional Kubernetes cluster with kubeadm

www.redpill-linpro.com

 

Adding authentication to your Kubernetes Web applications with Keycloak (openshift.com)

 

Adding authentication to your Kubernetes Web applications with Keycloak

In this article, I will walk you through the deployment of Keycloak, a user authentication and authorization tool and how to integrate this to any Kubernetes Web application without touching a single line of code from your app.

www.openshift.com

 

... warn failed to get provider configuration from discovery {"error": "Get \"https://keycloak.127.0.0.1.nip.io:8443/auth/realms/.../.well-known/openid-configuration\": dial tcp 127.0.0.1:8443: connect: connection refused"}

 

127.0.0.1(localhost) is not working

So, replace other ip address.

+ Recent posts