VMware : Tips of the week #5
You can SSH to a Tanzu Kubernetes cluster TKC worker node as the vmware-system-user
using a private key.
Below are the seven steps to follow:
- STEP1: Connect to the supervisor cluster
- STEP2: Switch context to supervisor cluster
- STEP3: Get secret from specific namespace when your cluster is created
- STEP4: View the key for the specific cluster
- STEP5: The key is Base64 encoded, decode it
- STEP6: Change the access for the key
- STEP7: Connect to one of the worker node
Enjoy !