omarlari / aws-container-migration-workshop

AWS Container Migration Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Container Migration Workshop

aws logos

This is an instructor led workshop that will walk the attendee through the phases of adopting the cloud.

Lab Outcomes:

  • Containerize a Wildfly application

  • Learn how to deploy a productionized Kubernetes deployment

Lab Requirements:

  • Amazon Web Services Account

  • Lab Deployment resources and lab guide (This Repository)

  • …​

Expected time to complete: 3 Hours

Previewing

docker run -p 8080:8080 \
  -v ${PWD}:/app-data \
  -e CONTENT_URL_PREFIX="file:///app-data" \
  -e WORKSHOPS_URLS="file:///app-data/_modules.yml" \
  mandusm/workshopengine

About

AWS Container Migration Workshop


Languages

Language:Java 62.8%Language:HTML 29.0%Language:GLSL 6.8%Language:Shell 0.7%Language:CSS 0.4%Language:Groovy 0.2%Language:Makefile 0.1%