Deploying Kubernetes Dashboard (Optional)
You can deploy the Kubernetes cluster and access the Kubernetes dashboard.
- Procedure
- Deploy the Kubernetes Dashboard.
-
Consider the following example for AWS EKS, perform the following actions:
- Connect to the Kubernetes Dashboard with the
psc-cluster-admin
service account.- 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
- Retrieve an authentication token for the
- Connect to the Kubernetes Dashboard with the
- On the Kubernetes Dashboard window, perform the following actions:
- Select the Token option.
- In the Enter Token field, copy the authentication_token output.
- Click SIGN IN.