Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

In order to allow Allow anonymous users to access Kube API server from outside, execute the commands mentioned below.

Cause

No user management required/setup for the cluster.

Fix

In order to allow anonymous users to access Kube API server from outside, follow the commands mentioned below -

# kubectl create rolebinding bob-admin-binding --clusterrole=admin --user=system:anonymous --namespace=default   default (any Any user can access Kube API)

...