Introduction
Last updated
Was this helpful?
Last updated
Was this helpful?
Modern microservices for Post-Kubernetes Era.
Monorepo(apps, libs) project to showcase workspace setup with multiple apps and shared libraries
Polyglot - Support multiple languages (java, kotlin, groovy)
Support multiple app frameworks (apache-beam, cli, micronaut, quarkus)
Support multiple serialization methods (JSON, Avro, ProtoBuf)
A type-safe cascading configuration with
Integrated with best testing frameworks ( , )
Build lightweight Docker and images with
Build native binaries using
Cloud Native (Service Mesh, health checks, observability)
Platform independent Observability instrumentation via
Deployment automation with and Event-driven Autoscaling with
End-to-End Google Cloud DevOps flow
Run tests, lint, coverage for all subprojects
Software Composition Analysis (SCA) tool that attempts to detect publicly disclosed vulnerabilities contained within a project’s dependencies.
start app dependencies: postgres, redis
start optional CI/CD infra dependencies: sonarqube, nexus
SonarQube → Browser http://localhost:9000 → user: admin, password: admin
Grafana → Browser http://localhost:3000/plugins/redis-app/ → user: admin, password: admin
Redis Insight → Browser http://localhost:8001/
Jaeger → Browser http://localhost:16686
Kibana → Browser http://localhost:5601
Prometheus → Browser http://localhost:9090
See for this project.
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Explore
Creating a
Microservices in a Post-Kubernetes Era
Why is a (or monorepo) needed?
Gradle Setup
GoogleCloudPlatform's