Istio-redirector: the way to go to manage thousands of HTTP redirections
#IstioCon Istio-redirector: the way to go to manage thousands of HTTP redirections Etienne Fontaine (@etifontaine) #IstioCon Istio-redirector 301-redirection from /bus/routes/bruxelles/lille [...] spec: gateways: - istio-system/istio-ingressgateway hosts: - www.blablacar.fr http: - match: - uri: exact: /co2 redirect: uri: /blablalife/lp/zeroemptyseats0 码力 | 13 页 | 1.07 MB | 1 年前3AWS LAMBDA Tutorial
events in AWS services such as adding /removing files in S3 bucket, updating Amazon DynamoDB tables, HTTP request from Amazon API Gateway etc. Audience This tutorial is designed for software programmers ....... 59 Handler in NodeJS .................................................................................................................................... 59 Params to Handler ............. .......................................................................................... 68 Handler Details for Java ...............................................................................0 码力 | 393 页 | 13.45 MB | 1 年前3Apache Karaf Cellar 4.x - Documentation
nodes 5.1. Nodes identification 5.2. Testing nodes 5.3. Node Components: listener, producer, handler, consume, and synchronizer 5.4. Synchronizers and sync policy 5.5. Producer, consumer, and handlers 2. OSGi Event Broadcast in action 10. HTTP Balancer 10.1. Enable HTTP Balancer 10.2. Balancer in action 11. HTTP Session Replication 11.1. Enable Cluster HTTP Session Replication 11.2. Web Application Finally, Cellar also provides "runtime clustering" by providing dedicated feature like: * HTTP load balancing * HTTP sessions replication * log centralization Please, see the sections dedicated to those0 码力 | 39 页 | 177.09 KB | 1 年前3BAETYL 1.0.0 Documentation
module baetyl-hub provides message subscription and publishing functions based on the MQTT protocol [http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt- v3.1.1-os.html], and supports four access methods: will eventually be unified. RESTful API The Baetyl Master exposes a set of RESTful APIs, adopts HTTP/1. By default, Unix Domain Socket is used on Linux systems, and the fixed address is /var/run/baetyl #!/usr/bin/env python3 #-*- coding:utf-8 -*- """ module to say hi """ def handler(event, context): """ function handler """ event['functionName'] = context['functionName'] event['functionInvokeID']0 码力 | 135 页 | 15.44 MB | 1 年前3BAETYL 0.1.6 Documentation
module baetyl-hub provides message subscription and publishing functions based on the MQTT protocol [http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt- v3.1.1-os.html], and supports four access methods: will eventually be unified. RESTful API The Baetyl Master exposes a set of RESTful APIs, adopts HTTP/1. By default, Unix Domain Socket is used on Linux systems, and the fixed address is /var/run/baetyl #!/usr/bin/env python3 #-*- coding:utf-8 -*- """ module to say hi """ def handler(event, context): """ function handler """ event['functionName'] = context['functionName'] event['functionInvokeID']0 码力 | 119 页 | 11.46 MB | 1 年前3Apache Karaf Decanter 2.x - Documentation
begin with "object.name". #object.name.system=java.lang:* #object.name.karaf=org.apache.karaf:type=http,name=* #object.name.3=org.apache.activemq:* # You can also execute operations on some MBeans, providing Karaf Decanter. You can download the jmxmp protocol provider artifact on Maven Central: [http://repo.maven.apache.org/maven2/org/glassfish/external/opendmk_jmxremote_optional_jar/1.0-b01- ea only the Camel Routes JMX MBeans. 1.2.9. CAMEL TRACER & NOTIFIER Decanter provides a Camel Tracer Handler that you can set on a Camel Tracer. It also provides a Camel Event Notifier. CAMEL TRACER If you0 码力 | 64 页 | 812.01 KB | 1 年前3Apache Karaf Cellar 3.x Documentation
nodes 5.1. Nodes identification 5.2. Testing nodes 5.3. Node Components: listener, producer, handler, consume, and synchronizer 5.4. Synchronizers and sync policy 5.5. Producer, consumer, and handlers Finally, Cellar also provides "runtime clustering" by providing dedicated feature like: • HTTP load balancing • HTTP sessions replication • log centralization Please, see the sections dedicated to those Environment: • Java SE Development Kit 1.7.x or greater ([http://www.oracle.com/technetwork/java/javase/]). • Apache Maven 3.0.3 ([http://maven.apache.org/download.html]). Note: Karaf Cellar requires0 码力 | 34 页 | 157.07 KB | 1 年前3BAETYL 1.0.0 Documentation
eventually be unified. 2.3.2 RESTful API The Baetyl Master exposes a set of RESTful APIs, adopts HTTP/1. By default, Unix Domain Socket is used on Linux systems, and the fixed address is /var/run/baetyl below: #!/usr/bin/env python3 #-*- coding:utf-8 -*- """ module to say hi """ def handler(event, context): """ function handler """ event['functionName'] = context['functionName'] event['functionInvokeID'] handle messages in JSON or binary format. An example is shown below: #!/usr/bin/env node exports.handler = (event, context, callback) => { result = {}; if (Buffer.isBuffer(event)) { const message = event0 码力 | 145 页 | 9.31 MB | 1 年前3OpenShift Container Platform 4.13 虚拟化
Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/ . In accordance with CC-BY-SA, if you distribute this document 创建资源,如守护进程集、配置映射和其他组件。 例如,当 hco-operator 创建 KubeVirt CR 时,virt-operator 会协调它并创建其他资源,如 virt- controller、virt-handler 和 virt-api。 OLM 部署 hostpath-provisioner-operator,但在创建 hostpath provisioner (HPP)CR 之前,它无法正 常工作。 用作所有与虚拟化相关的流的入口点的 HTTP API 服 务器。 deployment/virt-controller 观察创建新虚拟机实例对象并创建对应的 pod。当 pod 调度到某个节点上时,virt-controller 会使用节 点名称更新虚拟机。 第 第 2 章 章 OPENSHIFT VIRTUALIZATION 架 架构 构 13 daemonset/virt-handler 监控对虚拟机的任何更改并指示0 码力 | 393 页 | 4.53 MB | 1 年前3BAETYL 0.1.6 Documentation
eventually be unified. 2.3.2 RESTful API The Baetyl Master exposes a set of RESTful APIs, adopts HTTP/1. By default, Unix Domain Socket is used on Linux systems, and the fixed address is /var/run/baetyl below: #!/usr/bin/env python3 #-*- coding:utf-8 -*- """ module to say hi """ def handler(event, context): """ function handler """ event['functionName'] = context['functionName'] event['functionInvokeID'] handle messages in JSON or binary format. An example is shown below: #!/usr/bin/env node exports.handler = (event, context, callback) => { result = {}; if (Buffer.isBuffer(event)) { const message = event0 码力 | 120 页 | 7.27 MB | 1 年前3
共 491 条
- 1
- 2
- 3
- 4
- 5
- 6
- 50