Container services and Kubernetes

Overview

Teaching: 20 min
Exercises: 20 min
Questions
  • How should services like databases or portals be deployed?

  • What is different about deploying services versus HPC applications?

Objectives
  • Learn about different frameworks used for deploying services

Key Points

  • Docker Compose is a simple tool to deploy basic services using containers

  • Frameworks like Kubernetes, Rancher and OpenShift can help with deploying and managing complex containerized services.