Editing Kubectl config view

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_config_view/
+
  kubectl config view  
  [[kubectl config]] view  
 
 
  [[kubectl config view --minify]]
 
  [[kubectl config view --minify]]
[[kubectl config view --flatten]]
 
 
  [[kubectl config view --help]]
 
  [[kubectl config view --help]]
[[kubectl config current-context]]
 
 
To check [[Kubernetes API]]:
 
[[kubectl config]] view | grep [[server]]
 
[[kubectl cluster-info]]
 
 
 
curl ...
 
 
{
 
  "kind": "Status",
 
  "apiVersion": "v1",
 
  "metadata": {},
 
  "status": "Failure",
 
  "message": "forbidden: User \"system:anonymous\" cannot get path \"/\"",
 
  "reason": "Forbidden",
 
  "details": {},
 
  "code": 403
 
}
 
  
 
== Examples ==
 
== Examples ==
Line 29: Line 8:
 
  [[apiVersion: v1]]
 
  [[apiVersion: v1]]
 
  clusters: null
 
  clusters: null
  [[contexts:]] null
+
  contexts: null
 
  current-context: ""
 
  current-context: ""
 
  kind: Config
 
  kind: Config
Line 48: Line 27:
 
   name: kubernetes-admin@kubernetes
 
   name: kubernetes-admin@kubernetes
 
  current-context: kubernetes-admin@kubernetes
 
  current-context: kubernetes-admin@kubernetes
  [[kind: Config]]
+
  [[kind (Kubernetes)|kind]]: Config
 
  preferences: {}
 
  preferences: {}
 
  users:
 
  users:
Line 56: Line 35:
 
     client-key-data: REDACTED
 
     client-key-data: REDACTED
  
== [[Play with Kubernetes]] ==
 
<pre>
 
kubectl config view
 
apiVersion: v1
 
clusters:
 
- cluster:
 
    certificate-authority-data: DATA+OMITTED
 
    server: https://192.168.0.23:6443
 
  name: kubernetes
 
contexts:
 
- context:
 
    cluster: kubernetes
 
    user: kubernetes-admin
 
  name: kubernetes-admin@kubernetes
 
current-context: kubernetes-admin@kubernetes
 
kind: Config
 
preferences: {}
 
users:
 
- name: kubernetes-admin
 
  user:
 
    client-certificate-data: DATA+OMITTED
 
    client-key-data: DATA+OMITTED
 
</pre>
 
 
=== EKS ===
 
apiVersion: v1
 
clusters:
 
- [[cluster:]]
 
    certificate-authority-data: DATA+OMITTED
 
    server: https://4544571sadfaf58B0A.gr7.us-east-2.eks.amazonaws.com
 
  name: arn:aws:eks:us-east-2:012345678901:cluster/education-eks-fuYvBeqk
 
contexts:
 
- [[context:]]
 
    cluster: arn:aws:eks:us-east-2:012345678901:cluster/education-eks-fuYvBeqk
 
    user: arn:aws:eks:us-east-2:012345678901:cluster/education-eks-fuYvBeqk
 
  name: arn:aws:eks:us-east-2:012345678901:cluster/education-eks-fuYvBeqk
 
current-context: arn:aws:eks:us-east-2:012345678901:cluster/education-eks-fuYvBeqk
 
[[kind: Config]]
 
preferences: {}
 
[[users:]]
 
- name: arn:aws:eks:us-east-2:012345678901:cluster/education-eks-fuYvBeqk
 
  user:
 
    exec:
 
      apiVersion: client.authentication.k8s.io/v1beta1
 
      args:
 
      - --region
 
      - us-east-2
 
      - eks
 
      - get-token
 
      - --cluster-name
 
      - education-eks-fuYvBeqk
 
      command: aws
 
      env:
 
      - name: AWS_PROFILE
 
        value: yourProfile
 
      interactiveMode: IfAvailable
 
      provideClusterInfo: false
 
 
kubectl config view --minify
 
apiVersion: v1
 
clusters:
 
- cluster:
 
    certificate-authority-data: DATA+OMITTED
 
    server: https://C42B6D0AA21C32B04A5.gr7.eu-central-1.eks.amazonaws.com
 
  name: yourcluster-prod.eu-central-1.eksctl.io
 
contexts:
 
- context:
 
    cluster: yourcluster-prod.eu-central-1.eksctl.io
 
    user: youruser@[email protected]
 
  name: youruser@[email protected]
 
current-context: youruser@[email protected]
 
kind: Config
 
preferences: {}
 
users:
 
- name: youruser@[email protected]
 
  user:
 
    exec:
 
      apiVersion: client.authentication.k8s.io/v1beta1
 
      args:
 
      - token
 
      - -i
 
      - yourcluster-prod
 
      command: [[aws-iam-authenticator]]
 
      env:
 
      - name: AWS_STS_REGIONAL_ENDPOINTS
 
        value: regional
 
      - name: AWS_DEFAULT_REGION
 
        value: eu-central-1
 
      interactiveMode: IfAvailable
 
      provideClusterInfo: false
 
 
== Activities ==
 
* [[Access Kubernetes REST API using default token]]
 
  
 
== Related terms ==
 
== Related terms ==
Line 155: Line 41:
 
* <code>[[kubectl cluster-info]]</code>
 
* <code>[[kubectl cluster-info]]</code>
 
* <code>[[aws eks update-kubeconfig]] --name my-eks-cluster-name</code>
 
* <code>[[aws eks update-kubeconfig]] --name my-eks-cluster-name</code>
* [[Kubernetes installation]]
 
* [[ServiceNow Kubernetes discovery]]
 
* [[Kubernetes API]]
 
  
 
== See also ==
 
== See also ==
 
* {{kubectl config}}
 
* {{kubectl config}}
 
* {{kubectl info}}
 
* {{kubectl info}}
 +
* {{kubectl}}
  
 
[[Category:Kubernetes]]
 
[[Category:Kubernetes]]

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: