Cloud Service Engine. Product Description. Issue 01 Date

Size: px
Start display at page:

Download "Cloud Service Engine. Product Description. Issue 01 Date"

Transcription

1 Issue 01 Date

2 Contents Contents 1 Overview Functions Advantages Application Scenarios Terms LocalServiceCenter Java SDK Go SDK Service Mesh Key Generation Tool Local CSE...25 Issue 01 ( ) ii

3 1 Overview 1 Overview The Cloud Service Engine (CSE) is an enterprise-level microservice application management platform, including the microservice software deployment kit (SDK) and service registration, configuration, and governance centers. It ensures quick construction, real-time monitoring, and high availability (HA) of microservices. Furthermore, it is compatible with mainstream open-source ecosystems, not bound to specific development frameworks or platforms, and supports service code access to CSE without any modification. Issue 01 ( ) 1

4 2 Functions 2 Functions Microservice development framework Features out of the box, which provides the basic capabilities, including microservice registry, discovery, communication, and governance. Microservice governance center Provides microservice governance capabilities such as load balancing, rate limiting, service degradation, circuit breaker, and fault tolerance. Microservice security management Provides the authorization, authentication, and blacklist and whitelist functions to ensure access security of microservices. Microservice dark launch Supports any API parameter, such as the user group, user category, and area to which users belong, to define dark launch rules for microservices. Distributed transaction management Provides the Try/Confirm/Cancel (TCC) transaction management framework of the eventual consistency and the Web Services Atomic Transaction (WSAT) management framework of the strong consistency. Non-intrusive microservice access Provides Service Mesh to implement non-intrusive access to existing microservices. Unified configuration center Supports the release, change, and notification of microservice configuration items. Microservice dashboard Provides real-time monitoring dashboards for microservice instances and the API-level throughput, delay, and success rate. Issue 01 ( ) 2

5 3 Advantages 3 Advantages Item Microservice Management Huawei Cloud Microservice Engine Provides a one-stop microservice management console (web), including service catalog, service governance, service configuration, transaction dashboard, and new service creation. Self-built Microservice Based on Spring Cloud The UI console needs to be selfdeveloped, which requires more than 20,000 rows of code. Programming language Communicatio n protocol Service Mesh Usability Supports Java, Go, PHP,.NET, Python, Node.js, and other mainstream development languages. REST/RPC Provides the commercial mesher and supports one-click deployment. You only need to import Huawei microservice SDK to enjoy various service governance and control capabilities, including load balancing, fault isolation, fault tolerance, flow control, tracing, and service status dashboard. These functions are completely decoupled from service code, and you only need to focus on service development. Supports only Java. REST Built based on Spring Boot/ Spring Cloud components, and a large number of third-party components, such as Hystrix, Ribbon, Zipkin, and Prometheus, need to be integrated and verified. These bring high threshold and long learning period. Issue 01 ( ) 3

6 3 Advantages Item Microservice registry Dynamic configuration Microservice governance Lightweight gateway Canary release Huawei Cloud Microservice Engine Provides rich management capabilities for static metadata of microservices. For example, supports hierarchical relationship management for application, microservice, and instance, version management, tag management, canary release, and service topology, and provides large-scale enterpriselevel microservice management. Provides multi-dimensional data modeling to organize configuration information, which supports more configuration items and makes microservices more expandable. In addition, the configuration center supports the push and pull modes to provide better real-time configuration change notification. Supports service governance by APIs. In addition, it implements other governance capabilities, such as retry and isolation of instance access errors, priority of service discovery among multiple data centers. In addition, native governance methods provided by open source libraries are encapsulated properly and can be directly configured in the governance center without further coding. Supports RESTful request aggregation and forwarding, customization of service mapping, request parsing, encryption and decryption, and authentication, and governance on gateway services. Releases rules can be defined based on weights and API parameters (for example, user groups or areas to which users belong). Self-built Microservice Based on Spring Cloud Provides the Eureka component, needs to be developed and encapsulated as a service, and only manages the dynamic routing data. Provides Spring Cloud Config components, which need to be developed and encapsulated as a service. These bring fewer configuration items and poor realtime performance. Supports isolation by only services, and provides only open source components, such as Hystrix, which need to be developed and encapsulated into a service. Built based on Zuul, resulting in poor performance. Microservice governance can be implemented by integrating applications with a large number of third-party components. Issue 01 ( ) 4

7 3 Advantages Item Dashboard Deployment Expansion Remote disaster recovery Routine O&M Integration with HUAWEI CLOUD Huawei Cloud Microservice Engine Provides hierarchical applicationlevel metrics monitoring for microservice, instance, and API, such as Throughput, Average Latency, and Requests. Features out-of-the-box (secondlevel). Scales in and out (in seconds) through the console. Supports availability zones (AZs). Your O&M is not required. Huawei O&M team provides routine O&M measures, such as backup and recovery, monitoring and alarms, version upgrade, logrorate mechanism, and access protection. Has been seamlessly integrated with Huawei cloud container engine (CCE), application performance management (APM), and application operations management (AOM), and is integrating with the distributed cache service (DCS), distributed message service (DMS), and relational database service (RDS). Self-built Microservice Based on Spring Cloud The service center, configuration center, governance center, and console need to be developed and deployed based on open source components, which is timeconsuming and labor-consuming. Manually performs instance expansion and data migration. Features difficult construction and high technical requirements. Besides, high availability (HA) needs to be self-developed. You need to perform routine O&M measures, such as backup and recovery, monitoring and alarms, version upgrade, logrorate mechanism, and access protection. Self-built or interconnect with Huawei CLOUD. Issue 01 ( ) 5

8 4 Application Scenarios 4 Application Scenarios Development and Governance for New Applications CSE provides the multi-language microservice SDK and a unified console to implement onestop development and governance for the new enterprise applications developed using the microservice framework or for the existing applications rebuilt into microservices. CSE has the following advantages: Out of the box Provides the basic capabilities, including microservice registry, discovery, communication, and governance. One-stop governance Provides microservice governance capabilities such as load balancing, rate limiting, service degradation, circuit breaker, and fault tolerance. Real-time monitoring for application metrics Monitors API-level metrics, such as Throughput, Average Latency, and Requests, in real time. Access and Governance for Existing Applications When deploying a large number of existing applications on the cloud, the cost of microservice rebuilding is high. The Service Mesh solution can implement application management and access without any modification. This enables cloud-based microservice governance for existing applications. CSE has the following advantages: Access to microservice without any modification Provides Service Mesh to implement non-intrusive access for existing applications. Compatibility with mainstream open-source ecosystems CSE is compatible with mainstream open-source communities (such as Spring Cloud) and interconnects with industry ecosystem capabilities. Multiple programming languages Supports Node.js and.net applications. Issue 01 ( ) 6

9 5 Terms 5 Terms Table 5-1 CSE terms Full Spelling Acronym Description Dark launch - CSE provides two dark launch strategies: Traffic diversion based on traffic percentage Set traffic diversion rules, diverting a certain percentage of traffic to a specific service version. Traffic diversion based on specific requests Set traffic diversion rules based on the request header, diverting traffic having certain characteristics to a specific service version. Dark launch helps with smooth service upgrade. Access key/secret key AK/SK An access key/secret key (AK/SK) pair is used for API identity authentication and access control. Application - An application is a logical computer software entity that provides specific functions to users. An application built using the microservice architecture is generally composed of multiple microservices. Issue 01 ( ) 7

