Skip to content

piomin/course-kubernetes-microservices

Repository files navigation

Microservices On Kubernetes Twitter

CircleCI

SonarCloud Bugs Coverage Lines of Code

That is repository with examples used for video course Microservices On Kubernetes.

Requirements

To run the example applications you need to have installed:

  1. Intellij IDEA
  2. JDK 11+
  3. Maven
  4. Skaffold
  5. kubectl
  6. istioctl (Part 6 & 7)

Structure

In the first three parts I'm showing how to configure local environment and use tools that simplifies development on Kubernetes. Starting from fourth part we are discussing example applications written in Kotlin.

Part 1 - IDE & tools

Part 2 - Cluster setup

Part 3 - Skaffold & Jib

Part 4 - Best practices $ cd best-practices

Part 5 - Inter-communication & gateway $ cd simple-microservices

Part 6 - Service mesh $ cd simple-microservices