Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Knative Serving Advanced: Knative Serving SDK

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Author | Niu Qiulin, technical expert of Aliyun Intelligent Business Group (Dongdao)

Introduction: through the previous series of articles, you already know how to manipulate various resources of Knative based on kubectl. But if you want to integrate Knative into your project, it is not enough to just use the command kubectl, and you also need to do integrated development based on Knative Serving SDK in your code. In this article, Dongdao, a technical expert of Aliyun Intelligent Business Group, will start with Knative Serving SDK and introduce how to develop serverless based on Knative SDK.

Golang Context

Before we officially introduce Knative Serving SDK, let's briefly introduce the mechanism of Golang Context. Because the initialization and information transmission of client and Informer in Knative Serving are completely based on Golang Context.

Golang is a Context introduced from version 1.7. the Context of Golang can simplify the data transmission, cancellation signal and expiration time between multiple goroutine and request domains. Context has two main functions:

Transfer necessary data; perform coordination control, such as terminating goroutein, setting timeout, etc. Context definition

Context itself is an interface.

Type Context interface {Deadline () (deadline time.Time, ok bool) Done ()

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report