Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 1.12 KB

abstract.adoc

File metadata and controls

23 lines (15 loc) · 1.12 KB

Workshop Abstract

Title

Kubernetes the AWSome Way!

Abstract

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.

Some of the questions that will be covered in this workshop are:

  1. How do we create and manage a Kubernetes cluster?

  2. How an application is mapped to Kubernetes abstractions?

  3. How does service discovery work between different applications?

  4. How to scale, generate logs and monitor an application?

  5. How to create a CI/CD pipeline?

  6. How do we integrate with tools such as Maven?

  7. How applications can store configuration data and secrets?

  8. How to use IAM for authentication and authorization?

In this code-driven workshop, you will learn how to package, deploy, scale and monitor your application using Kubernetes and the AWS cloud.