Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Lifting and Shifting Legacy Windows Workloads into Windows Containers Windows Container - Labs

Lab 1 - Exploring Windows Containers

  • Notes
  • Part 1 - Run a Windows Server container
  • Part 2 - Run a console app in a Windows Container

Lab 2 - Exploring IIS and ASP.NET Websites

  • Notes
  • Part 1 - Run IIS in a Windows Container
  • Part 2 - Run an ASP.NET Web Site in a Windows Container
  • Part 3 - Run an ASP.NET Web Site in a Windows Container with config updates
  • Part 4 - Run an ASP.NET Web Site in a Windows Container with volume mounting

Lab 3 - Exploring Windows Services

  • Notes
  • Part 1 - Run a Windows Service in a Windows Container
  • Part 2 - Run a Windows Service in a Windows Container with config updates and volume mapping

Lab 4 - Exploring Mixed Workloads in a kubernetes cluster

  • Notes
  • Part 1 - Creating the cluster with aks-engine
  • Part 2 - Logging and Monitoring
  • Part 3 - Taints and Tolerations
  • Part 4 - Deploying an Ingress Controller