⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
eks
/
View File Name :
get-token.rst
**To get a cluster authentication token** This example command gets an authentication token for a cluster named ``example``. Command:: aws eks get-token --cluster-name example Output:: { "kind": "ExecCredential", "apiVersion": "client.authentication.k8s.io/v1alpha1", "spec": {}, "status": { "expirationTimestamp": "2019-08-14T18:44:27Z", "token": "k8s-aws-v1EXAMPLE_TOKEN_DATA_STRING..." } }