Skip to content

Commit 04bea8f

Browse files
authored
Merge pull request aws-samples#368 from arun-gupta/content
adding a workshop abstract
2 parents 3082f4f + 0d2201c commit 04bea8f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

resources/abstract.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
= Workshop Abstract
2+
3+
== Title
4+
5+
Kubernetes the AWSome Way!
6+
7+
== Abstract
8+
9+
Kubernetes is a popular cloud-native open-source orchestration platform for container management, scaling and automated deployment. It includes a rich set of features such as service discovery, multi-tenancy, stateful containers, resource usage monitoring, and rolling updates. This workshop will get you started with operating a Kubernetes cluster on AWS. In addition, it also explains how to deploy applications to this cluster.
10+
11+
Some of the questions that will be covered in this workshop are:
12+
13+
. How do we create and manage a Kubernetes cluster?
14+
. How an application is mapped to Kubernetes abstractions?
15+
. How does service discovery work between different applications?
16+
. How to scale, generate logs and monitor an application?
17+
. How to create a CI/CD pipeline?
18+
. How do we integrate with tools such as Maven?
19+
. How applications can store configuration data and secrets?
20+
. How to use IAM for authentication and authorization?
21+
22+
In this code-driven workshop, you will learn how to package, deploy, scale and monitor your application using Kubernetes and the AWS cloud.
23+

0 commit comments

Comments
 (0)