zoukankan      html  css  js  c++  java
  • SAP Kyma(Extension Factory on SAP Cloud Platform)的架构简介

    SAP kyma主要分三大块组成:

    (1) Application connector

    simplify and securely connect external systems to Kyma and to register the events and APIs of the external system

    允许应用开发人员通过简易和安全的方式将Kyma和外部第三方系统连接,监听外部系统的事件和消费API

    (2) Service Catalog

    unifies the way you consume internal and external services. It also lists the events and APIs from the registered system.

    允许应用开发人员以统一的方式消费内外部服务。通过Service Catalog,我们可以获得Kyma注册的外部系统的API和可供监听的事件。

    (3) 通过knative模块提供的serveless功能块。

    serverless functionality leveraged through the Knative integration, which allows you to build lambda functions to react to events asynchronously coming from connected systems.

    可以使用Lamdba函数开发来自通过Application Connector连接的外部系统抛出的事件。

    通过knative模块的基础,快速部署和应用的高可用性,高扩展性成为了可能。

    It also enables you to do quick deployments, with higher scalability and loose coupling through events.

    While Knative concentrates more on providing the building blocks for running serverless workloads, Kyma focuses on integrating those blocks with external services and applications.

    要获取更多Jerry的原创文章,请关注公众号"汪子熙"。

  • 相关阅读:
    学习笔记 MYSQL报错注入(count()、rand()、group by)
    学习笔记 HTTP参数污染注入
    学习笔记 MSSQL显错手工注入
    代码审计入门后审计技巧
    字符串的排列
    二叉搜索树与双向链表
    复杂链表的复制
    二叉树中和为某一值的路径
    二叉搜索树的后序遍历序列
    从上往下打印二叉树
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/11312387.html
Copyright © 2011-2022 走看看