Giter Club home page Giter Club logo

Comments (34)

MatsJonsson avatar MatsJonsson commented on July 30, 2024

http://istio.io/ is a proxy manager / service mesh

+1 for istio. Note that istio has very usedul trace/monitor/log features

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Content Delivery Network: https://en.wikipedia.org/wiki/Content_delivery_network
Example: cloudflare

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Polyglot architecture

gRPC: https://grpc.io/

from devops-course.

MatsJonsson avatar MatsJonsson commented on July 30, 2024

There's actually a Content Delivery Network around where you can look behind the scenes. It's based on pretty much all the cool research, most of it available as production grade open source software, all initiated by Prof Yair Amir @ Johns Hopkins Uni http://www.cs.jhu.edu/~yairamir/ and is commercially known as http://www.ltnglobal.com/.

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

serverless architecture, serverless computing

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Architecting with Microservices: a Systematic Mapping Study
https://www.sciencedirect.com/science/article/pii/S0164121219300019?dgcid=rss_sd_all

from devops-course.

gluckzhang avatar gluckzhang commented on July 30, 2024

Some good introduction articles:
Microservices: A Definition of This New Architectural Term
Microservice Architecture (Examples and Diagram)
Pattern: Microservice Architecture

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Other example app https://github.com/dockersamples/example-voting-app

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Live migration:

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Microservices Architecture.
https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/microservices.

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Optimal and Automated Deployment for Microservices.
https://dblp.org/rec/conf/fase/BravettiGMTZ19

from devops-course.

bbaudry avatar bbaudry commented on July 30, 2024

4 Microservice Frameworks in Comparison, Streaming Example Included
https://blogs.itemis.com/en/4-microservice-frameworks-in-comparsion-example-included

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Conductor is a microservices orchestration engine
https://github.com/Netflix/conductor

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Varnish HTTP Cache
https://varnish-cache.org/

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

another service mesh https://github.com/containous/maesh

from devops-course.

matsskoglunds avatar matsskoglunds commented on July 30, 2024

https://12factor.net/

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

The rise of nanoservices: A call to consider the flexibility of extra-small microservices powered by serverless computing.
https://increment.com/software-architecture/the-rise-of-nanoservices/

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Meet Lagom

Lagom is an open source framework for building systems of Reactive microservices in Java or Scala.
https://www.lagomframework.com/

What a good name!

from devops-course.

bbaudry avatar bbaudry commented on July 30, 2024

Github's curated collection of DevOps tools

https://github.com/collections/devops-tools

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

The KAR runtime makes it easy to develop and run stateful, scalable, resilient applications for the hybrid cloud that combine microservices and managed services.
https://github.com/IBM/kar

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Linkerd: Ultralight, security-first service mesh for Kubernetes
https://github.com/linkerd/linkerd2

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Kuber: Cost-Efficient Microservice Deployment Planner.

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Spin is an open source framework for building and running fast, secure, and composable cloud microservices with WebAssembly
https://github.com/fermyon/spin

from devops-course.

Jacarte avatar Jacarte commented on July 30, 2024

This is an Executor Plugin for Argo Workflows that runs WebAssembly modules

https://github.com/Shark/wasm-workflows-plugin

from devops-course.

Jacarte avatar Jacarte commented on July 30, 2024

Bacalhau is a platform for fast, cost efficient, and secure computation by running jobs where the data is generated and stored. With Bacalhau you can streamline your exisiting workflows without the need of extensive rewriting by running arbitrary Docker containers and WebAssembly (wasm) images as tasks.

https://github.com/bacalhau-project/bacalhau

from devops-course.

Jacarte avatar Jacarte commented on July 30, 2024

wasmCloud lets you focus on shipping features. Build secure, portable, re-usable components called actors and get rid of the headaches that come from being smothered by boilerplate, dependency hell, tight coupling, and making design decisions mandated by your infrastructure.

https://github.com/wasmCloud/wasmCloud

from devops-course.

Jacarte avatar Jacarte commented on July 30, 2024

Krustlet is a Kubelet written in Rust — which listens on the event stream for new pods that the scheduler assigns to it, based on specific Kubernetes tolerations.

https://krustlet.dev/

from devops-course.

Jacarte avatar Jacarte commented on July 30, 2024

Spin is an open source framework for building and running fast, secure, and composable cloud microservices with WebAssembly https://github.com/fermyon/spin

How to start with spin, https://github.com/fermyon/workshops

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

k8sgpt is a tool for scanning your kubernetes clusters, diagnosing and triaging issues in simple english.
https://github.com/k8sgpt-ai/k8sgpt

from devops-course.

bbaudry avatar bbaudry commented on July 30, 2024

Micro frontends
https://martinfowler.com/articles/micro-frontends.html

from devops-course.

bbaudry avatar bbaudry commented on July 30, 2024

Islands architecture
https://www.patterns.dev/posts/islands-architecture

from devops-course.

bbaudry avatar bbaudry commented on July 30, 2024

Fault tolerance library
https://github.com/resilience4j/resilience4j

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Kubernetes scheduling: Taxonomy, ongoing issues and challenges
C Carrión - ACM Computing Surveys, 2022
https://dl.acm.org/doi/abs/10.1145/3539606

from devops-course.

monperrus avatar monperrus commented on July 30, 2024

Microservice Extraction Based on a Comprehensive Evaluation of Logical Independence and Performance
http://ieeexplore.ieee.org/document/10477676
IEEE Transactions on Software Engineering 2024

from devops-course.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.