Skip to content

arcegacardenas/aws-container-migration-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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