10 5 Terms Full Spelling Acronym Description Circuit breaker - A circuit breaker is designed to ensure service availability. Microservices generally depend on each other. A service call tracing may involve multiple microservices. If the access delay of one or more services is too high, incoming service requests will accumulate and consume more threads and I/O resources, which hinders system running and make more services unavailable, leading to avalanche effect. To solve this problem, when a target service responds slowly or a large number of timeout events occur, the circuit breaker breaks the service call and returns subsequent call requests to quickly release resources. The service will not be called until it works properly. Cloud service engine CSE CSE, short for Cloud Service Engine, is a public cloud service. It provides a group of tools and development frameworks at the development layer to facilitate local microservice development, and a group of basic services that support microservice operation and O&M on the cloud, facilitating deployment and O&M of microservices in the cloud production environment. Consumer - A consumer is the caller of a service. Distributed transaction - The participator, resource server, and transaction manager of a distributed transaction are deployed on different nodes in a distributed system. CSE supports two distributed transaction solutions: The final consistency solution based on the TCC protocol. The strong consistency solution based on two-phase commit (2PC) Fault tolerance - Fault tolerance is a way to handle exceptions that occur while consumers access a service. If an exception occurs, the service framework automatically selects a new service route to be called. Issue 01 ( ) 8

11 5 Terms Full Spelling Acronym Description Identity and access management IAM Identity and access management (IAM) is a security management service for enterprise tenants in PaaS. It manages account information, role permissions, access control, and logs, as well as providing diversified account management and sign-in authorization and authentication. Instance - An instance is the minimum running and deployment unit of a microservice. Generally, it corresponds to an application process. Independent software vendor ISV The independent software vendor (ISV) is a type of complementary service provider. ISVs have an operable software system on their own, which supports software-as-aservice (SaaS). They can deploy the software system in the carrier's environment and develop their own customers. Isolation - Isolation is an exception detection mechanism. It is used when a request timeout or large traffic occurs. Its common parameters include timeout duration and the maximum number of concurrent requests. An exception is recorded when a timeout occurs or when the maximum number of concurrent requests exceeds the limit. The error rate and error request quantity are calculated in the circuit breaker mechanism based on the records. Load balancing - Route load balancing is required when an application accesses a microservice that has multiple instances. CSE provides a Ribbonbased load balancing solution. The load balancing policy can be set in a configuration file. Currently, the policy can be random or based on polling, session stickiness, or weight based on response time. Legacy - A legacy is a system that is in use but reaching the end of its software life cycle. Microservice - A microservice is a lightweight serviceoriented architecture (SOA) that is widely used to structure cloud applications and Internet applications as a collection of loosely coupled distributed services. Provider - A provider is a called microservice. Issue 01 ( ) 9

12 5 Terms Full Spelling Acronym Description Rate limiting - When resources are insufficient for service processing, the service framework needs to limit the access requests from consumers, enabling the flow control protection mechanism. Traffic can be controlled on both the consumer and the provider sides. On the consumer side, you can limit the frequency of requests sending to a certain provider. On the provider side, you can control the request transmission frequency of each consumer or limit the overall request transmission frequency based on the provider's resource consumption, preventing service breakdown caused by resource exhaustion. Service degradation - Service degradation includes block degradation and tolerance degradation policies. In block degradation, maintenance personnel or developers forcibly degrade a type of services or a certain service when an external trigger condition reaches a certain threshold. In fault tolerance degradation, when non-core services are unavailable, the service logic automatically bypasses the faulty services to ensure that core services run properly. Service Mesh - Service Mesh provides an infrastructurelayer service. To develop applications based on microservices, developers need to solve the issues in application running on a distributed network, such as fault tolerance, rate limiting, load balancing, service registry and discovery, and monitoring. Service Mesh is used as a proxy at L4/L7 to address these issues. Service - A service is an on-demand function object. In an application model, services are generally oriented to applications. Applications need to subscribe to services and bind to them before using them. In certain business scenarios, pay-per-use services are provided. Issue 01 ( ) 10

13 5 Terms Full Spelling Acronym Description Try/Confirm/Cancel TCC Try/Confirm/Cancel (TCC) is a transaction management framework of the eventual consistency. TCC transactions can be classified as compensation transactions. Web Services Atomic Transaction WSAT Web Services Atomic Transaction (WSAT) is a transaction management framework of the strong consistency. Issue 01 ( ) 11

14 6.1 LocalServiceCenter 6.2 Java SDK 6.3 Go SDK 6.4 Service Mesh 6.5 Key Generation Tool 6.6 Local CSE 6.1 LocalServiceCenter Version Release Date Description Improved usability and fixed bugs Added new features Support contract tests on the UI. Microservices can be directly deleted on the UI. Start UI offline. Support UI. Support IPv6. Issue 01 ( ) 12

15 6.2 Java SDK Version Release Date Description This version maps to CSE Supported new functions and scenarios for the three modules: graceful exit, edge service, and access log. Optimized the client microservice routing mechanism and upgraded the third-party software related to validation This version maps to CSE Supported HTTP 2.0 communication, self-reference data type, upgrade of Spring and Netty, and optimized API management related to service instance reliability and contract registry This version maps to CSE Optimized the experience of integration between the configuration center and service center, and Spring Cloud, and fixed a few bugs This version maps to CSE Provided JSR Validation and file downloading capabilities, optimized metrics, monitoring data reporting, and error control functions, and fixed some bugs This version maps to CSE Supported communication using OpenSSL, service instance isolation based on the environment, API-level rate limiting for the provider, and fault injection for the consumer, modified some features, and fixed some bugs This version maps to CSE The mapping service center version is upgraded to , which provided new functions such as reporting the version of the framework component that supports microservice O&M This version maps to CSE Changed the open-source package name from io.servicecomb to org.apache.servicecomb, provided generic support for REST, modified some features, and fixed some bugs This version maps to CSE Interconnected Spring Cloud features with CSE, improved the reliability of instance query, optimized reactive invocation and other features, and fixed some bugs. Issue 01 ( ) 13

16 Version Release Date Description This version maps to CSE Fixed some bugs. No features are added This version maps to CSE Added a starter to Spring Cloud to interconnect with the service center. Fixed bugs on the governance module and canary release module This version maps to CSE Added password authentication when the TCC transaction uses the Redis database, repaired the strong consistency transaction, and fixed some bugs on the common module This version maps to CSE Fixed some bugs. No features are added This version maps to CSE The change history is provided based on version Added the public and private key pair authentication mechanism between microservices The J2EE running environment (Tomcat) supports graceful exit. The event mechanism is added to the graceful exit of the Vert.x running environment, and the logic for graceful exit of these two environments is unified. The edge service provides two general routing management mechanisms: dark management based on service names and versions and dark management based on URL mapping, simplifying the edge service usage. The access log can print context header formation, and the supported format can be expanded. The edge mechanism is used to manage consumer contracts. By default, all versions (0+) are pulled (the latest version is pulled previously). In addition, the isolated ClassLoader is used to call APIs for different versions to resolve abnormal API call and recovery failure because the customer is upgraded before the provider with API changes (the customer changes accordingly). The validation-api is upgraded from to The hibernate-validator is upgraded from Final to Final. The hibernate-validator-annotation-processor is upgraded from Final to Final. The configuration center prints null pointer exceptions (NPEs) cyclically in watch mode. Issue 01 ( ) 14

