Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.42 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.42 KB

From Code to Kubernetes

This workshops aims to provided a high level overview about how you can go from have a service running locally to having it running in Kubernetes. It will introduce a few tools and practices that can be used in this journey.

The workshop will be a mix of Learning-by-doing and Project-based learning, two popular and effective learning methodologies. You'll progress through a series of tasks that will highlight different tools and practices.

Requirements

Tasks

  1. Build and Run the service
  2. Build, Run and Publish containerized service
  3. Leverage Docker multi-stage builds to reduce image size
  4. Launch Kubernetes cluster with kind
  5. Run service in Kubernetes
  6. Scale service to multiple replicas
  7. Expose service
  8. Share a reusable definition of your service