Skip to content

Deploying a Webservice with Kubernetes

This tutorial shows you how to deploy a web service with Kubernetes. We will cover:

  • Why Kubernetes
  • Kubernetes architecture
  • Writing manifests
  • Deploying apps
  • Scaling
  • Rolling updates