17 Interface definition supports the data type that is self-referenced. Graceful shutdown is supported. Specifically, when the service stops, the network thread is closed and waits for the call to complete. SDK supports HTTP 2.0 as the communication protocol. In contract definition, x-java-interface is optional. The ServiceComb Java Chassis version is commit id 5fc99f5. Provide an instance protection mechanism when the service center network is temporarily unreachable or the service center restarts due to a fault. When an empty instance is queried from the service center, the current instance is pinged by default. If the instance is successfully pinged, the local instance is not removed. Upgrade the Spring version from RELEASE to RELEASE. Note: In the new version, when the native RestTemplate API of Spring has unknown HTTP error codes, the API behavior changes. However, APIs provided by CSE are not affected. Upgrade the Netty version from Final to Final. Configuration item query of the configuration center fails because the microservice name is not transcoded. An exception occurs when a large-size file is upgraded. The server encounters NPEs when an empty file is uploaded by the consumer. The microservice fails to register with the service center after the microservice starts before the service center. Microservices whose information is deleted during microservice registry cannot be registered. During configuration center initialization, the preconfiguration function is supported upon configuration query of one time. The port number does not need to be configured in the service center address. Instead, the default port number can be used according to the protocol. The priority of the application.yml configuration file of the Spring Boot is higher than that of the microservice.yaml file. A service instance fails to be queried when the environment parameter is configured. This problem involves the change of the API for querying a service center instance. The environment parameter needs to be carried in the API. A service instance fails to be queried when the environment parameter is configured. Issue 01 ( ) 15

18 Modified the traceid generation and printing functions in the EdgeService scenario Add the environment to which the service metrics belong to the service metrics reported to the dashboard. Print the data collected by metrics in logs. Add a simplified method for setting configuration items. Support the JSR Validation API. Support file downloading. Support integration with the configuration file of Spring Boot or Spring Cloud. Provide cse-solution-spring-cloud simplify Spring Cloud application access to CSE. Cache the SPI service instance to avoid creating new instances each time. Optimize the metrics to align with the open-source ecosystem, and discard the perfstats processing chain. Enable the metrics module after it is referenced through servicecomb.metrics.publisher.defaultlog.enabled=true. Adjust default values such as the metric release period and whether to print logs. Adjust the error detection conditions for instance isolation and retry to reduce log printing and unnecessary retry. Upgrade Guava from to Upgrade Jackson from to Enhance the process for obtaining the IP address of the monitoring data reporting server. Remove the dependency on slf4j-log4j12 from foundation-auth. The client rate limiting does not support dots (.) in the microservice or schema name. Change DarklaunchRule to build once upon the call to avoid concurrent problems. Metrics cannot be obtained in some scenarios. A concurrent access problem occurs when both WeightedResponseTimeRule and a canary release policy are triggered. Support communication using OpenSSL. Isolate service instances on the environment. Support API-level rate limiting for the service provider. Support fault injection for the service consumer. Use HttpClientFilter and HttpServerFilter to parse the REST parameter to support user-defined encoding extension. Enable the system to automatically switch to an available server when multiple configuration centers are configured. Issue 01 ( ) 16

19 Enable the pull mode of the service center by default. Change the default size of the HTTP header from 8 KB to 32 KB. Null pointer exception (NPE) occurs in the log when the Edge Service cannot find the service. Enable SessionSticklessRule to support service-level parameter configuration to rectify the problem that parameter settings on the governance page do not take effect. The total number of monitoring data requests and the request failure rate are incorrectly calculated Report the version of the framework component to the service center based on O&M requirements. Upgrade Jackson from to Change the minimum supported version of the service center to Memory leakage may occur when the Edge service forwards services that do not exist. Provide generic support for REST. Provide user-defined configuration items for Netty DNS. Integrate the view function from Spring Web MVC. Add the TraceId in the access log. Change the ServiceComb code package name to org.apache.servicecomb. Add request success/failure records to the Invocation plug-in. Migrate the com.huawei.paas.cse:foundation-config-cc module to the org.apache.servicecomb:config-cc module. Remove the third-party dependency that conflicts with the Apache license. Upgrade Netty to and Jackson to An exception occurs when the consumer calls the highway API due to the hyphen (-) contained in the request parameter name. Only the first part of service_description.description is registered with the service center due to service_description.description in the microservice.yaml file is separated by commas (,). APIGateway cannot be connected due to domain name resolution. Issue 01 ( ) 17

20 Interconnect Spring Cloud applications with CSE. Support the embedded traceid of invocation tracing. Use field to generate tags. Support the CompletableFuture asynchronous invocation feature. Optimize the instance query mechanism of the service center to improve reliability. Optimize the performance of reactive invocation. Add service and instance information to the dashboard. Java SDK with an earlier version fails to be accessed due to redundant attribute information delivered during canary release. Configure the loading priority of the cse-solution-service-engine configuration to the lowest, and allow developers to customize the configuration. A request signing failure occurs when multiple service center addresses are configured. Upgrade the Jackson version to be the same as that of ServiceComb. Delete duplicate dependency items. The canary release rules are case sensitive. The circuit breaker status is incorrect and the number of circuit breakers is not reported. Enable the Java SDK to provide a standard alarm mechanism to enable the configuration center to report connection failure events. Add a starter to Spring Cloud to interconnect with the service center. Enable the canary release module to support data types such long and double. A large number of logs are printed when a large number of services degrade concurrently. Upgrade Jackson to resolve security vulnerabilities. The return value of the strong consistency transaction is lost. Issue 01 ( ) 18

21 The circuit breaker status of the monitoring data is incorrect Add password authentication when TCC transaction logs are stored in the Redis database. A.jar package conflict occurs when the metrics module is integrated into the OSGI environment. The decryption of the first connection to the service center fails due to the sequence of loading decryption tools of the configuration center in the scenario where AK/SK authentication is used. SignerUtils incorrectly modifies the time zone. The microservice startup fails after using the System.setProperty code to configure SSL configuration parameters. Use private and public key pairs for identity authentication between microservices. Modify the code format and spelling. The modification does not affect Java SDK functions. 6.3 Go SDK Version Release Date Description Corrected dashboard data Corrected dashboard data Fixed the issue that some governance policies do not take effect. Issue 01 ( ) 19

