Deploying Kubernetes Dashboard (Optional)

You can deploy the Kubernetes cluster and access the Kubernetes dashboard.

    Procedure
  1. Deploy the Kubernetes Dashboard.
  2. Consider the following example for AWS EKS, perform the following actions:

    1. Connect to the Kubernetes Dashboard with the psc-cluster-admin service account.
      1. Retrieve an authentication token for the psc-cluster-admin service account.
        Copy the authentication_token value from the output. You can use this token to connect to the dashboard.
        kubectl apply -f psc-admin-service-account.yaml
  3. On the Kubernetes Dashboard window, perform the following actions:
    1. Select the Token option.
    2. In the Enter Token field, copy the authentication_token output.
    3. Click SIGN IN.