Understand Kubernetes kubeconfig file bookmark
https://github.com/zecke/Kubernetes/blob/master/docs/user-guide/kubeconfig-file.md
https://github.com/zecke/Kubernetes/blob/master/docs/user-guide/kubeconfig-file.md
#Check AWS IAM Authenticator $aws sts get-caller-identity # Run AWS CLI update-config command to create or update your kubeconfig for your cluster $aws eks update-kubeconfig –name <EKS_CLUSTER_NAME> # Test your configuation $kubectl get svc
Namespaces allow you to use the same resource manifests across multiple environments without needing to give resources unique names. kubectl create ns NAME_SPACE
gcloud components install kubectl Your current Cloud SDK version is: 191.0.0 Installing components from version: 191.0.0 ┌──────────────────────────────────────────────────────────────────┐ │ These components will be installed. │ ├─────────────────────┬─────────────────────┬──────────────────────┤ │ Name │ Version │ Size │ ├─────────────────────┼─────────────────────┼──────────────────────┤ │ kubectl │ │ │ │ kubectl │ 1.8.6 │ 12.3 MiB │ └─────────────────────┴─────────────────────┴──────────────────────┘ For the latest full release notes, please visit:…