22 Version Release Date Description Modified the Registry API Modified the connection to the configuration center and CSE monitoring, and supported canary release based on user-defined rules (matching the header) Supported multiple projects and canary release This is the first release. Supported rapid development for microservices using the REST/ highway protocol and fast access to CSE The error rate of the dashboard changes to -1 in certain cases. The circuit breaker request is calculated to the number of failures. The log recording call failures does not contain the server information. The number of requests in the dashboard is the total number of requests in the last 10s. The dashboard cannot distinguish between different instances of the same host. The error rate in the dashboard is incorrect. The null pointer is not determined when the provider data is obtained. After static microservice information is deleted, instance information cannot be synchronized. The polling policy does not take effect for multiple versions and multiple instances. After a dark launch rule is deleted, the local routing rule cannot be used. Manual circuit breaker does not take effect. The retry succeeds but the correct result cannot be obtained. Forcible service degradation does not take effect. Split the Registry API into the Registrator, ServiceDiscovery, and ContractDiscovery APIs. Issue 01 ( ) 20

23 Add the Router API. Support HTTP 2.0. Data cannot be reported to the CSE dashboard after a microservice is deleted. The forceclosed configuration item in circuit breaker does not take effect. No return code is displayed after the access to a server times out when the REST protocol is used. The function of setting routing weight rules is unstable Modify the access to the configuration center and CSE monitoring. Support canary release based on user-defined rules (matching the header). No retry mechanism is provided for service registry during startup. When the weights of routing rules are less than 100%, the remained traffic is not imported to the latest microservice version. The REST protocol does not take effect during an application-cross call. The return code and information for the isolation timeout are incorrect. The weight policy does not take effect. Support multiple projects. Support dark launch (weight). The client does not update the cache when the server instance is added or deleted. The processing results are different when the service access using different protocols times out. The configured timeout duration does not take effect. Support the development of microservices using the REST/highway protocol. Support functions, such as registration discovery, load balancing, circuit breaker, service degradation, fault tolerance, fault injection, and routing policy (REST). Support dynamic governance functions, such as load balancing, circuit breaker, service degrade, fault tolerance, and fault injection. Support the dashboard monitoring function. Issue 01 ( ) 21

24 6.4 Service Mesh Version Release Date Description Corrected dashboard data Corrected dashboard data Fixed the issue that some governance policies do not take effect Support HTTP Support multiple projects Add the default monitoring address Interconnect with Dubbo applications Simplify configuration and improve usability Simplify configuration and improve usability This version is used in the infrastructure layer, helping service applications quickly become microservices This version is used in the infrastructure layer, helping service applications quickly become microservices The error rate of the dashboard changes to -1 in certain cases. The circuit breaker request is calculated to the number of failures. The log recording call failures does not contain the server information. When the backend service returns error 500, the client cannot read the error information. The number of requests in the dashboard is the total number of requests in the last 10s. The mesher transparently returns the 5XX information sent from the server. The dashboard cannot distinguish between different instances of the same host. The error rate in the dashboard is incorrect. Issue 01 ( ) 22

25 The null pointer is not determined when the provider data is obtained. After static microservice information is deleted, instance information cannot be synchronized. The polling policy does not take effect for multi-version multi-instance. After a dark launch rule is deleted, the local routing rule cannot be used Manual circuit breaker does not take effect. The retry succeeds but the correct result cannot be obtained. Forcible service degradation does not take effect. Support HTTP 2.0. Data cannot be reported to the CSE dashboard after a microservice is deleted. The forceclosed configuration item in circuit breaker does not take effect. The function of setting route weight rules is unstable. Support multiple projects. Support dark launch governance. Support ServiceStage deployment without AK/SK configuration. The client does not update the cache when the server instance is added or deleted. The processing results are different when the service access using different protocols times out. The configured timeout duration does not take effect. The Dubbo protocol cannot be used to call the service with a version other than by default. The configured Dubbo protocol fault injection policy does not take effect. No retry is provided for service registry during startup. When the weights of routing rules are less than 100%, the remained traffic is not imported to the latest microservice version. Isolation timeout status code 200 is reported. The admin API is unavailable. The dubbo provider may exit abnormally. A call fails when the length of the header field exceeds 6441 characters. The QPS data of mesher changes slowly. Issue 01 ( ) 23

26 The default listening address is not configured. The time weight policy does not take effect on the Dubbo protocol. Interconnect with Dubbo applications. Mesher cannot be started after an exit due to an initialization error. Service degradation fails when the service degrade policy is set to returnnull. The exception code is not generated when Service Mesh fails to obtain the chain. A 404 error is reported when Service Mesh deletes instances upon exit. Combine some configuration files. The CSE fails to be started when the network interface card (NIC) is not eth0. Hide the processing chain configuration from users. The configuration can be customized by users, or remain unchanged by default. Use the --mode command parameter to determine the running mode. The sidecar or per-host parameter can be added to --mode. By default, sidecar is added to -- mode. Register the frame name, version number, and registry information to the service center. Do not require to input environment variables when running the start.sh command. Hide the SSL configuration of internal components to simplify the configuration file. Do not require to specify CSE_REGISTRY_ADDR and SERVICE_NAME when deploying the container where microservices reside in ServiceStage. Issue 01 ( ) 24

27 Add a new load balancing policy, that is, instances are selected based on the delay. Support the fault injection function. The mesher process breaks down due to tracing handler configuration. Set appid of routing information to that of the consumer by default to avoid routing table configuration. 6.5 Key Generation Tool Version Release Date Description This is the first release. Provide the key encryption tool Generate the encrypted key file and the AK/SK file at a time. Provide the encryption API. 6.6 Local CSE Version Release Date Description Local CSE is a GUI-based tool, used for the lightweight service center and configuration center developed locally Issue 01 ( ) 25

28 Integrate the local lightweight service center. Integrate the local lightweight configuration center. Provide a lightweight console. Issue 01 ( ) 26

Elastic Load Balancing. User Guide. Date

Elastic Load Balancing. User Guide. Date Date 2018-07-20 Contents Contents 1 Product Description... 4 1.1 What Is Elastic Load Balancing (ELB)?... 4 1.2 Load Balancer Type... 4 1.3 Basic Architecture... 5 1.3.1 Classic Load Balancer... 5 1.3.2

More information

Elastic Load Balance. User Guide. Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD.

Elastic Load Balance. User Guide. Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date 2018-04-30 HUAWEI TECHNOLOGIES CO., LTD. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Microservices mit Java, Spring Boot & Spring Cloud. Eberhard Wolff

Microservices mit Java, Spring Boot & Spring Cloud. Eberhard Wolff Microservices mit Java, Spring Boot & Spring Cloud Eberhard Wolff Fellow @ewolff What are Microservices? Micro Service: Definition > Small > Independent deployment units > i.e. processes or VMs > Any technology

More information

MSB to Support for Carrier Grade ONAP Microservice Architecture. Huabing Zhao, PTL of MSB Project, ZTE

MSB to Support for Carrier Grade ONAP Microservice Architecture. Huabing Zhao, PTL of MSB Project, ZTE MSB to Support for Carrier Grade ONAP Microservice Architecture Huabing Zhao, PTL of MSB Project, ZTE ONAP Architecture Principle: Microservices ONAP Architecture Principle: ONAP modules should be designed

More information

Cloud Native Architecture 300. Copyright 2014 Pivotal. All rights reserved.

Cloud Native Architecture 300. Copyright 2014 Pivotal. All rights reserved. Cloud Native Architecture 300 Copyright 2014 Pivotal. All rights reserved. Cloud Native Architecture Why What How Cloud Native Architecture Why What How Cloud Computing New Demands Being Reactive Cloud

