course-kubernetes-microservices

Source code examples built for the purpose of video course: Microservices On Kubernetes

Stars
38
Committers
3

Microservices On Kubernetes Twitter

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

Badges
Extracted from project README's
Twitter CircleCI SonarCloud Bugs Coverage Lines of Code
Related Projects