Moving large scale consumer
e-commerce Infrastructure to
Mesh• Split rollout in to phases • Setup control plane and related tooling - Sidecar injection by namespace or on-demand • Passthrough mode during rollout - Service entry to connect internal proxy - Kubernetes easy management of setup across environments • Ignore ports / IP as applicable - consul • Namespace isolation helps reduce Istio proxy resources ## Next Steps - Move stateful components in to mesh discovery0 码力 | 14 页 | 1.76 MB | 1 年前3
Kubernetes & YARN: a hybrid container cloud
Co-location @ Alibaba • Kubernetes vs YARN • Kubernetes & YARN: a hybrid architecture • Resource Isolation • Future ## What/Why co-location ## Data center Avg utilization  ## Two core concepts in co-location Scheduling Resource contention Isolation Efficient placement of service container and tasks When placed together, don’t affect each other0 码力 | 42 页 | 25.48 MB | 1 年前3
Implementing C++ Modules: Lessons Learned, Lessons Abandoneddeveloped libraries or program parts - Explicit expression of boundaries and dependencies in code 2. Isolation - Self-contained semantics of a component - Semantic barriers respected 3. Scalable build - MSVC modules performance #includeimport winrt; using namespace winrt; using namespace Windows::Foundation; using namespace Windows::Web::Syndication; IAsyncAction Sample() // Retrieve an 01 ## Delay loading: Name population export module m; export void f(); export namespace N { void f(); namespace M { void f(); } } • No other declaration is materialized • Only names are 0 码力 | 53 页 | 1.33 MB | 1 年前3
docker 原理与应用实践 --
张成远
## docker 原理与应用实践 张成远 容器系统整体架构 • Namespace • CGroup • Device Mapper • Pull Image • Start Container • Stop Container • Docker Image Storage ## 容器系统整体架构 ### JD.COM 京东 kubernetes Docker Etcd Weave linux CGroup Namespace Aufs/Btrfs Device Mapper capabilities netlink netfilter ## Namespace ### JD.COM 京东 • 提供进程级别的资源隔离 • 为进程提供不同的命名空间视图 • 与虚拟机不同 ## Namespace 概念及当前支持的种类 • mnt (Mount 9fa3410efa24/p5_1.jpg) ## Namespace 实现 ### JD.COM 京东 UTS Namespace  ## • 创建新进程及 namespace int clone(int (*fn)(void *)0 码力 | 26 页 | 1.79 MB | 2 年前3
gevent-socketio Documentation
Release 0.3.1since you mostly have one websocket/socket.io endpoint per website, it is important to be able to namespace the different real-time activities of the different pages or parts of your site, just like you need used: A namespace is like a controller in the MVC world. It encompasses a set of methods that are logically in it. For example, the send_private_message event would be in the /chat namespace, as well well as the kick_ban event. Whereas the scan_files event would be in the /filesystem namespace. Each namespace is represented by a sub-class of BaseNamespace. A simple example would be, on the client side0 码力 | 91 页 | 118.05 KB | 2 年前3
gevent-socketio Documentation
Release 0.3.1since you mostly have one websocket/socket.io endpoint per website, it is important to be able to namespace the different real-time activities of the different pages or parts of your site, just like you need welcome addition, and if you don't use Socket.IO, you'll probably end-up writing your own namespace mechanism at some point. Named events: To distinguish the messages that are coming and going, you used: A namespace is like a controller in the MVC world. It encompasses a set of methods that are logically in it. For example, the send_private_message event would be in the /chat namespace, as well0 码力 | 23 页 | 117.07 KB | 2 年前3
Linux Docker Mess|隔离性|Linux namespace (NS)| |---|---| |pid namespace|不同用户的进程就是通过pid namespace隔离开的,且不同namespace中可以有相同pid,所有的LXC进程在docker中的父进程为docker进程,每个LXC进程具有不同的namespace。由于允许嵌套,因此可以很方便的实现Docker in Docker。| |net namespace|网络隔离是通过net namespace|网络隔离是通过net namespace实现的,每个net namespace有独立的network devices、IP addresses、IP routing tables、/proc/net目录,每个container的网络能够隔离,docker默认采用veth的方式将container中的虚拟网卡同host上的一个docker bridge:docker0连接在一起。| ## Technologies Docker |隔离性|Linux namespace (NS)| |---|---| |ipc namespace|Container中进程交互还是采用Linux常见的进程间交互方法(interprocess communication - IPC),包括常见的信号量、消息队列和共享内存。Container的进程间交互实际上还是Host上具有相同pid namespace的进程间交互,因此在IPC资源0 码力 | 77 页 | 7.40 MB | 2 年前3
OpenShift Container Platform 4.8
Web 控制台"rbac.istio.io/v1alpha1" kind: ServiceRoleBinding metadata: name: httpbin-client-binding namespace: httpbin spec: subjects: - user: "cluster.local/ns/istio-system/sa/istio-ingressgatew "rbac.istio.io/v1alpha1" kind: ServiceRoleBinding metadata: name: httpbin-client-binding namespace: httpbin spec: subjects: - user: "cluster.local/ns/istio-system/sa/istio-ingressgateway "rbac.istio.io/v1alpha1" kind: ServiceRoleBinding metadata: name: httpbin-client-binding namespace: httpbin spec: subjects: - user: "cluster.local/ns/istio-system/sa/istio-ingressgateway0 码力 | 87 页 | 1.58 MB | 2 年前3
Red Hat OpenShift GitOps 1.10 Removing GitOpsAbstract This document provides instructions for deleting the Argo CD instances added to the default namespace of the OpenShift GitOps Operator. It also discusses how to remove the OpenShift GitOps Operator Operator is a two-step process: 1. Delete the Argo CD instances that were added under the default namespace of the Red Hat OpenShift GitOps Operator. 2. Uninstall the Red Hat OpenShift GitOps Operator. instances created. #### 1.1. DELETING THE ARGO CD INSTANCES Delete the Argo CD instances added to the namespace of the GitOps Operator. ## Procedure 1. In the Terminal type the following command: $ oc delete0 码力 | 8 页 | 47.36 KB | 1 年前3
Apache Kyuubi 1.4.1 Documentationconcurrency and authentication 2. Supports one Spark application per account(SPA). 3. Supports QUEUE/NAMESPACE Access Control Lists (ACL) 4. Supports metadata & data Access Control Lists Users who have t:10009/ Connected to: Spark SQL (version 1.0.2) Driver: Hive JDBC (version 2.3.7) Transaction isolation: TRANSACTION_REPEATABLE_READ Beeline version 2.3.7 by Apache Hive 0: jdbc:hive2://localhost:10009/> Kyuubi Started ## [Optional] Create namespace on kubernetes cretate ns kyuubi ## Get kyuubi started helm install kyuubi-helm ${KYUUBI_HOME}/docker/helm -n ${namespace_name} It will print variables and0 码力 | 233 页 | 4.62 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
large scale consumer e-commerce InfrastructureMeshIstio GatewayNamespace isolationNetwork policyKubernetesYARNHybrid architectureResource IsolationContainer RuntimeC++ ModulesModule OwnershipComponentizationIsolationScalable BuildDockerNamespaceCGroupDevice MapperDocker Image Storagegevent-socketioSocket.IOWebSocketTransportnamespaceeventtransportLinux namespaceControl Groups (cgroups)Union MountImageRed Hat OpenShift Service MeshOperatorControl PlanePodRed Hat OpenShift GitOps OperatorArgo CDuninstallOpenShift Container PlatformApache Kyuubi多租户高可用性/负载均衡Hive Beeline数据湖/湖 house













