Skip to content

Commit e3a22b2

Browse files
authored
Merge pull request #39 from XenitAB/clarify-azdo
Clarify eks docs
2 parents 391621d + 05cb8ea commit e3a22b2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/xks/operator-guide/aws-azdo.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ id: aws-azdo
33
title: AWS azure-devops
44
---
55

6-
We use Azure DevOps to manage git repositories even if you are using AWS to deploy XKF and we run all our pipelines in Azure using VMSS just like in a Azure based XKF.
6+
In this scenario, the customer is using Azure DevOps for source control and continuous delivery and use EKS to deliver services.
7+
We also have support for GitHub.
78

8-
The main difference is that we use the AWS service connection.
9+
The main difference from a Azure DevOps point of view is that we use the AWS service connection.
910
First you need to install the addon to Azure DevOps using the Azure marketplace,
1011
you can find more information how [here](https://docs.aws.amazon.com/vsts/latest/userguide/getting-started.html).
1112

@@ -18,7 +19,7 @@ All this is possible to solve using Terraform but we currently don't have any te
1819

1920
- Create a IAM user
2021
- Tip put both these users under a specific path, for example CI
21-
- Save the credentials in a safe place
22+
- Save the access key in a safe place
2223
- Attach IAM policy
2324
- AmazonEKSClusterPolicy
2425
- AdministratorAccess

docs/xks/operator-guide/eks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: EKS
55

66
import useBaseUrl from '@docusaurus/useBaseUrl';
77

8-
Xenit Kubernetes Framework supports both AKS and EKS, though AKS is our main platform.
8+
Xenit Kubernetes Framework supports both AKS and EKS.
99
In this document we will describe how to setup XKF on EKS and how it differs from AKS.
1010

1111
## Differences

0 commit comments

Comments
 (0)