Skip to content

Instantly share code, notes, and snippets.

@robertBrem
Last active May 5, 2016 16:45
Show Gist options
  • Select an option

  • Save robertBrem/a023892c196b5e22c0a7 to your computer and use it in GitHub Desktop.

Select an option

Save robertBrem/a023892c196b5e22c0a7 to your computer and use it in GitHub Desktop.

Das Thema sind Microservices.
Konkret möchte ich gewisse Techniken die bei der Implementation von Microservices hilfreich sein können vorzeigen. Für die Demonstration werde ich Kubernetes/Docker und Java verwenden.
Diese Liste wird vorzu erweitert.

Kubernetes

  • blue-green deployment
  • canary releases
  • rolling updates
  • horizontal scaling
  • service discovery
  • load balancing
  • self-healing

Java

  • circuit breaker
  • backpressure
  • bulkheads
  • correlation id
  • consumer-driven contract tests
  • a/b testing
  • dynamic remote configuration

Server

  • adessoch-kubernetes-demo01.test-server.ag
  • adessoch-kubernetes-demo02.test-server.ag
  • adessoch-kubernetes-demo03.test-server.ag
  • adessoch-kubernetes-demo04.test-server.ag
@robertBrem

robertBrem commented Apr 27, 2016

Copy link
Copy Markdown
Author

Offene Fragen für evtl. weitere BrownBag ;-):

  • Monitoring -> ELK Stack
  • Session Handling / Statefull Services
  • Persistence
  • CD
  • Persistence mit unterschiedlichen aktiven Versionen

@robertBrem

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment