Introduction
Overview
Kubernetes (K8s) is an open source, extensible platform for managing packaged applications and services, facilitating configuration and automating application deployment.
- In this lab, we will create a simple Kubernetes Cluster on AWS EKS (Elastic Kubernetes Service).
- Then I will deploy the site on the cluster and use AWS CodePipeLine for automated deployment.
Content
- Introduction
- Preparation steps
- Create EKS cluster
- Generate Code Pipeline
- Resource Cleanup