More information

Four times Microservices: REST, Kubernetes, UI Integration, Async. Eberhard Fellow

Four times Microservices: REST, Kubernetes, UI Integration, Async. Eberhard  Fellow Four times Microservices: REST, Kubernetes, UI Integration, Async Eberhard Wolff @ewolff http://ewolff.com Fellow http://continuous-delivery-buch.de/ http://continuous-delivery-book.com/ http://microservices-buch.de/

More information

Microservices Implementations not only with Java. Eberhard Wolff Fellow

Microservices Implementations not only with Java. Eberhard Wolff Fellow Microservices Implementations not only with Java Eberhard Wolff http://ewolff.com @ewolff Fellow http://continuous-delivery-buch.de/ http://continuous-delivery-book.com/ http://microservices-buch.de/ http://microservices-book.com/

More information

ServiceStage. User Guide. Issue 01 Date

ServiceStage. User Guide. Issue 01 Date Issue 01 Date 2018-06-26 Contents Contents 1 Environment Preparation...1 2 Console... 3 3 Resource Preparation... 5 3.1 Creating a Cluster... 5 3.2 Creating a Namespace... 11 3.3 Adding a Node...12 3.4

More information

Unified Load Balance. User Guide. Issue 04 Date

Unified Load Balance. User Guide. Issue 04 Date Issue 04 Date 2017-09-06 Contents Contents 1 Overview... 1 1.1 Basic Concepts... 1 1.1.1 Unified Load Balance...1 1.1.2 Listener... 1 1.1.3 Health Check... 2 1.1.4 Region...2 1.1.5 Project...2 1.2 Functions...

More information

Elastic Load Balance. User Guide. Issue 14 Date

Elastic Load Balance. User Guide. Issue 14 Date Issue 14 Date 2018-02-28 Contents Contents 1 Overview... 1 1.1 Basic Concepts... 1 1.1.1 Elastic Load Balance... 1 1.1.2 Public Network Load Balancer...1 1.1.3 Private Network Load Balancer... 2 1.1.4

More information

Istio. A modern service mesh. Louis Ryan Principal

Istio. A modern service mesh. Louis Ryan Principal Istio A modern service mesh Louis Ryan Principal Engineer @ Google @louiscryan My Google Career HTTP Reverse Proxy HTTP HTTP2 GRPC Reverse Proxy Reverse Proxy HTTP API Proxy HTTP Control Plane HTTP2 GRPC

More information

Virtual Private Cloud. User Guide. Issue 21 Date HUAWEI TECHNOLOGIES CO., LTD.

Virtual Private Cloud. User Guide. Issue 21 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 21 Date 2018-09-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Relational Database Service. User Guide. Issue 05 Date

Relational Database Service. User Guide. Issue 05 Date Issue 05 Date 2017-02-08 Contents Contents 1 Introduction... 1 1.1 Concepts... 2 1.1.1 RDS... 2 1.1.2 DB Cluster... 2 1.1.3 DB Instance... 2 1.1.4 DB Backup... 3 1.1.5 DB Snapshot... 3 1.2 RDS DB Instances...

More information

Overview SENTINET 3.1

Overview SENTINET 3.1 Overview SENTINET 3.1 Overview 1 Contents Introduction... 2 Customer Benefits... 3 Development and Test... 3 Production and Operations... 4 Architecture... 5 Technology Stack... 7 Features Summary... 7

More information

Managing your microservices with Kubernetes and Istio. Craig Box

Managing your microservices with Kubernetes and Istio. Craig Box Managing your microservices with Kubernetes and Istio Craig Box Agenda What is a Service Mesh? How we got here: a story Architecture and details Q&A 2 What is a service mesh? A network for services, not

More information

Which compute option is designed for the above scenario? A. OpenWhisk B. Containers C. Virtual Servers D. Cloud Foundry

Which compute option is designed for the above scenario? A. OpenWhisk B. Containers C. Virtual Servers D. Cloud Foundry 1. A developer needs to create support for a workload that is stateless and short-living. The workload can be any one of the following: - API/microservice /web application implementation - Mobile backend

More information

ISTIO 1.0 INTRODUCTION & OVERVIEW OpenShift Commons Briefing Brian redbeard Harrington Product Manager, Istio

ISTIO 1.0 INTRODUCTION & OVERVIEW OpenShift Commons Briefing Brian redbeard Harrington Product Manager, Istio ISTIO 1.0 INTRODUCTION & OVERVIEW OpenShift Commons Briefing Brian redbeard Harrington Product Manager, Istio 2018-08-07 PARTY TIME 2018-07-31 Istio hits 1.0!!! ONE STEP CLOSER TO BORING* * http://mcfunley.com/choose-boring-technology

More information

Product Overview. Benefits CHAPTER

Product Overview. Benefits CHAPTER CHAPTER 1 Revised July 3, 2012 The Cisco TelePresence Exchange System is an integrated video service-creation platform that enables service providers and strategic partners to offer secure cloud-based

More information

ApsaraDB for Redis. Product Introduction

ApsaraDB for Redis. Product Introduction ApsaraDB for Redis is compatible with open-source Redis protocol standards and provides persistent memory database services. Based on its high-reliability dual-machine hot standby architecture and seamlessly

More information

Information Security Policy

Information Security Policy Information Security Policy Information Security is a top priority for Ardoq, and we also rely on the security policies and follow the best practices set forth by AWS. Procedures will continuously be updated

More information

Spring Cloud, Spring Boot and Netflix OSS

