You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* entries can replace the need to maintain entries in the <code>aws-auth</code>
34
34
* <code>ConfigMap</code> for authentication. You have the following options for
35
35
* authorizing an IAM principal to access Kubernetes objects on your cluster: Kubernetes
36
-
* role-based access control (RBAC), Amazon EKS, or both. Kubernetes RBAC authorization
37
-
* requires you to create and manage Kubernetes <code>Role</code>, <code>ClusterRole</code>,
36
+
* role-based access control (RBAC), Amazon EKS, or both. Kubernetes RBAC authorization requires you
37
+
* to create and manage Kubernetes <code>Role</code>, <code>ClusterRole</code>,
38
38
* <code>RoleBinding</code>, and <code>ClusterRoleBinding</code> objects, in addition
39
-
* to managing access entries. If you use Amazon EKS authorization exclusively, you
40
-
* don't need to create and manage Kubernetes <code>Role</code>, <code>ClusterRole</code>,
39
+
* to managing access entries. If you use Amazon EKS authorization exclusively, you don't need
40
+
* to create and manage Kubernetes <code>Role</code>, <code>ClusterRole</code>,
41
41
* <code>RoleBinding</code>, and <code>ClusterRoleBinding</code> objects.</p>
42
42
* <p>For more information about access entries, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html">Access entries</a> in the
* <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management
33
-
* of common operational software for Amazon EKS clusters. For more information,
34
-
* see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS
35
-
* add-ons</a> in the <i>Amazon EKS User Guide</i>.</p>
32
+
* <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management of common
33
+
* operational software for Amazon EKS clusters. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS
34
+
* add-ons</a> in the <i>Amazon EKS User Guide</i>.</p>
36
35
* @example
37
36
* Use a bare-bones client and the command you need to make an API call.
* <p>The Amazon EKS control plane consists of control plane instances that run the
33
-
* Kubernetes software, such as <code>etcd</code> and the API server. The control plane runs in
34
-
* an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS
35
-
* API server endpoint. Each Amazon EKS cluster control plane is
36
-
* single tenant and unique. It runs on its own set of Amazon EC2 instances.</p>
37
-
* <p>The cluster control plane is provisioned across multiple Availability Zones and
38
-
* fronted by an Elastic Load Balancing
39
-
* Network Load Balancer. Amazon EKS also provisions elastic network interfaces in
40
-
* your VPC subnets to provide connectivity from the control plane instances to the nodes
41
-
* (for example, to support <code>kubectl exec</code>, <code>logs</code>, and
42
-
* <code>proxy</code> data flows).</p>
43
-
* <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your
44
-
* cluster's control plane over the Kubernetes API server endpoint and a certificate file that
45
-
* is created for your cluster.</p>
32
+
* <p>The Amazon EKS control plane consists of control plane instances that run the Kubernetes
33
+
* software, such as <code>etcd</code> and the API server. The control plane runs in an
34
+
* account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint.
35
+
* Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of
36
+
* Amazon EC2 instances.</p>
37
+
* <p>The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing
38
+
* Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide
39
+
* connectivity from the control plane instances to the nodes (for example, to support
40
+
* <code>kubectl exec</code>, <code>logs</code>, and <code>proxy</code> data
41
+
* flows).</p>
42
+
* <p>Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over
43
+
* the Kubernetes API server endpoint and a certificate file that is created for your
44
+
* cluster.</p>
46
45
* <p>You can use the <code>endpointPublicAccess</code> and
47
46
* <code>endpointPrivateAccess</code> parameters to enable or disable public and
48
47
* private access to your cluster's Kubernetes API server endpoint. By default, public access is
49
-
* enabled, and private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS
50
-
* Cluster Endpoint Access Control</a> in the
51
-
* <i>
48
+
* enabled, and private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS Cluster
49
+
* Endpoint Access Control</a> in the <i>
52
50
* <i>Amazon EKS User Guide</i>
53
51
* </i>. </p>
54
52
* <p>You can use the <code>logging</code> parameter to enable or disable exporting the
55
-
* Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster
56
-
* control plane logs aren't exported to CloudWatch Logs. For more information, see
57
-
* <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS Cluster Control Plane Logs</a> in the
58
-
* <i>
53
+
* Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane
54
+
* logs aren't exported to CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS
55
+
* Cluster Control Plane Logs</a> in the
56
+
* <i>
59
57
* <i>Amazon EKS User Guide</i>
60
58
* </i>.</p>
61
59
* <note>
62
-
* <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to
63
-
* exported control plane logs. For more information, see <a href="http://aws.amazon.com/cloudwatch/pricing/">CloudWatch
64
-
* Pricing</a>.</p>
60
+
* <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported
61
+
* control plane logs. For more information, see <a href="http://aws.amazon.com/cloudwatch/pricing/">CloudWatch Pricing</a>.</p>
65
62
* </note>
66
-
* <p>In most cases, it takes several minutes to create a cluster. After you create an
67
-
* Amazon EKS cluster, you must configure your Kubernetes tooling to communicate
68
-
* with the API server and launch nodes into your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-auth.html">Allowing users to
69
-
* access your cluster</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching
70
-
* Amazon EKS nodes</a> in the <i>Amazon EKS User Guide</i>.</p>
63
+
* <p>In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS
64
+
* cluster, you must configure your Kubernetes tooling to communicate with the API server and
65
+
* launch nodes into your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-auth.html">Allowing users to
66
+
* access your cluster</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching Amazon EKS
67
+
* nodes</a> in the <i>Amazon EKS User Guide</i>.</p>
71
68
* @example
72
69
* Use a bare-bones client and the command you need to make an API call.
0 commit comments