Skip to content

Commit 6a9b026

Browse files
authored
Merge pull request aws-samples#336 from scottmalkie/master
Add Path Index Docs; Move CICD into 03-app-dev section
2 parents f532458 + b7ded3b commit 6a9b026

File tree

4 files changed

+54
-8
lines changed

4 files changed

+54
-8
lines changed

wip-modules/cicd/codesuite/README.adoc renamed to 03-path-application-development/308-cicd-with-codesuite/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:toc:
33
:icons:
44
:linkcss:
5-
:imagesdir: ../images
5+
:imagesdir: ../../resources/images
66

77
= CodeSuite - Continuous Deployment Reference Architecture for Kubernetes
88

@@ -18,6 +18,6 @@ The last of these three are sensitive, the cloudformation parameter is marked wi
1818
KMS key and stored in parameter store. The Lambda function that authenticates to your Kubernetes API endpoint is assigned an IAM role that has permission to access those keys. The Lambda function builds a config file in the tmpfs directory of the Lambda which is in memory
1919
so that when the Lambda function terminates the secrets are gone.
2020

21-
image::../../images/cicd.png[Architecture]
21+
image::cicd.png[Architecture]
2222

2323
Head over the https://github.com/aws-samples/aws-kube-codesuite[repo] to deploy this architecture into your own cluster.

developer-path.adoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
= AWS Workshop for Kubernetes
1+
= Kubernetes the AWSome Way!
2+
:icons:
3+
:linkattrs:
4+
:imagesdir: ../../resources/images
25

3-
image:resources/images/kubernetes-aws-smile.png[alt="kubernetes and aws logos", align="left",width=420]
6+
image:kubernetes-aws-smile.png[alt="kubernetes and aws logos", align="left",width=420]
47

5-
== Developer Path
8+
== Developer Path Index
69

710
This path is suitable for individual developers or development teams interested in deploying, managing, and scaling cloud-native applications on Kubernetes.
811

12+
:frame: none
13+
:grid: none
14+
:valign: top
15+
:halign: center
16+
917
[cols="1*^",grid="cols",options="header"]
1018
|=====
1119
|anchor:dev[Developer Path]Developer Path

operations-path.adoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
= AWS Workshop for Kubernetes
1+
= Kubernetes the AWSome Way!
2+
:icons:
3+
:linkattrs:
4+
:imagesdir: ../../resources/images
25

3-
image:resources/images/kubernetes-aws-smile.png[alt="kubernetes and aws logos", align="left",width=420]
6+
image:kubernetes-aws-smile.png[alt="kubernetes and aws logos", align="left",width=420]
47

5-
== Operations Engineer Path
8+
== Operations Path Index
69

710
This path is suitable for operations teams interested in deploying, managing, and scaling clusters with Kubernetes.
811

12+
:frame: none
13+
:grid: none
14+
:valign: top
15+
:halign: center
16+
917
[cols="1*^",grid="cols",options="header"]
1018
|=====
1119
|anchor:ops[Operations Path]Operations Path

standard-path.adoc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
= Kubernetes the AWSome Way!
2+
:icons:
3+
:linkattrs:
4+
:imagesdir: ../../resources/images
5+
6+
image:kubernetes-aws-smile.png[alt="kubernetes and aws logos", align="left",width=420]
7+
8+
== Standard Path Index
9+
10+
:frame: none
11+
:grid: none
12+
:valign: top
13+
:halign: center
14+
15+
[cols="1*^",grid="cols",options="header"]
16+
|=====
17+
|anchor:standard[Standard Path]Standard Path
18+
|link:01-path-basics/101-start-here[101: Start Here]
19+
|link:01-path-basics/102-your-first-cluster[102: Create a Kubernetes cluster using kops]
20+
|link:01-path-basics/103-kubernetes-concepts[103: Introduction to the Kubernetes CLI]
21+
|link:02-path-working-with-clusters/201-cluster-monitoring[201: Monitoring a Kubernetes Cluster]
22+
|link:02-path-working-with-clusters/202-service-mesh[202: Leveraging a Service Mesh]
23+
|link:02-path-working-with-clusters/203-cluster-upgrades[203: Upgrading a Kubernetes Cluster]
24+
|link:03-path-application-development/302-app-discovery[302: Service Discovery for Microservices]
25+
|link:03-path-application-development/303-app-update[303: Updating Applications on Kubernetes]
26+
|link:03-path-application-development/304-app-scaling[304: Scaling Applications on Kubernetes]
27+
|link:05-path-next-steps/502-for-further-reading[502: For Further Reading]
28+
|=====
29+
30+
NOTE: You will incur charges as you go through these workshop guides as it will exceed the link:http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/free-tier-limits.html[limits of AWS free tier]. An estimate of charges (<$20/day) can be seen at this link:https://calculator.s3.amazonaws.com/index.html#r=FRA&s=EC2&key=calc-E6DBD6F1-C45D-4827-93F8-D9B18C5994B0[simple monthly calculator]

0 commit comments

Comments
 (0)