积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部云计算&大数据(70)Apache Kyuubi(44)Apache Karaf(8)OpenShift(5)Apache Flink(4)Hadoop(3)Istio(2)云原生CNCF(2)RocketMQ(1)Service Mesh(1)

语言

全部英语(56)中文(简体)(12)西班牙语(1)中文(繁体)(1)

格式

全部PDF文档 PDF(48)其他文档 其他(22)
 
本次搜索耗时 0.079 秒,为您找到相关结果约 70 个.
  • 全部
  • 云计算&大数据
  • Apache Kyuubi
  • Apache Karaf
  • OpenShift
  • Apache Flink
  • Hadoop
  • Istio
  • 云原生CNCF
  • RocketMQ
  • Service Mesh
  • 全部
  • 英语
  • 中文(简体)
  • 西班牙语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Envoy原理介绍及线上问题踩坑

    后端处理器处理新连接。 • 后端处理器在配置中指定处理协议,根据协议相关的网络过滤器处理读取到的数据。 • 如果为http协议,再经过请求过滤器处理http协议头部,如路由选择等功能并创建上游连接池 • 将修改及编码后的http消息通过网络发送到对端Envoy的容器网络。 • Iptables识别为入流量则进入virtualInbound端口。 • ORIGINAL_DST恢复原始目标后 http.router L7 HTTP过滤器 HTTP路由及负载均衡的入口点,作为L7层过滤器链中 最后一个过滤器。 监听过滤器 L4网络过滤器 L7 HTTP过滤器 L4网络过滤器 上游连接池 监听 下游连接 上游连接 Copyright © Huawei Technologies Co., Ltd. All rights reserved. Page 17 Envoy过滤器架构-相关代码 Router过滤器负责根据配置中路由部分及请求内url等进行匹配并找到目标cluster。 • 根据cluster的负载均衡策略及当前可用POD实例信息,选择最适合的目标POD地址,并创建此目标地址的连接池。 • 根据连接池配置的最大可用连接数及允许的最大等待连接数等信息将下游请求与上游连接进行关联。 • 当连接准备好后对下游请求使用codec进行HTTP编码,并发送到上游连接的L4层网络过滤器。 • 上
    0 码力 | 30 页 | 2.67 MB | 1 年前
    3
  • pdf文档 13 Istio 流量管理原理与协议扩展 赵化冰

    网格内部 定义网格入口 • 服务端口 • Host • TLS 配置 • 路由配置 • 根据 Host 路由 • 根据 Header • 根据 URI 路由 目的地流量策略配置 • LB 策略 • 连接池配置 • 断路器配置 • TLS 配置 Gateway External Service 统一网格出口 • 出口地址(Gateway Workload) • 出口端口 Virtual Service
    0 码力 | 20 页 | 11.31 MB | 6 月前
    3
  • epub文档 Apache Kyuubi 1.8.0-rc1 Documentation

    support, both tcp and http), a Java Database Connectivity(JDBC) interface over thrift, or an Open Database Connectivity (ODBC) interface over a JDBC-to-ODBC bridge to communicate with Kyuubi. RESTful APIs could have an optimized experience exploring their data universe in a serverless way, using either JDBC + SQL or REST + code. For most scenarios, the superpower of corresponding engines, such as Spark, Next Admin Guide Quick Start Getting Started Getting Started with Helm Getting Started with Hive JDBC Configurations Environments Kyuubi Configurations Spark Configurations Flink Configurations Trino
    0 码力 | 429 页 | 5.28 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.8.0 Documentation

    support, both tcp and http), a Java Database Connectivity(JDBC) interface over thrift, or an Open Database Connectivity (ODBC) interface over a JDBC-to-ODBC bridge to communicate with Kyuubi. RESTful APIs could have an optimized experience exploring their data universe in a serverless way, using either JDBC + SQL or REST + code. For most scenarios, the superpower of corresponding engines, such as Spark, Next Admin Guide Quick Start Getting Started Getting Started with Helm Getting Started with Hive JDBC Configurations Environments Kyuubi Configurations Spark Configurations Flink Configurations Trino
    0 码力 | 429 页 | 5.28 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.8.0-rc0 Documentation

    support, both tcp and http), a Java Database Connectivity(JDBC) interface over thrift, or an Open Database Connectivity (ODBC) interface over a JDBC-to-ODBC bridge to communicate with Kyuubi. RESTful APIs could have an optimized experience exploring their data universe in a serverless way, using either JDBC + SQL or REST + code. For most scenarios, the superpower of corresponding engines, such as Spark, Next Admin Guide Quick Start Getting Started Getting Started with Helm Getting Started with Hive JDBC Configurations Environments Kyuubi Configurations Spark Configurations Flink Configurations Trino
    0 码力 | 428 页 | 5.28 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.9.0-SNAPSHOT Documentation

    support, both tcp and http), a Java Database Connectivity(JDBC) interface over thrift, or an Open Database Connectivity (ODBC) interface over a JDBC-to-ODBC bridge to communicate with Kyuubi. RESTful APIs could have an optimized experience exploring their data universe in a serverless way, using either JDBC + SQL or REST + code. For most scenarios, the superpower of corresponding engines, such as Spark, Next Admin Guide Quick Start Getting Started Getting Started with Helm Getting Started with Hive JDBC Configurations Environments Kyuubi Configurations Spark Configurations Flink Configurations Trino
    0 码力 | 405 页 | 4.96 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.8.1 Documentation

    support, both tcp and http), a Java Database Connectivity(JDBC) interface over thrift, or an Open Database Connectivity (ODBC) interface over a JDBC-to-ODBC bridge to communicate with Kyuubi. RESTful APIs could have an optimized experience exploring their data universe in a serverless way, using either JDBC + SQL or REST + code. For most scenarios, the superpower of corresponding engines, such as Spark, Next Admin Guide Quick Start Getting Started Getting Started with Helm Getting Started with Hive JDBC Configurations Environments Kyuubi Configurations Spark Configurations Flink Configurations Trino
    0 码力 | 405 页 | 5.28 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.1-rc0 Documentation

    support, both tcp and http), a Java Database Connectivity(JDBC) interface over thrift, or an Open Database Connectivity (ODBC) interface over a JDBC-to-ODBC bridge to communicate with Kyuubi. RESTful APIs could have an optimized experience exploring their data universe in a serverless way, using either JDBC + SQL or REST + code. For most scenarios, the superpower of corresponding engines, such as Spark, Next Admin Guide Quick Start Getting Started Getting Started with Helm Getting Started with Hive JDBC Deploying Kyuubi Basics Configurations Engines Security Authentication Authorization Kinit Auxiliary
    0 码力 | 401 页 | 5.25 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.2-rc0 Documentation

    support, both tcp and http), a Java Database Connectivity(JDBC) interface over thrift, or an Open Database Connectivity (ODBC) interface over a JDBC-to-ODBC bridge to communicate with Kyuubi. RESTful APIs could have an optimized experience exploring their data universe in a serverless way, using either JDBC + SQL or REST + code. For most scenarios, the superpower of corresponding engines, such as Spark, Next Admin Guide Quick Start Getting Started Getting Started with Helm Getting Started with Hive JDBC Deploying Kyuubi Basics Configurations Engines Security Authentication Authorization Kinit Auxiliary
    0 码力 | 405 页 | 5.26 MB | 1 年前
    3
  • epub文档 Apache Kyuubi 1.7.2 Documentation

    support, both tcp and http), a Java Database Connectivity(JDBC) interface over thrift, or an Open Database Connectivity (ODBC) interface over a JDBC-to-ODBC bridge to communicate with Kyuubi. RESTful APIs could have an optimized experience exploring their data universe in a serverless way, using either JDBC + SQL or REST + code. For most scenarios, the superpower of corresponding engines, such as Spark, Next Admin Guide Quick Start Getting Started Getting Started with Helm Getting Started with Hive JDBC Deploying Kyuubi Basics Configurations Engines Security Authentication Authorization Kinit Auxiliary
    0 码力 | 405 页 | 5.26 MB | 1 年前
    3
共 70 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
前往
页
相关搜索词
Envoy原理介绍及线问题13Istio流量管理协议扩展赵化冰ApacheKyuubi1.8rc1Documentationrc01.9SNAPSHOT1.7
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