logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Mark Mandel
2023-04-21

tldr - powered by Generative AI

The presentation discusses the implementation of UDP proxies in the gaming industry and the potential for open source standard tooling for this kind of work.
  • UDP proxies can make game servers harder to take down and provide more redundancy
  • Open source standard tooling can be established for this kind of work
  • The iguana's XDS provider can manipulate all the rest of the proxies
  • Active communities exist for game servers, game server orchestration, and extending Kubernetes in weird and wonderful ways
Conference:  CloudOpen 2022
Authors: Emily Jiang
2022-06-21

tldr - powered by Generative AI

The presentation discusses the use of MicroProfile, a lightweight iterative process governed by the MicroProfile Working Group, for creating cloud and native applications. The speaker demonstrates the creation of two microservices that communicate with each other and can be deployed to Kubernetes.
  • MicroProfile is a community-driven standard body with APIs and TCKs in the public domain
  • Tooling support is available for creating MicroProfile projects and choosing implementations
  • MicroProfile and Jakarta EE are complementary to each other
  • MicroProfile Config is used to specify where a service is located
  • The speaker demonstrates the creation of two microservices that communicate with each other and can be deployed to Kubernetes
Conference:  ContainerCon 2022
Authors: Yolanda Robla Mota
2022-06-21

The proposal of the talk is to provide an end-user oriented view about the transformation of a monolith into microservices for a certain application. It will summarize the motivations for that transformation - what drove us to embrace microservices and the benefits that is offering to us. Following advantages will be highlighted: - security - optimizing internal traffic - observability - improvements on application deployment Pain point, common caveats, difficulties for onboarding developers, and specially changing the paradigm will be topics to explore as well. Attendees will be able to understand what is a service mesh, what makes it different from an API gateway, and the advantages and constraints that it brings with it.
Authors: Wiard van Rij
2021-10-14

tldr - powered by Generative AI

Thanos is a highly available, pluggable, long-term metric storage solution that extends Prometheus to enable scaling, highly available setups, and long-term storage for everyone. It also has multiple components that could be used for multi-cluster telemetry, remote writes, and multi-tenancy.
  • Prometheus is a popular project for short metric retention and visualization
  • Thanos extends Prometheus to enable scaling, highly available setups, and long-term storage
  • Thanos has multiple components for multi-cluster telemetry, remote writes, and multi-tenancy
  • Thanos is prometheus compatible and has unlimited retention
  • The four core components of Thanos are the sidecar, query component, store, and compact components