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.

Elastic Kubernetes Service

Content

  1. Introduction
  2. Preparation steps
  3. Create EKS cluster
  4. Generate Code Pipeline
  5. Resource Cleanup