Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.12 KB

Welcome to Docker , Kubernetes - Microservices workshop

Slides:

http://bit.ly/container_tech_talk

AWS Cloud9 IDE Setup

Docker Workshop

  1. Pull & Run an image
  2. Build & run your own image
  3. Start , stop, restart containerss
  4. Running Multiple copies of same image.
  5. Pushing images to Docker Hub

Click here for the Workshop Instructions: Workshop Instructions

Kubernetes Workshop

Create a AWS User with programatic acess keys

  1. Bootstrap a cluster
    1. A guided workshop using Kops & Cloud 9 IDE. (Installing K8S in AWS)
      1. Setup Instructions for K8S cluster in AWS
  2. Deploy an App in K8S
  3. Expose the app via Service
  4. Scale the App to run multiple copies

Click here for the Workshop Instructions: Workshop Instructions