Skip to content

Commit

Permalink
fix(examples): rename folder and fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
iamahgoub committed Sep 30, 2024
1 parent 8ae8b26 commit 9df0992
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Cluster management using Symphony & ACK
This example demonstrate how to manage a fleet of EKS clusters using Symphony, ACK, and ArgoCD -- it creates EKS clusters, and bootstraps them with the required add-ons
# Amazon EKS cluster management using Symphony & ACK
This example demonstrates how to manage a fleet of EKS clusters using Symphony, ACK, and ArgoCD -- it creates EKS clusters, and bootstraps them with the required add-ons

A hub-spoke model is used in this example; a management cluster (hub) is created as part of the initial setup and the controllers needed for provisining and bootstrapping workload clusters (spokes) are installed on top.
A hub-spoke model is used in this example; a management cluster (hub) is created as part of the initial setup and the controllers needed for provisioning and bootstrapping workload clusters (spokes) are installed on top.


**NOTE:** As this example evolves, some of the instructions below will be detailed further (e.g. the creation of the management cluster), others (e.g. controllers installation) will be automated via the GitOps flow.

## Instructions
### Environment variables

1. Use the snippet below to set environmenet variables. Replace the placeholders first (surrounded with`<>`):
1. Use the snippet below to set environment variables. Replace the placeholders first (surrounded with`<>`):
```sh
export SYMPHONY_REPO_URL="https://github.com/aws-controllers-k8s/private-symphony.git"
export WORKSPACE_PATH=<workspace-path> #the directory where repos will be cloned e.g. ~/environment/
Expand Down Expand Up @@ -46,7 +46,7 @@ git clone $SYMPHONY_REPO_URL $WORKSPACE_PATH/symphony

9. Create the GitHub repo `cluster-mgmt` in your organization; it will contain the clusters definition, and it will be reconciled to the management cluster via the GitOps flow

**NOTE:** Until Symphone is released, make sure the repo you create is private.
**NOTE:** Until Symphony is released, make sure the repo you create is private.

10. Save the URL of the created repo in an environment variable:
```sh
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9df0992

Please sign in to comment.