Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.05 KB

File metadata and controls

32 lines (20 loc) · 1.05 KB

Getting started with microservices

A short introduction into microservices world based on a docker and kubernetes example. Planned for a 1 hour meetup presentation.

Table of contents

  1. Prerequisites

Presents what are needs to follow me on a presentation within you local machine / Azure subscribtion.

  1. Docker

Presents how to locally create an image from an application source code, create azure container registry, push there image and run as container instance.

  1. Kubernetes

Presents how to create a working cluster from a scratch, deploy there an application and scale it. There is a basic definition of stateful services as well.

. . .

  1. Commands

Usefull commands for all operation with a command line tool.

Navigation:

  1. Readme
  2. Prerequisites
  3. Docker
  4. Kubernetes
  5. Commands