Skip to content

veroreinah/docker-k8s-worksop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

101 Docker & k8s

Docker

Docker Exercise: Create a Docker Image and link it with services

Description: Create your docker image for a simple site writen in node.js. Required: We need a redis service and a mongodb database to complete the service.

Tasks

  1. BASIC: Create a docker image from the provided node.js code and upload it to public DockerHub registry.
  2. ADVANCED: Write a docker-compose.yaml file that attatches a mongodb database to the host.
  3. PRO: Modify the docker-compose.yaml to add redis support and ensure we have valid data on redis before start.

K8s

Who to follow

Other interesting things