{"id":15563367,"url":"https://github.com/jveverka/microservices-101","last_synced_at":"2025-04-11T21:34:11.431Z","repository":{"id":101222756,"uuid":"199156260","full_name":"jveverka/microservices-101","owner":"jveverka","description":"Micro-services and distributed systems - training and examples for kubernetes.","archived":false,"fork":false,"pushed_at":"2020-06-22T18:05:03.000Z","size":124,"stargazers_count":2,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T17:47:08.480Z","etag":null,"topics":["akka","akka-cluster","java","java11","kubernetes","kubernetes-cluster","kubernetes-deployment","microservice","microservices","microservices-architecture","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jveverka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-27T11:29:08.000Z","updated_at":"2023-03-20T11:04:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a693d07-7b4a-4f70-9d83-fd9d7a1de12e","html_url":"https://github.com/jveverka/microservices-101","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jveverka%2Fmicroservices-101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jveverka%2Fmicroservices-101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jveverka%2Fmicroservices-101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jveverka%2Fmicroservices-101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jveverka","download_url":"https://codeload.github.com/jveverka/microservices-101/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248483574,"owners_count":21111483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["akka","akka-cluster","java","java11","kubernetes","kubernetes-cluster","kubernetes-deployment","microservice","microservices","microservices-architecture","spring-boot"],"created_at":"2024-10-02T16:21:51.954Z","updated_at":"2025-04-11T21:34:11.422Z","avatar_url":"https://github.com/jveverka.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Build Status](https://travis-ci.org/jveverka/microservices-101.svg?branch=master)](https://travis-ci.org/jveverka/microservices-101)\n\n# Microservices 101\nThis training demo is designed to demonstrate building blocks of microservice systems and provide \nhands-on examples of various microservice deployment scenarios for [kubernetes](https://kubernetes.io/). \nAll examples are tailored for training and better understanding of distributed microservice systems.\n\n## 1. Setup Kubernetes cluster\nTo deploy example services, kubernetes cluster is required. \n[This manual](docs/kubernetes/README.md) based on official kubernetes documentation describes \nhow to setup private on-premises k8s cluster for practicing deployments of example services below. \n\n## 2. Build example services\nTo build all example java applications, run command. \nPlease make sure that your [environment is setup](docs/environment-setup.md) properly.\n```\ngradle clean build test installDist \n```\n\n## 3. Setup local docker registry\nSetup [local docker registry](docs/local-docker-registry.md) in order to deploy example applications. \n\n## 4. Learn to deploy applications\nSimple example services (applications) to practice micro-service deployments into k8s cluster. \nFollow each example exercise to get hands-on experience with k8s deployments. \n* __Example 1:__ [Simple REST service](apps/service-simple-rest) - java11, [SpringBoot](https://spring.io/projects/spring-boot), http/REST \n* __Example 2:__ [Busybox test app](apps/busybox) - pod used to test DNS, and service availability from within the pod.\n* __Example 3:__ [Application cluster](apps/akka-k8s-cluster) for kubernetes - java11, [Akka](https://akka.io/), TCP, http/REST\n* __Example 4:__ [Multi layer app](apps/multi-layer-app) - microservice app deployment, frontend, backend, [gRPC](https://grpc.io/), http/REST\n\n## 5. Explore Microservice Technologies\nExplore [microservice architectural patterns](docs/microservice-architecture.md) and [technologies](docs/microservice-ecosystem.md).\n\n_Enjoy !_","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjveverka%2Fmicroservices-101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjveverka%2Fmicroservices-101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjveverka%2Fmicroservices-101/lists"}