logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Yong Tang
2023-04-21

tldr - powered by Generative AI

The presentation discusses the relevance of DNS in Kubernetes clusters and the ways to contribute to the coding community.
  • DNS is still relevant in Kubernetes clusters even with software-defined networking
  • Contributing to the coding community can be done through GitHub, adding company name to adopt the project, and becoming a maintainer
  • SDN allows for more flexibility in assigning IP addresses in a cluster
Authors: Wenbo Zhu, Sanjay Pujare
2022-05-19

tldr - powered by Generative AI

Introduction to gRPC and Proximal Service Mesh
  • gRPC enables remote procedure calls to make them almost as simple to use as in process direct calls
  • Microservice architecture is enabled by gRPC where a monolithic application is broken up into multiple microservices
  • Service mesh comes up to automate or manage the microservices
  • Proximal service mesh enhances gRPC to have the same traffic management and security functionality as the proxy
  • The services in the mesh talk to each other directly without the proxies
Authors: Miek Gieben, Yong Tang, John Belamaric
2021-10-13

Best known for its ability to serve as the cluster DNS of Kubernetes, CoreDNS is a flexible and extensible DNS server with a focus on service discovery. The flexibility and extensibility of CoreDNS comes from its unique plugin-based architecture and its easy-to-use Corefile configurations. In this session, we will take a close look at the CoreDNS extension points for developers. We will learn how to build custom DNS applications based on CoreDNS, including: building a custom CoreDNS binary that includes external plugins; building a specialized binary that uses CoreDNS as a library; building your own CoreDNS plugin. We will also update the current state and the road map of CoreDNS for the near future.