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
Copy file name to clipboardexpand all lines: docs/content/guides/kamaji-aws-deployment.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ In Kamaji, a Management Cluster is a regular Kubernetes cluster which hosts zero
48
48
49
49
Throughout the following instructions, shell variables are used to indicate values that you should adjust to your own AWS environment:
50
50
51
-
### create EKS cluster
51
+
### Create EKS cluster
52
52
53
53
In order to create quickly an EKS cluster, we will use `eksctl` provided by AWS. `eksctl` is a simple CLI tool for creating and managing clusters on EKS
54
54
@@ -146,7 +146,7 @@ helm install \
146
146
--set installCRDs=true
147
147
```
148
148
149
-
### (optional) Install externalDNS
149
+
### (optional) Install ExternalDNS
150
150
151
151
Setting externalDNS allows to update your DNS records dynamically from an annotation that you add in the service within EKS. Run the following commands to install externalDNS helm chart:
Check out how the Tenant Control Plane advertises itself:
327
327
328
-
```
328
+
```bash
329
329
kubectl --kubeconfig=${TENANT_NAMESPACE}-${TENANT_NAME}.kubeconfig get ep
330
330
331
331
NAME ENDPOINTS AGE
@@ -340,7 +340,7 @@ Kamaji does not provide any helper for creation of tenant worker nodes, instead
340
340
341
341
An alternative approach to create and join worker nodes in AWS is to manually create the VMs, turn them into Kubernetes worker nodes and then join through the `kubeadm` command.
342
342
343
-
### generate kubeadm join command
343
+
### Generate kubeadm join command
344
344
345
345
To join the worker nodes to the Tenant Control Plane, you need to generate the `kubeadm join` command from the Management cluster:
> Setting `--ttl=0` on the `kubeadm token create` will guarantee that the token will never expires and can be used every time.
353
353
354
-
### create tenant worker nodes
354
+
### Create tenant worker nodes
355
355
356
356
In this section, we will use AMI provided by CAPA (Cluster API Provider AWS) to create the worker nodes. Those AMIs are built using [image builder](https://github.com/kubernetes-sigs/image-builder/tree/main) and contains all the necessary components to join the cluster.
0 commit comments