Spring Cloud, Spring Boot and Netflix OSS Spring Cloud, Spring Boot and Netflix OSS Spencer Gibb twitter: @spencerbgibb email: sgibb@pivotal.io Dave Syer twitter: @david_syer email: dsyer@pivotal.io (Spring Boot and Netflix OSS or Spring Cloud

More information

Identity Firewall. About the Identity Firewall

Identity Firewall. About the Identity Firewall This chapter describes how to configure the ASA for the. About the, on page 1 Guidelines for the, on page 7 Prerequisites for the, on page 9 Configure the, on page 10 Monitoring the, on page 16 History

More information

Configuring Virtual Servers

Configuring Virtual Servers 3 CHAPTER This section provides an overview of server load balancing and procedures for configuring virtual servers for load balancing on an ACE appliance. Note When you use the ACE CLI to configure named

More information

Cisco Wide Area Application Services: Secure, Scalable, and Simple Central Management

Cisco Wide Area Application Services: Secure, Scalable, and Simple Central Management Solution Overview Cisco Wide Area Application Services: Secure, Scalable, and Simple Central Management What You Will Learn Companies are challenged with conflicting requirements to consolidate costly

More information

Service Mesh and Microservices Networking

Service Mesh and Microservices Networking Service Mesh and Microservices Networking WHITEPAPER Service mesh and microservice networking As organizations adopt cloud infrastructure, there is a concurrent change in application architectures towards

More information

Object Storage Service. Product Introduction. Issue 04 Date HUAWEI TECHNOLOGIES CO., LTD.

Object Storage Service. Product Introduction. Issue 04 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 04 Date 2017-12-20 HUAWEI TECHNOLOGIES CO., LTD. 2017. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Service Mesh with Istio on Kubernetes. Dmitry Burlea Software FlixCharter

Service Mesh with Istio on Kubernetes. Dmitry Burlea Software FlixCharter Service Mesh with Istio on Kubernetes Dmitry Burlea Software Developer @ FlixCharter Road to Microservices Monolith (all-in-one) Road to Microservices Images from http://amazon.com/ Road to Microservices

More information

Virtual Private Cloud. User Guide. Issue 03 Date

Virtual Private Cloud. User Guide. Issue 03 Date Issue 03 Date 2016-10-19 Change History Change History Release Date What's New 2016-10-19 This issue is the third official release. Modified the following content: Help Center URL 2016-07-15 This issue

More information

Introduction and Datacenter Topology For Your System

Introduction and Datacenter Topology For Your System Introduction and Datacenter Topology For Your System This chapter provides an introduction, a datacenter overview, and VMware vcenter requirements for your system. Introducing Cisco WebEx Meetings Server,

More information

Web Cloud Solution. User Guide. Issue 01. Date

Web Cloud Solution. User Guide. Issue 01. Date Issue 01 Date 2017-05-30 Contents Contents 1 Overview... 3 1.1 What Is Web (CCE+RDS)?... 3 1.2 Why You Should Choose Web (CCE+RDS)... 3 1.3 Concept and Principle... 4... 5 2.1 Required Services... 5 2.2

More information

BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0. Administration Guide

BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0. Administration Guide BlackBerry Enterprise Server for IBM Lotus Domino Version: 5.0 Administration Guide SWDT487521-636611-0528041049-001 Contents 1 Overview: BlackBerry Enterprise Server... 21 Getting started in your BlackBerry

More information

CNS-207-2I Implementing Citrix NetScaler 10.5 for App and Desktop Solutions

CNS-207-2I Implementing Citrix NetScaler 10.5 for App and Desktop Solutions 1800 ULEARN (853 276) www.ddls.com.au CNS-207-2I Implementing Citrix NetScaler 10.5 for App and Desktop Solutions Length 5 days Price $5500.00 (inc GST) Overview The objective of Implementing Citrix NetScaler

More information

Apigee Edge Cloud. Supported browsers:

Apigee Edge Cloud. Supported browsers: Apigee Edge Cloud Description Apigee Edge Cloud is an API management platform to securely deliver and manage all APIs. Apigee Edge Cloud manages the API lifecycle with capabilities that include, but are

More information

OTC API Technical White Paper. Issue 2.0. Date

OTC API Technical White Paper. Issue 2.0. Date Issue 2.0 Date 2016-10-26 About This Document Content About This Document... iv 1 OTC API Overview... 1 1.1 OTC Introduction... 1 1.2 OpenStack Introduction... 2 1.3 Relationship Between OTC and OpenStack...

More information

A Comparision of Service Mesh Options

A Comparision of Service Mesh Options A Comparision of Service Mesh Options Looking at Istio, Linkerd, Consul-connect Syed Ahmed - CloudOps Inc Introduction About Me Cloud Software Architect @ CloudOps PMC for Apache CloudStack Worked on network

More information

Product Specification. Design Team C, COMP 410 Spring 2016

Product Specification. Design Team C, COMP 410 Spring 2016 Product Specification Design Team C, COMP 410 Spring 2016 1. Introduction 1.1. Purpose This document defines the high level specifications and architecture of our system as well as the interactions between

More information

Table of Contents Chapter 1: Migrating NIMS to OMS... 3 Index... 17

Table of Contents Chapter 1: Migrating NIMS to OMS... 3 Index... 17 Migrating from NIMS to OMS 17.3.2.0 User Guide 7 Dec 2017 Table of Contents Chapter 1: Migrating NIMS to OMS... 3 Before migrating to OMS... 3 Purpose of this migration guide...3 Name changes from NIMS

More information

Managing and Auditing Organizational Migration to the Cloud TELASA SECURITY

Managing and Auditing Organizational Migration to the Cloud TELASA SECURITY Managing and Auditing Organizational Migration to the Cloud 1 TELASA SECURITY About Me Brian Greidanus bgreidan@telasasecurity.com 18+ years of security and compliance experience delivering consulting

More information

ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS

ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS Dr Adnene Guabtni, Senior Research Scientist, NICTA/Data61, CSIRO Adnene.Guabtni@csiro.au EC2 S3 ELB RDS AMI

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

ACI Terminology. This chapter contains the following sections: ACI Terminology, on page 1. Cisco ACI Term. (Approximation)

ACI Terminology. This chapter contains the following sections: ACI Terminology, on page 1. Cisco ACI Term. (Approximation) This chapter contains the following sections:, on page 1 Alias API Inspector App Center Alias A changeable name for a given object. While the name of an object, once created, cannot be changed, the Alias

More information

Document Sub Title. Yotpo. Technical Overview 07/18/ Yotpo

Document Sub Title. Yotpo. Technical Overview 07/18/ Yotpo Document Sub Title Yotpo Technical Overview 07/18/2016 2015 Yotpo Contents Introduction... 3 Yotpo Architecture... 4 Yotpo Back Office (or B2B)... 4 Yotpo On-Site Presence... 4 Technologies... 5 Real-Time

More information

McAfee Web Gateway Administration

McAfee Web Gateway Administration McAfee Web Gateway Administration Education Services Administration Course Training The McAfee Web Gateway Administration course from Education Services provides an in-depth introduction to the tasks crucial

More information

McAfee Web Gateway Administration Intel Security Education Services Administration Course Training

McAfee Web Gateway Administration Intel Security Education Services Administration Course Training McAfee Web Gateway Administration Intel Security Education Services Administration Course Training The McAfee Web Gateway Administration course from Education Services provides an in-depth introduction

More information

Reactive Microservices Architecture on AWS

Reactive Microservices Architecture on AWS Reactive Microservices Architecture on AWS Sascha Möllering Solutions Architect, @sascha242, Amazon Web Services Germany GmbH Why are we here today? https://secure.flickr.com/photos/mgifford/4525333972

More information

Huawei esight LogCenter Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 1.0. Date PUBLIC

Huawei esight LogCenter Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 1.0. Date PUBLIC Huawei esight LogCenter Technical White Paper Issue 1.0 Date 2013-12-03 PUBLIC HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in any

More information

Management of API Gateway Based on Micro-service Architecture

Management of API Gateway Based on Micro-service Architecture Journal of Physics: Conference Series PAPER OPEN ACCESS Management of API Gateway Based on Micro-service Architecture To cite this article: J T Zhao et al 2018 J. Phys.: Conf. Ser. 1087 032032 View the

More information

Anti-DDoS. User Guide (Paris) Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD.

Anti-DDoS. User Guide (Paris) Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date 2018-08-15 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Vulnerability Scan Service. User Guide. Issue 20 Date HUAWEI TECHNOLOGIES CO., LTD.

Vulnerability Scan Service. User Guide. Issue 20 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 20 Date 2018-08-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Huawei esight IPSec VPN Promotional Theme Slides. Version: V1.0 ( )

Huawei esight IPSec VPN Promotional Theme Slides. Version: V1.0 ( ) Huawei esight Promotional Theme Slides Version: V1.0 (2013-10-17) Agenda 1 Network Management Click to add Challenges Title 2 Huawei esight IPSec Click VPN Management to add Title Solution 3 Competition

More information

Load Balancing Technology White Paper

Load Balancing Technology White Paper Load Balancing Technology White Paper Keywords: Server, gateway, link, load balancing, SLB, LLB Abstract: This document describes the background, implementation, and operating mechanism of the load balancing

More information

Jitterbit is comprised of two components: Jitterbit Integration Environment

Jitterbit is comprised of two components: Jitterbit Integration Environment Technical Overview Integrating your data, applications, and other enterprise systems is critical to the success of your business but, until now, integration has been a complex and time-consuming process

More information

Introduction. Network Architecture Requirements of Data Centers in the Cloud Computing Era

Introduction. Network Architecture Requirements of Data Centers in the Cloud Computing Era Massimiliano Sbaraglia Network Engineer Introduction In the cloud computing era, distributed architecture is used to handle operations of mass data, such as the storage, mining, querying, and searching

More information

CNS-205 Citrix NetScaler 10.5 Essentials and Networking

CNS-205 Citrix NetScaler 10.5 Essentials and Networking CNS-205 Citrix NetScaler 10.5 Essentials and Networking The objective of the Citrix NetScaler 10.5 Essentials and Networking course is to provide the foundational concepts and advanced skills necessary

More information

Release Notes. NetBrain Integrated Edition 7.0

Release Notes. NetBrain Integrated Edition 7.0 NetBrain Integrated Edition 7.0 Release Notes Version 7.0b1 Last Updated 2017-11-22 Copyright 2004-2017 NetBrain Technologies, Inc. All rights reserved. Contents 1. Highlights... 3 2. Feature Summary...

More information

C exam. IBM C IBM WebSphere Application Server Developer Tools V8.5 with Liberty Profile. Version: 1.

C exam.   IBM C IBM WebSphere Application Server Developer Tools V8.5 with Liberty Profile. Version: 1. C9510-319.exam Number: C9510-319 Passing Score: 800 Time Limit: 120 min File Version: 1.0 IBM C9510-319 IBM WebSphere Application Server Developer Tools V8.5 with Liberty Profile Version: 1.0 Exam A QUESTION

More information

Device Management Basics

Device Management Basics The following topics describe how to manage devices in the Firepower System: The Device Management Page, on page 1 Remote Management Configuration, on page 2 Adding Devices to the Firepower Management

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information

McAfee Security Management Center

McAfee Security Management Center Data Sheet McAfee Security Management Center Unified management for next-generation devices Key advantages: Single pane of glass across the management lifecycle for McAfee next generation devices. Scalability

More information

MODERN APPLICATION ARCHITECTURE DEMO. Wanja Pernath EMEA Partner Enablement Manager, Middleware & OpenShift

MODERN APPLICATION ARCHITECTURE DEMO. Wanja Pernath EMEA Partner Enablement Manager, Middleware & OpenShift MODERN APPLICATION ARCHITECTURE DEMO Wanja Pernath EMEA Partner Enablement Manager, Middleware & OpenShift COOLSTORE APPLICATION COOLSTORE APPLICATION Online shop for selling products Web-based polyglot

More information

Integration Framework. Architecture

Integration Framework. Architecture Integration Framework 2 Architecture Anyone involved in the implementation or day-to-day administration of the integration framework applications must be familiarized with the integration framework architecture.

More information

Next Paradigm for Decentralized Apps. Table of Contents 1. Introduction 1. Color Spectrum Overview 3. Two-tier Architecture of Color Spectrum 4

Next Paradigm for Decentralized Apps. Table of Contents 1. Introduction 1. Color Spectrum Overview 3. Two-tier Architecture of Color Spectrum 4 Color Spectrum: Next Paradigm for Decentralized Apps Table of Contents Table of Contents 1 Introduction 1 Color Spectrum Overview 3 Two-tier Architecture of Color Spectrum 4 Clouds in Color Spectrum 4

More information

Apigee Edge Cloud. Supported browsers:

Apigee Edge Cloud. Supported browsers: Apigee Edge Cloud Description Apigee Edge Cloud is an API management platform to securely deliver and manage all APIs. Apigee Edge Cloud manages the API lifecycle with capabilities that include, but are

More information

Copyright Huawei Technologies Co., Ltd All rights reserved. Trademark Notice General Disclaimer

Copyright Huawei Technologies Co., Ltd All rights reserved. Trademark Notice General Disclaimer Copyright Huawei Technologies Co., Ltd. 2011. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of Huawei Technologies

More information

Zumobi Brand Integration(Zbi) Platform Architecture Whitepaper Table of Contents

Zumobi Brand Integration(Zbi) Platform Architecture Whitepaper Table of Contents Zumobi Brand Integration(Zbi) Platform Architecture Whitepaper Table of Contents Introduction... 2 High-Level Platform Architecture Diagram... 3 Zbi Production Environment... 4 Zbi Publishing Engine...

More information

VMware AirWatch Content Gateway for Windows. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Windows. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Windows VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Introduction to Cloud Computing

Introduction to Cloud Computing You will learn how to: Build and deploy cloud applications and develop an effective implementation strategy Leverage cloud vendors Amazon EC2 and Amazon S3 Exploit Software as a Service (SaaS) to optimize

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0. Feature and Technical Overview

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0. Feature and Technical Overview BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Feature and Technical Overview SWDT305802-524791-0331031644-001 Contents 1 Overview: BlackBerry Enterprise Server... 5 New in this release...

More information

Docker and Oracle Everything You Wanted To Know

Docker and Oracle Everything You Wanted To Know Docker and Oracle Everything You Wanted To Know June, 2017 Umesh Tanna Principal Technology Sales Consultant Oracle Sales Consulting Centers(SCC) Bangalore Safe Harbor Statement The following is intended

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : SAA-C01 Title : AWS Certified Solutions Architect - Associate (Released February 2018)

More information

Deploy Webex Video Mesh

Deploy Webex Video Mesh Video Mesh Deployment Task Flow, on page 1 Install Webex Video Mesh Node Software, on page 2 Log in to the Webex Video Mesh Node Console, on page 4 Set the Network Configuration of the Webex Video Mesh

More information

CNS-205 Citrix NetScaler 11 Essentials and Networking

CNS-205 Citrix NetScaler 11 Essentials and Networking Course Overview This is a 5-day class This course will provide the foundational concepts and advanced skills necessary to implement, configure, secure, monitor, optimize, and troubleshoot a Citrix Netscaler

More information

UltraPath Technical White Paper

UltraPath Technical White Paper HUAWEI OceanStor Enterprise Unified Storage System Issue 01 Date 2014-04-02 HUAWEI TECHNOLOGIES CO, LTD Copyright Huawei Technologies Co, Ltd 2014 All rights reserved No part of this document may be reproduced

More information

BIG-IP Access Policy Manager : Secure Web Gateway. Version 13.0

BIG-IP Access Policy Manager : Secure Web Gateway. Version 13.0 BIG-IP Access Policy Manager : Secure Web Gateway Version 13.0 Table of Contents Table of Contents BIG-IP APM Secure Web Gateway Overview...9 About APM Secure Web Gateway... 9 About APM benefits for web

More information

VMware AirWatch Content Gateway Guide for Linux For Linux

VMware AirWatch Content Gateway Guide for Linux For Linux VMware AirWatch Content Gateway Guide for Linux For Linux Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

McAfee Network Security Platform

McAfee Network Security Platform Revision B McAfee Network Security Platform (8.1.7.5-8.1.3.43 M-series Release Notes) Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product

More information

McAfee epolicy Orchestrator Release Notes

McAfee epolicy Orchestrator Release Notes Revision B McAfee epolicy Orchestrator 5.3.3 Release Notes Contents About this release Enhancements Resolved issues Known issues Installation instructions Getting product information by email Find product

More information

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft Azure Webinar Resilient Solutions March 2017 Sander van den Hoven Principal Technical Evangelist Microsoft DX @svandenhoven 1 What is resilience? Client Client API FrontEnd Client Client Client Loadbalancer

More information

Google Cloud Platform for Systems Operations Professionals (CPO200) Course Agenda

Google Cloud Platform for Systems Operations Professionals (CPO200) Course Agenda Google Cloud Platform for Systems Operations Professionals (CPO200) Course Agenda Module 1: Google Cloud Platform Projects Identify project resources and quotas Explain the purpose of Google Cloud Resource

More information

StreamSets Control Hub Installation Guide

StreamSets Control Hub Installation Guide StreamSets Control Hub Installation Guide Version 3.2.1 2018, StreamSets, Inc. All rights reserved. Table of Contents 2 Table of Contents Chapter 1: What's New...1 What's New in 3.2.1... 2 What's New in

More information

Device Management Basics

Device Management Basics The following topics describe how to manage devices in the Firepower System: The Device Management Page, page 1 Remote Management Configuration, page 2 Adding Devices to the Firepower Management Center,

More information

Apigee Edge Cloud - Bundles Spec Sheets

Apigee Edge Cloud - Bundles Spec Sheets Apigee Edge Cloud - Bundles Spec Sheets Description Apigee Edge Cloud is an API management platform to securely deliver and manage all APIs. Apigee Edge Cloud manages the API lifecycle with capabilities

More information

OpenIAM Identity and Access Manager Technical Architecture Overview

OpenIAM Identity and Access Manager Technical Architecture Overview OpenIAM Identity and Access Manager Technical Architecture Overview Overview... 3 Architecture... 3 Common Use Case Description... 3 Identity and Access Middleware... 5 Enterprise Service Bus (ESB)...

More information

Send me up to 5 good questions in your opinion, I ll use top ones Via direct message at slack. Can be a group effort. Try to add some explanation.

Send me up to 5 good questions in your opinion, I ll use top ones Via direct message at slack. Can be a group effort. Try to add some explanation. Notes Midterm reminder Second midterm next week (04/03), regular class time 20 points, more questions than midterm 1 non-comprehensive exam: no need to study modules before midterm 1 Online testing like

More information

AWS Lambda. 1.1 What is AWS Lambda?

AWS Lambda. 1.1 What is AWS Lambda? Objectives Key objectives of this chapter Lambda Functions Use cases The programming model Lambda blueprints AWS Lambda 1.1 What is AWS Lambda? AWS Lambda lets you run your code written in a number of

More information

Cisco ACI Terminology ACI Terminology 2

Cisco ACI Terminology ACI Terminology 2 inology ACI Terminology 2 Revised: May 24, 2018, ACI Terminology Cisco ACI Term Alias API Inspector App Center Application Policy Infrastructure Controller (APIC) Application Profile Atomic Counters Alias

More information

Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway

Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway Applying Application Delivery Technology to Web Services Overview The Cisco ACE XML Gateway is the newest

More information

Apigee Edge Developer Training

Apigee Edge Developer Training Training Training DURATION: 4 or 5 days FORMAT: Instructor-led with labs DELIVERY: Public or Private class PREREQUISITES: None HOW IT WORKS: Days 1 4 cover the fundamentals of developing and securing s

More information

User Manual. Admin Report Kit for IIS 7 (ARKIIS)

User Manual. Admin Report Kit for IIS 7 (ARKIIS) User Manual Admin Report Kit for IIS 7 (ARKIIS) Table of Contents 1 Admin Report Kit for IIS 7... 1 1.1 About ARKIIS... 1 1.2 Who can Use ARKIIS?... 1 1.3 System requirements... 2 1.4 Technical Support...

More information

Network Security Platform 8.1

Network Security Platform 8.1 8.1.7.5-8.1.3.43 M-series Release Notes Network Security Platform 8.1 Revision A Contents About this release New features Enhancements Resolved issues Installation instructions Known issues Product documentation

More information

Introducing Cisco UCS Central 1.4

Introducing Cisco UCS Central 1.4 This chapter includes the following sections: Overview of Cisco UCS Central 1.4 Features, page 1 Behavior and Design Changes in HTML5 UI, page 10 Multi-version Management Support, page 11 Feature Support

More information

MigrationWiz Security Overview

MigrationWiz Security Overview MigrationWiz Security Overview Table of Contents Introduction... 2 Overview... 2 Shared Security Approach... 2 Customer Best Practices... 2 Application Security... 4 Data Security and Handling... 4 Database

More information

BUILDING MICROSERVICES ON AZURE. ~ Vaibhav

BUILDING MICROSERVICES ON AZURE. ~ Vaibhav BUILDING MICROSERVICES ON AZURE ~ Vaibhav Gujral @vabgujral About Me Over 11 years of experience Working with Assurant Inc. Microsoft Certified Azure Architect MCSD, MCP, Microsoft Specialist Aspiring

More information

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2 Table of Contents Introduction Overview of vsphere Integrated Containers 1.1 1.2 2 Overview of vsphere Integrated Containers This document provides an overview of VMware vsphere Integrated Containers.

More information

IAM. Shopping Cart. IAM Description PM OM CM IF. Common Web CMS Reporting CE SC Review & Share. Omnichannel Frontend...

IAM. Shopping Cart. IAM Description PM OM CM IF. Common Web CMS Reporting CE SC Review & Share. Omnichannel Frontend... PM OM CM IF IAM Common Web CMS Reporting CE SC Review & Share IAM Description The identity & access management (IAM) provides functions such as account information management, role permission management,

More information

Let s say that hosting a cloudbased application is like car ownership

Let s say that hosting a cloudbased application is like car ownership Let s say that hosting a cloudbased application is like car ownership Azure App Service App Service Features & Capabilities All features and capabilities are shared across all of App Service application

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Perceptive Matching Engine

Perceptive Matching Engine Perceptive Matching Engine Advanced Design and Setup Guide Version: 1.0.x Written by: Product Development, R&D Date: January 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview...

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Introduction and Data Center Topology For Your System

Introduction and Data Center Topology For Your System Introduction and Data Center Topology For Your System This chapter provides an introduction, a data center overview, and VMware vcenter requirements for your system. Introducing Cisco WebEx Meetings Server,

More information