gRPC in the Real World: The Kubernetes Container Runtime Interface

gRPC in the Real World: The Kubernetes Container Runtime Interface

  • October 27, 2020
Table of Contents

gRPC in the Real World: The Kubernetes Container Runtime Interface

In this article we’re going to look at how gRPC is used by Kubernetes in its Container Runtime Interface (CRI) technology. Bit first, why aren’t we seeing that much gRPC on the front-end? It’s a question that’s been asked many times now and it is one that is well worth answering.

In previous installments of this series, we looked at the historical events that led to the creation of gRPC as well as the details that go with programming using gRPC. We discussed the key concepts of the gRPC specification. We took a look at the demonstration application we created especially for this series.

And, we examined how to use the auto-generation tool, protoc provided by gRPC to create boilerplate code in a variety of programming languages to speed the gRPC development. We also talked about how to bind statically and dynamically to a protobuf when programming under gRPC. In addition, we created a number of lessons on Katacoda’s interactive learning environment that support the concepts and practices we covered in the introductory articles.

Source: programmableweb.com

Share :
comments powered by Disqus

Related Posts

Kubernetes Ingress goes GA

Kubernetes Ingress goes GA

After a long time in beta, Kubernetes Ingress has gone GA in 1.19. Read more about how it impacts you, and your Ingress Controllers here

Read More
New Kubernetes 1.18 Extends Ingress

New Kubernetes 1.18 Extends Ingress

Last month, the Kubernetes team released Kubernetes 1.18, which extended Ingress. The two most exciting features include a new IngressClass resource and the new pathType field. To minimize the risk for our users who want to try out these exciting new features, the Ambassador Edge Stack supports the latest version of the Kubernetes Ingress specifications.

Read More
Yes, you can run VMs on Kubernetes with KubeVirt

Yes, you can run VMs on Kubernetes with KubeVirt

Containers and Kubernetes are awesome technologies that enable applications to run without a heavy operating system (OS), as using a virtual machine (VM) would require. Container-first, cloud-native applications are the future, but not every application is suitable to be cloud-native. KubeVirt allows you to run your virtual machines alongside your containers on a Kubernetes platform.

Read More