Refractor _index.md (#14163)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6930b2167f
commit
d21ffb4c63
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Applications
|
||||
id: appplications
|
||||
date: 2019-05-12
|
||||
full_link:
|
||||
short_description: >
|
||||
The layer where various containerized applications run.
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- fundamental
|
||||
---
|
||||
The layer where various containerized applications run.
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Cluster Infrastructure
|
||||
id: cluster-infrastructure
|
||||
date: 2019-05-12
|
||||
full_link:
|
||||
short_description: >
|
||||
The infrastructure layer provides and maintains VMs, networking, security groups and others.
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- operations
|
||||
---
|
||||
The infrastructure layer provides and maintains VMs, networking, security groups and others.
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Cluster Operations
|
||||
id: cluster-operations
|
||||
date: 2019-05-12
|
||||
full_link:
|
||||
short_description: >
|
||||
Activities such as upgrading the clusters, implementing security, storage, ingress, networking, logging and monitoring, and other operations involved in managing a Kubernetes cluster.
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- operations
|
||||
---
|
||||
Activities such as upgrading the clusters, implementing security, storage, ingress, networking, logging and monitoring, and other operations involved in managing a Kubernetes cluster.
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Control Plane
|
||||
id: control-plane
|
||||
date: 2019-05-12
|
||||
full_link:
|
||||
short_description: >
|
||||
The container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers.
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- fundamental
|
||||
---
|
||||
The container orchestration layer that exposes the API and interfaces to define, deploy, and manage the lifecycle of containers.
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Data Plane
|
||||
id: data-plane
|
||||
date: 2019-05-12
|
||||
full_link:
|
||||
short_description: >
|
||||
The layer that provides capacity such as CPU, memory, network, and storage so that the containers can run and connect to a network.
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- fundamental
|
||||
---
|
||||
The layer that provides capacity such as CPU, memory, network, and storage so that the containers can run and connect to a network.
|
||||
@@ -12,84 +12,83 @@ content_template: templates/concept
|
||||
|
||||
{{% capture overview %}}
|
||||
|
||||
Use this page to find the type of solution that best fits your needs.
|
||||
Depending on your requirements such as ease of maintenance, security, control, available resources, and level of expertise to operate and manage a Kubernetes cluster, there are various solutions available. You can deploy a Kubernetes cluster on a local machine, cloud, on-prem datacenter; or choose a managed Kubernetes cluster. You can also create custom solutions across a wide range of cloud providers, or bare metal environments.
|
||||
|
||||
Deciding where to run Kubernetes depends on what resources you have available
|
||||
and how much flexibility you need. You can run Kubernetes almost anywhere,
|
||||
from your laptop to VMs on a cloud provider to a rack of bare metal servers.
|
||||
You can also set up a fully-managed cluster by running a single command or craft
|
||||
your own customized cluster on your bare metal servers.
|
||||
You can create a Kubernetes cluster in learning and production environments.
|
||||
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture body %}}
|
||||
|
||||
## Local-machine Solutions
|
||||
## Learning environment
|
||||
|
||||
A local-machine solution is an easy way to get started with Kubernetes. You
|
||||
can create and test Kubernetes clusters without worrying about consuming cloud
|
||||
resources and quotas.
|
||||
If you want to get familiar with Kubernetes, you can use the Docker-based solutions. You can use tools that are supported by the Kubernetes community or the tools in the ecosystem to set up a Kubernetes cluster on a local machine.
|
||||
|
||||
You should pick a local solution if you want to:
|
||||
{{< table caption="Local machine solutions table that lists the tools supported by the community and the ecosystem to deploy Kubernetes." >}}
|
||||
|
||||
* Try or start learning about Kubernetes
|
||||
* Develop and test clusters locally
|
||||
|
||||
Pick a [local-machine solution](/docs/setup/pick-right-solution/#local-machine-solutions).
|
||||
|
||||
## Hosted Solutions
|
||||
|
||||
Hosted solutions are a convenient way to create and maintain Kubernetes clusters. They
|
||||
manage and operate your clusters so you don’t have to.
|
||||
|
||||
You should pick a hosted solution if you:
|
||||
|
||||
* Want a fully-managed solution
|
||||
* Want to focus on developing your apps or services
|
||||
* Don’t have dedicated site reliability engineering (SRE) team but want high availability
|
||||
* Don't have resources to host and monitor your clusters
|
||||
|
||||
Pick a [hosted solution](/docs/setup/pick-right-solution/#hosted-solutions).
|
||||
|
||||
## Turnkey – Cloud Solutions
|
||||
|Community |Ecosystem |
|
||||
| ------------ | -------- |
|
||||
| [Minikube](/docs/setup/minikube/) | [CDK on LXD](https://www.ubuntu.com/kubernetes/docs/install-local) |
|
||||
| [Kubeadm-dind](https://github.com/kubernetes-sigs/kubeadm-dind-cluster) | [Docker Desktop](https://www.docker.com/products/docker-desktop)|
|
||||
| [Kubernetes IN Docker](https://github.com/kubernetes-sigs/kind) | [Minishift](https://docs.okd.io/latest/minishift/)|
|
||||
| | [MicroK8s](https://microk8s.io/)|
|
||||
| | [IBM Cloud Private-CE (Community Edition)](https://github.com/IBM/deploy-ibm-cloud-private) |
|
||||
| | [IBM Cloud Private-CE (Community Edition) on Linux Containers](https://github.com/HSBawa/icp-ce-on-linux-containers)|
|
||||
| | [k3s](https://k3s.io)|
|
||||
| | [Ubuntu on LXD](/docs/getting-started-guides/ubuntu/)|
|
||||
|
||||
|
||||
These solutions allow you to create Kubernetes clusters with only a few commands and
|
||||
are actively developed and have active community support. They can also be hosted on
|
||||
a range of Cloud IaaS providers, but they offer more freedom and flexibility in
|
||||
exchange for effort.
|
||||
## Production environment
|
||||
|
||||
You should pick a turnkey cloud solution if you:
|
||||
Some of the possible abstractions of a Kubernetes cluster are {{< glossary_tooltip text="applications" term_id="applications" >}}, {{< glossary_tooltip text="data plane" term_id="data-plane" >}}, {{< glossary_tooltip text="control plane" term_id="control-plane" >}}, {{< glossary_tooltip text="cluster infrastructure" term_id="cluster-infrastructure" >}}, and {{< glossary_tooltip text="cluster operations" term_id="cluster-operations" >}}.
|
||||
The following production environment solutions diagram lists the possible abstractions of a Kubernetes cluster and the level of expertise involved in managing the operations of a cluster.
|
||||
|
||||
* Want more control over your clusters than the hosted solutions allow
|
||||
* Want to take on more operations ownership
|
||||
Production environment solutions
|
||||
|
||||
Pick a [turnkey cloud solution](/docs/setup/pick-right-solution/#turnkey-cloud-solutions)
|
||||
{{< table caption="Production environment solutions table lists the providers and the solutions." >}}
|
||||
The following production environment solutions table lists the providers and the solutions that they offer.
|
||||
|
||||
## Turnkey – On-Premises Solutions
|
||||
|
||||
These solutions allow you to create Kubernetes clusters on your internal, secure,
|
||||
cloud network with only a few commands.
|
||||
|
||||
You should pick a on-prem turnkey cloud solution if you:
|
||||
|
||||
* Want to deploy clusters on your private cloud network
|
||||
* Have a dedicated SRE team
|
||||
* Have the resources to host and monitor your clusters
|
||||
|
||||
Pick an [on-prem turnkey cloud solution](/docs/setup/pick-right-solution/#on-premises-turnkey-cloud-solutions).
|
||||
|
||||
## Custom Solutions
|
||||
|
||||
Custom solutions give you the most freedom over your clusters but require the
|
||||
most expertise. These solutions range from bare-metal to cloud providers on
|
||||
different operating systems.
|
||||
|
||||
Pick a [custom solution](/docs/setup/pick-right-solution/#custom-solutions).
|
||||
|Providers | Managed | Turnkey cloud | On-prem datacenter | Custom (cloud) | Custom (On-premises VMs)| Custom (Bare Metal) |
|
||||
| --------- | ------ | ------ | ------ | ------ | ------ | ----- |
|
||||
| [Agile Stacks](https://www.agilestacks.com/products/kubernetes)| | ✔ | ✔ | | |
|
||||
| [Alibaba Cloud](https://www.alibabacloud.com/product/kubernetes)| | ✔ | | | |
|
||||
| [Amazon](https://aws.amazon.com) | [Amazon EKS](https://aws.amazon.com/eks/) |[Amazon EC2](https://aws.amazon.com/ec2/) | | | |
|
||||
| [AppsCode](https://appscode.com/products/pharmer/) | ✔ | | | | |
|
||||
| [APPUiO](https://appuio.ch/) | ✔ | ✔ | ✔ | | | |
|
||||
| [CenturyLink Cloud](https://www.ctl.io/) | | ✔ | | | |
|
||||
| [Cloud Foundry Container Runtime (CFCR)](https://docs-cfcr.cfapps.io/) | | | | ✔ |✔ |
|
||||
| [CloudStack](https://cloudstack.apache.org/) | | | | | ✔|
|
||||
| [Canonical](https://www.ubuntu.com/kubernetes/docs/quickstart) | | ✔ | | ✔ |✔ | ✔
|
||||
| [Containership](https://containership.io/containership-platform) | ✔ |✔ | | | |
|
||||
| [Digital Rebar](https://provision.readthedocs.io/en/tip/README.html) | | | | | | ✔
|
||||
| [DigitalOcean](https://www.digitalocean.com/products/kubernetes/) | ✔ | | | | |
|
||||
| [Docker Enterprise](https://www.docker.com/products/docker-enterprise) | |✔ | ✔ | | | ✔
|
||||
| [Fedora (Multi Node)](https://kubernetes.io/docs/getting-started-guides/fedora/flannel_multi_node_cluster/) | | | | | ✔ | ✔
|
||||
| [Fedora (Single Node)](https://kubernetes.io/docs/getting-started-guides/fedora/fedora_manual_config/) | | | | | | ✔
|
||||
| [Gardner](https://gardener.cloud/) | |✔ | | ✔ | |
|
||||
| [Giant Swarm](https://giantswarm.io/) | ✔ | ✔ | ✔ | |
|
||||
| [Google](https://cloud.google.com/) | [Google Kubernetes Engine (GKE)](https://cloud.google.com/kubernetes-engine/) | [Google Compute Engine (GCE)](https://cloud.google.com/compute/)|[GKE On-Prem](https://cloud.google.com/gke-on-prem/) | | | | | | | |
|
||||
| [IBM](https://www.ibm.com/in-en/cloud) | [IBM Cloud Kubernetes Service](https://cloud.ibm.com/kubernetes/catalog/cluster)| |[IBM Cloud Private](https://www.ibm.com/in-en/cloud/private) | |
|
||||
| [Kontena Pharos](https://www.kontena.io/pharos/) | |✔| ✔ | | |
|
||||
| [Kubermatic](https://www.loodse.com/) | ✔ | ✔ | ✔ | | |
|
||||
| [KubeSail](https://kubesail.com/) | ✔ | | | | |
|
||||
| [Kubespray](https://kubespray.io/#/) | | | |✔ | | |
|
||||
| [Kublr](https://kublr.com/) |✔ | ✔ |✔ |✔ | | |
|
||||
| [Microsoft Azure](https://azure.microsoft.com) | [Azure Kubernetes Service (AKS)](https://azure.microsoft.com/en-us/services/kubernetes-service/) | | | | |
|
||||
| [Mirantis Cloud Platform](https://www.mirantis.com/software/kubernetes/) | | | ✔ | | |
|
||||
| [Nirmata](https://www.nirmata.com/) | | ✔ | ✔ | | |
|
||||
| [Nutanix](https://www.nutanix.com/en) | [Nutanix Karbon](https://www.nutanix.com/products/karbon) | [Nutanix Karbon](https://www.nutanix.com/products/karbon) | | | [Nutanix AHV](https://www.nutanix.com/products/acropolis/virtualization) |
|
||||
| [OpenShift](https://www.openshift.com) |[OpenShift Dedicated](https://www.openshift.com/products/dedicated/) and [OpenShift Online](https://www.openshift.com/products/online/) | | [OpenShift Container Platform](https://www.openshift.com/products/container-platform/) | | [OpenShift Container Platform](https://www.openshift.com/products/container-platform/) |[OpenShift Container Platform](https://www.openshift.com/products/container-platform/)
|
||||
| [Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE)](https://docs.cloud.oracle.com/iaas/Content/ContEng/Concepts/contengoverview.htm) | ✔ | ✔ | | | |
|
||||
| [oVirt](https://www.ovirt.org/) | | | | | ✔ |
|
||||
| [Pivotal Container Service](https://pivotal.io/platform/pivotal-container-service) | | ✔ | ✔ | | |
|
||||
| [Platform9](https://platform9.com/) | ✔ | ✔ | ✔ | | ✔ |✔
|
||||
| [Rancher](https://rancher.com/) | | [Rancher 2.x](https://rancher.com/docs/rancher/v2.x/en/) | | [Rancher Kubernetes Engine (RKE)](https://rancher.com/docs/rke/latest/en/) | | [k3s](https://k3s.io/)
|
||||
| [StackPoint](https://stackpoint.io/) | ✔ | ✔ | | | |
|
||||
| [Supergiant](https://supergiant.io/) | |✔ | | | |
|
||||
| [SUSE](https://www.suse.com/) | | ✔ | | | |
|
||||
| [SysEleven](https://www.syseleven.io/) | ✔ | | | | |
|
||||
| [VEXXHOST](https://vexxhost.com/) | ✔ | ✔ | | | |
|
||||
| [VMware](https://cloud.vmware.com/) | [VMware Cloud PKS](https://cloud.vmware.com/vmware-cloud-pks) |[VMware Enterprise PKS](https://cloud.vmware.com/vmware-enterprise-pks) | [VMware Enterprise PKS](https://cloud.vmware.com/vmware-enterprise-pks) | [VMware Essential PKS](https://cloud.vmware.com/vmware-essential-pks) | |[VMware Essential PKS](https://cloud.vmware.com/vmware-essential-pks)
|
||||
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture whatsnext %}}
|
||||
Go to [Picking the Right Solution](/docs/setup/pick-right-solution/) for a complete
|
||||
list of solutions.
|
||||
{{% /capture %}}
|
||||
|
||||
@@ -0,0 +1,620 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
id="svg8"
|
||||
version="1.1"
|
||||
viewBox="0 0 338.66666 190.50001"
|
||||
height="720"
|
||||
width="1280"
|
||||
sodipodi:docname="KubernetesSolutions.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="705"
|
||||
id="namedview4127"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.2234375"
|
||||
inkscape:cx="445.31469"
|
||||
inkscape:cy="360"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs2">
|
||||
<linearGradient
|
||||
id="linearGradient1539">
|
||||
<stop
|
||||
id="stop1535"
|
||||
offset="0"
|
||||
style="stop-color:#4473c5;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop1537"
|
||||
offset="1"
|
||||
style="stop-color:#4473c5;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.98903974,0,0,2.1399628,2.2514091,-219.69706)"
|
||||
r="40.673607"
|
||||
fy="193.43451"
|
||||
fx="212.31218"
|
||||
cy="193.43451"
|
||||
cx="212.31218"
|
||||
id="radialGradient1543"
|
||||
xlink:href="#linearGradient1539" />
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
transform="translate(0,-106.49998)"
|
||||
id="layer1">
|
||||
<rect
|
||||
ry="1.156058"
|
||||
y="107.25518"
|
||||
x="0.83084208"
|
||||
height="173.9808"
|
||||
width="80.35672"
|
||||
id="rect816"
|
||||
style="fill:#e7e5e6;fill-opacity:1;stroke:#4473c5;stroke-width:0.19810541;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.156058"
|
||||
y="107.25518"
|
||||
x="86.444542"
|
||||
height="173.9808"
|
||||
width="80.35672"
|
||||
id="rect816-4"
|
||||
style="fill:#e7e5e6;fill-opacity:1;stroke:#4473c5;stroke-width:0.0990527;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.156058"
|
||||
y="107.25518"
|
||||
x="172.05823"
|
||||
height="173.9808"
|
||||
width="80.35672"
|
||||
id="rect816-4-3"
|
||||
style="fill:#e7e5e6;fill-opacity:1;stroke:url(#radialGradient1543);stroke-width:0.0990527;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.156058"
|
||||
y="107.2552"
|
||||
x="257.67197"
|
||||
height="173.9808"
|
||||
width="80.35672"
|
||||
id="rect816-4-3-2"
|
||||
style="fill:#e7e5e6;fill-opacity:1;stroke:#2473c5;stroke-width:0.0990527;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="126.85211"
|
||||
x="7.559844"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="156.74693"
|
||||
x="7.559844"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-9"
|
||||
style="fill:#000080;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="216.61005"
|
||||
x="7.5598369"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-7"
|
||||
style="fill:#000080;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="186.71524"
|
||||
x="7.559844"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-4"
|
||||
style="fill:#000080;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="246.50487"
|
||||
x="7.5598369"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-7-3"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="127.14603"
|
||||
x="93.765831"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-6"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="157.04086"
|
||||
x="93.765831"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-9-9"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="216.90399"
|
||||
x="93.765831"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-7-4"
|
||||
style="fill:#000080;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="187.00917"
|
||||
x="93.765831"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-4-2"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="246.79875"
|
||||
x="93.765831"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-7-3-9"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="127.43178"
|
||||
x="179.44847"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-6-8"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="157.3266"
|
||||
x="179.44847"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-9-9-7"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="217.18974"
|
||||
x="179.44847"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-7-4-6"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="187.29491"
|
||||
x="179.44847"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-4-2-7"
|
||||
style="fill:#000080;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="247.08452"
|
||||
x="179.44847"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-7-3-9-4"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="127.43178"
|
||||
x="265.13113"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-6-8-0"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="157.3266"
|
||||
x="265.13113"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-9-9-7-4"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="217.18974"
|
||||
x="265.13113"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-7-4-6-5"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="187.29491"
|
||||
x="265.13113"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-4-2-7-8"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4141665"
|
||||
y="247.08452"
|
||||
x="265.13113"
|
||||
height="28.155817"
|
||||
width="65.794693"
|
||||
id="rect863-7-3-9-4-6"
|
||||
style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
id="text990"
|
||||
y="120.38295"
|
||||
x="22.067225"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.23534203px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-size:6.86278534px;stroke-width:0.25735444"
|
||||
y="120.38295"
|
||||
x="22.067225"
|
||||
id="tspan988">Managed</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
id="text990-9"
|
||||
y="120.43149"
|
||||
x="98.75853"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.23534203px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-size:6.86278534px;stroke-width:0.25735444"
|
||||
y="120.43149"
|
||||
x="98.75853"
|
||||
id="tspan988-2">Turnkey Cloud</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
id="text990-1"
|
||||
y="120.43147"
|
||||
x="208.92929"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.23534203px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
xml:space="preserve"><tspan
|
||||
id="tspan1018"
|
||||
style="font-size:6.86278534px;text-align:center;text-anchor:middle;stroke-width:0.25735444"
|
||||
y="120.43147"
|
||||
x="208.92929">On-prem Datacenter</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
id="text1022"
|
||||
y="119.94173"
|
||||
x="277.28937"
|
||||
style="font-style:normal;font-weight:normal;font-size:8.23534203px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-size:6.86278534px;stroke-width:0.25735444"
|
||||
y="119.94173"
|
||||
x="277.28937"
|
||||
id="tspan1020">Custom</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
id="text1026"
|
||||
y="144.94185"
|
||||
x="19.93486"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.25735444"
|
||||
y="144.94185"
|
||||
x="19.93486"
|
||||
id="tspan1024"><tspan
|
||||
id="tspan1028"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.17650652px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ececec;stroke-width:0.25735444">Application</tspan> </tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
id="use1038"
|
||||
y="175.30972"
|
||||
x="22.508406"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:0.25735444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;vector-effect:none;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:0.25735444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
y="175.30972"
|
||||
x="22.508406"
|
||||
id="tspan1042">Data Plane</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
id="use1038-6"
|
||||
y="175.81094"
|
||||
x="107.50922"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:0.25735444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;vector-effect:none;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:0.25735444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
y="175.81094"
|
||||
x="107.50922"
|
||||
id="tspan1042-9">Data Plane</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
id="use1038-5"
|
||||
y="176.32565"
|
||||
x="191.40685"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:0.25735444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;vector-effect:none;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:0.25735444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
y="176.32565"
|
||||
x="191.40685"
|
||||
id="tspan1042-5">Data Plane</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
id="use1038-5-1"
|
||||
y="176.32573"
|
||||
x="275.81915"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;opacity:1;vector-effect:none;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:0.25735444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:0px;word-spacing:0px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;vector-effect:none;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:0.25735444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
y="176.32573"
|
||||
x="275.81915"
|
||||
id="tspan1042-5-3">Data Plane</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="105.03703"
|
||||
y="145.56401"
|
||||
id="text1036-7"><tspan
|
||||
id="tspan1034-9"
|
||||
x="105.03703"
|
||||
y="145.56401"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.25735444"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.17650652px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ececec;stroke-width:0.25735444"
|
||||
id="tspan1032-5">Application</tspan> </tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="189.08171"
|
||||
y="145.37096"
|
||||
id="text1036-7-1"><tspan
|
||||
id="tspan1034-9-2"
|
||||
x="189.08171"
|
||||
y="145.37096"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.25735444"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.17650652px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ececec;stroke-width:0.25735444"
|
||||
id="tspan1032-5-2">Application</tspan> </tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ececec;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="40.13612"
|
||||
y="233.13803"
|
||||
id="text1036-7-1-3"><tspan
|
||||
id="tspan1034-9-2-2"
|
||||
x="41.07439"
|
||||
y="233.13803"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">C<tspan
|
||||
id="tspan1313"
|
||||
style="text-align:center;text-anchor:middle;stroke-width:0.25735444">luster </tspan></tspan><tspan
|
||||
id="tspan1309"
|
||||
x="40.13612"
|
||||
y="240.00082"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">Infrastructure</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="273.42053"
|
||||
y="145.78461"
|
||||
id="text1036-7-1-6"><tspan
|
||||
id="tspan1034-9-2-1"
|
||||
x="273.42053"
|
||||
y="145.78461"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';stroke-width:0.25735444"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:6.17650652px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ececec;stroke-width:0.25735444"
|
||||
id="tspan1032-5-2-5">Application</tspan> </tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="18.933584"
|
||||
y="206.00557"
|
||||
id="text1036-7-1-5"><tspan
|
||||
id="tspan1034-9-2-6"
|
||||
x="18.933584"
|
||||
y="206.00557"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ececec;stroke-width:0.25735444">Control Plane</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="103.1781"
|
||||
y="206.09862"
|
||||
id="text1036-7-1-5-9"><tspan
|
||||
id="tspan1034-9-2-6-1"
|
||||
x="103.1781"
|
||||
y="206.09862"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ececec;stroke-width:0.25735444">Control Plane</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="188.17805"
|
||||
y="206.981"
|
||||
id="text1036-7-1-5-9-9"><tspan
|
||||
id="tspan1034-9-2-6-1-4"
|
||||
x="188.17805"
|
||||
y="206.981"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ececec;stroke-width:0.25735444">Control Plane</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="272.07605"
|
||||
y="207.05444"
|
||||
id="text1036-7-1-5-9-9-7"><tspan
|
||||
id="tspan1034-9-2-6-1-4-2"
|
||||
x="272.07605"
|
||||
y="207.05444"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ececec;stroke-width:0.25735444">Control Plane</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ececec;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="124.95668"
|
||||
y="233.77568"
|
||||
id="text1036-7-1-3-5"><tspan
|
||||
id="tspan1034-9-2-2-7"
|
||||
x="125.89495"
|
||||
y="233.77568"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">C<tspan
|
||||
id="tspan1313-1"
|
||||
style="text-align:center;text-anchor:middle;stroke-width:0.25735444">luster </tspan></tspan><tspan
|
||||
id="tspan1309-8"
|
||||
x="124.95668"
|
||||
y="240.63847"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">Infrastructure</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ececec;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="208.48659"
|
||||
y="233.62892"
|
||||
id="text1036-7-1-3-5-6"><tspan
|
||||
id="tspan1034-9-2-2-7-8"
|
||||
x="209.42487"
|
||||
y="233.62892"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">C<tspan
|
||||
id="tspan1313-1-8"
|
||||
style="text-align:center;text-anchor:middle;stroke-width:0.25735444">luster </tspan></tspan><tspan
|
||||
id="tspan1309-8-3"
|
||||
x="208.48659"
|
||||
y="240.49171"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">Infrastructure</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ececec;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="292.89917"
|
||||
y="234.14348"
|
||||
id="text1036-7-1-3-5-6-9"><tspan
|
||||
id="tspan1034-9-2-2-7-8-3"
|
||||
x="293.83743"
|
||||
y="234.14348"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">C<tspan
|
||||
id="tspan1313-1-8-2"
|
||||
style="text-align:center;text-anchor:middle;stroke-width:0.25735444">luster </tspan></tspan><tspan
|
||||
id="tspan1309-8-3-1"
|
||||
x="292.89917"
|
||||
y="241.00627"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">Infrastructure</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ececec;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="39.662098"
|
||||
y="263.26117"
|
||||
id="text1036-7-1-3-5-6-8"><tspan
|
||||
id="tspan1309-8-3-9"
|
||||
x="39.662098"
|
||||
y="263.26117"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">Minimal Cluster</tspan><tspan
|
||||
id="tspan1402"
|
||||
x="39.662098"
|
||||
y="270.12396"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">Operations</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ececec;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="123.40543"
|
||||
y="263.41229"
|
||||
id="text1036-7-1-3-5-6-8-0"><tspan
|
||||
id="tspan1402-6"
|
||||
x="123.40543"
|
||||
y="263.41229"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">Normal Cluster</tspan><tspan
|
||||
id="tspan1427"
|
||||
x="123.40543"
|
||||
y="270.27509"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">Operations</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ececec;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="208.56821"
|
||||
y="263.55933"
|
||||
id="text1036-7-1-3-5-6-8-0-3"><tspan
|
||||
id="tspan1427-7"
|
||||
x="208.56821"
|
||||
y="263.55933"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">Extensive Cluster</tspan><tspan
|
||||
id="tspan1452"
|
||||
x="208.56821"
|
||||
y="270.42212"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">Operations</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ececec;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
x="292.745"
|
||||
y="263.70645"
|
||||
id="text1036-7-1-3-5-6-8-0-3-4"><tspan
|
||||
id="tspan1427-7-0"
|
||||
x="292.745"
|
||||
y="263.70645"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">Extensive Cluster</tspan><tspan
|
||||
id="tspan1452-5"
|
||||
x="292.745"
|
||||
y="270.56924"
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.49022865px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';text-align:center;text-anchor:middle;fill:#ececec;stroke-width:0.25735444">Operations</tspan></text>
|
||||
<rect
|
||||
ry="1.2108709"
|
||||
y="283.7858"
|
||||
x="11.447711"
|
||||
height="11.248759"
|
||||
width="11.215004"
|
||||
id="rect1479"
|
||||
style="opacity:1;vector-effect:none;fill:#000080;fill-opacity:1;stroke:none;stroke-width:0.26207691;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.2108709"
|
||||
y="283.63574"
|
||||
x="121.5043"
|
||||
height="11.248759"
|
||||
width="11.215004"
|
||||
id="rect1479-5"
|
||||
style="opacity:1;vector-effect:none;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0.26207691;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
id="text1026-7"
|
||||
y="295.85086"
|
||||
x="26.801298"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#000000;stroke-width:0.25735444"
|
||||
y="295.85086"
|
||||
x="26.801298"
|
||||
id="tspan1024-1">Managed by Providers</tspan></text>
|
||||
<text
|
||||
transform="scale(1.0168211,0.98345717)"
|
||||
id="text1026-7-9"
|
||||
y="295.87323"
|
||||
x="136.97598"
|
||||
style="font-style:normal;font-weight:normal;font-size:5.49022865px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25735444"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#000000;stroke-width:0.25735444"
|
||||
y="295.87323"
|
||||
x="136.97598"
|
||||
id="tspan1024-1-5">Self-Managed</tspan></text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 37 KiB |
Reference in New Issue
Block a user