forked from diegoecab/oci-deal-accelerator
Diagram generation: ref-arch-driven procedure + spec validator + KB enrichment
The diagram path now follows a documented standard procedure (lookup the closest Oracle Architecture Center reference → confirm components → author absolute_layout → spec validator → render → visually verify) and ships persistent guardrails so layout regressions can't recur. Persistent procedure changes (apply to all users, all sessions): - tools/diagram_spec_validator.py — geometry checks (CONTAINER_TOO_THIN, CONTAINER_PADDING_VIOLATION, LABEL_OVERFLOW_PARENT) run BEFORE either renderer (drawio + PPTX). Catches the subnet-collapse / label-overflow bugs that the post-render drawio validator missed. - tools/oci_diagram_gen.py + tools/oci_pptx_diagram_gen.py — call the spec validator before emitting any output. Adds mysql / mysql_heatwave type aliases. - tools/archcenter_pattern_lookup.py — scores against cached page descriptions (not just the 1-line summary), supports --queries for multi-fragment composition, and applies synonym expansion via kb/architecture-center/synonyms.yaml so "LB HA cross AD" matches "load balancer high availability availability domain". - kb/architecture-center/synonyms.yaml — canonical synonym table (load balancer, autonomous database, data guard, …) used by the lookup scorer. KB enrichment: - tools/archcenter_description_fetcher.py + 121 cached _description.md under kb/diagram/assets/archcenter-refs/<slug>/. Removes the runtime dependency on docs.oracle.com when authoring specs and feeds the pattern-lookup scorer. - 110+ cached .drawio / .svg / .png references for offline reuse, plus the OCI Toolkit v24.2 import (kb/diagram/assets/oci-toolkit-drawio). Documentation: - docs/skill/output-formats.md — new "Standard diagram-generation procedure (MANDATORY)" + geometry rules + the new validator entry. - SKILL.md option 2 — references the mandatory procedure. - README.md — describes the spec validator, archcenter_pattern_lookup and description fetcher, and updates the KB-health table. Tooling that backs the procedure (cumulative across recent sessions): tools/archcenter_case_runner.py, archcenter_batch_driver.py, archcenter_zip_downloader.py, drawio_visual_validator.py, drawio_fidelity_eval.py, harvest_drawio_icon.py, import_oci_library.py, oci_pptx_diagram_gen.py, oci_pptx_render.py, refresh_pptx_icon_index.py. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,251 @@
|
||||
# Monitor a Kubernetes cluster with OCI Logging Analytics
|
||||
|
||||
- Source: https://docs.oracle.com/en/solutions/kubernetes-oke-logging-analytics/index.html
|
||||
- Date: 2025-10
|
||||
- Type: reference-architecture
|
||||
- Services: oke, logging
|
||||
- Tags: observability, application
|
||||
|
||||
## Summary (catalog)
|
||||
|
||||
Logging Analytics for OKE cluster monitoring. Automated log collection from pods, nodes, and control plane. Pre-built dashboards for cluster health, resource utilization, and application logs.
|
||||
|
||||
## Architecture (fetched from source)
|
||||
|
||||
Architecture
|
||||
|
||||
|
||||
|
||||
|
||||
This architecture shows how you can use Oracle Log Analytics to monitor a Kubernetes platform and cloud native applications.
|
||||
|
||||
|
||||
|
||||
The following diagram is a sample topology of a Kubernetes Cluster
|
||||
in a single Oracle Cloud Infrastructure (OCI) region. It shows the
|
||||
infrastructure tier and the second diagram highlights the kubernetes and
|
||||
application tiers.
|
||||
|
||||
Description of the illustration kubernetes-master-worker-nodes.png
|
||||
kubernetes-master-worker-nodes-oracle.zip
|
||||
|
||||
|
||||
|
||||
|
||||
The following diagram illustrates Kubernetes monitoring for your on-premises Kubernetes clusters and Oracle Cloud Infrastructure Kubernetes Engine (also known as Kubernetes Engine or OKE ) with Oracle Log Analytics . This solution offers a collection of various logs of a Kubernetes cluster into Oracle Log Analytics and offers rich analytics on top of the collected logs. You can customize the log collection by modifying the out-of-the box configuration.
|
||||
|
||||
|
||||
Description of the illustration k8s-oke-monitoring.png
|
||||
k8s-oke-monitoring-oracle.zip
|
||||
|
||||
|
||||
|
||||
|
||||
The architecture has the following components:
|
||||
|
||||
|
||||
|
||||
- Tenancy
|
||||
A tenancy
|
||||
is a secure and isolated partition that Oracle
|
||||
sets up within Oracle Cloud when you sign up for
|
||||
OCI. You can create, organize, and administer your
|
||||
resources on OCI within your tenancy. A tenancy is
|
||||
synonymous with a company or organization.
|
||||
Usually, a company will have a single tenancy and
|
||||
reflect its organizational structure within that
|
||||
tenancy. A single tenancy is usually associated
|
||||
with a single subscription, and a single
|
||||
subscription usually only has one
|
||||
tenancy.
|
||||
|
||||
|
||||
|
||||
- Region
|
||||
An OCI region
|
||||
is a localized geographic area that contains one
|
||||
or more data centers, hosting availability
|
||||
domains. Regions are independent of other regions,
|
||||
and vast distances can separate them (across
|
||||
countries or even continents).
|
||||
|
||||
|
||||
|
||||
- Compartment
|
||||
Compartments
|
||||
are cross-regional logical partitions within an
|
||||
OCI tenancy. Use compartments to organize, control
|
||||
access, and set usage quotas for your Oracle Cloud resources. In a given compartment, you define
|
||||
policies that control access and set privileges
|
||||
for resources.
|
||||
|
||||
|
||||
|
||||
|
||||
- Virtual cloud network (VCN) and subnets
|
||||
A virtual cloud
|
||||
network (VCN) is a customizable, software-defined
|
||||
network that you set up in an OCI region. Like
|
||||
traditional data center networks, VCNs give you
|
||||
control over your network environment. A VCN can
|
||||
have multiple non-overlapping classless
|
||||
inter-domain routing (CIDR) blocks that you can
|
||||
change after you create the VCN. You can segment a
|
||||
VCN into subnets, which can be scoped to a region
|
||||
or to an availability domain. Each subnet consists
|
||||
of a contiguous range of addresses that don't
|
||||
overlap with the other subnets in the VCN. You can
|
||||
change the size of a subnet after creation. A
|
||||
subnet can be public or private.
|
||||
|
||||
|
||||
|
||||
- Load balancer
|
||||
Oracle Cloud
|
||||
Infrastructure Load Balancing provides automated traffic distribution from a single entry point to multiple servers.
|
||||
|
||||
|
||||
|
||||
|
||||
- Service
|
||||
gateway
|
||||
A
|
||||
service gateway provides access from a VCN to
|
||||
other services, such as Oracle Cloud
|
||||
Infrastructure Object Storage . The traffic from the VCN to the Oracle service
|
||||
travels over the Oracle network fabric and does
|
||||
not traverse the internet.
|
||||
|
||||
|
||||
|
||||
|
||||
- Oracle Log Analytics
|
||||
|
||||
Oracle Log Analytics is a fully managed SaaS regional service available in more than 27 regions that provides collection, indexing, enrichment, query, visualization, and alerting for logs from any IT component running on on-premises, OCI or 3rd party cloud.
|
||||
|
||||
|
||||
|
||||
|
||||
- Oracle Log Analytics Source
|
||||
Oracle Log Analytics Source is a configuration resource that provides specifications for parsing, extractions, labeling, data masking, and other enrichment to ensure logs are properly ingested and indexed for analysis and monitoring. This architecture uses more than 30 pre-defined sources for Kubernetes services, applications, and objects. These sources are continuously enhanced to provide deeper analytics capabilities.
|
||||
|
||||
|
||||
|
||||
|
||||
- Kubernetes System Pods
|
||||
Kubernetes
|
||||
System Pods are small deployable units of computing that you
|
||||
can create and manage in Kubernetes. A Pod is one or more
|
||||
containers, with shared storage and network resources, and
|
||||
rules for running the containers.
|
||||
|
||||
|
||||
|
||||
- User Pods
|
||||
Applications launched on the
|
||||
Kubernetes cluster. All the logs from application pods
|
||||
writing STDOUT/STDERR are typically
|
||||
available under /var/log/containers/ .
|
||||
Applications that have custom log handlers may route their
|
||||
logs differently, but in general are available on the node
|
||||
(through a volume).
|
||||
|
||||
|
||||
|
||||
|
||||
- Control Plane Services & Pods
|
||||
Kubernetes platform Control Plane Services and pods. The
|
||||
Control Plane manages the worker nodes and the Pods in the
|
||||
Kubernetes cluster. The worker nodes run the containerized
|
||||
applications. Every cluster has at least one worker node.
|
||||
The worker node(s) host the Pods that are the components of
|
||||
the application workload.
|
||||
|
||||
|
||||
|
||||
- Node OS Services
|
||||
Linux services
|
||||
running on the instance on which Kubernetes is installed.
|
||||
Logs are collected on OS services.
|
||||
|
||||
|
||||
|
||||
- Log and Object Collector Pods
|
||||
Log and
|
||||
Object Collector Pods are made up of replica sets, FluentD,
|
||||
and daemon sets.
|
||||
|
||||
|
||||
|
||||
- FluentD Collector
|
||||
FluentD is an open-source data collector that provides a unified logging layer between data sources and backend systems. It allows unified data collection and consumption for a building data processing pipelines. This architecture uses containerized FluentD container that runs as daemon set and replicat set on kubernetes cluster. It uses log analytics fluentd output plugin to upload logs to Oracle Log Analytics .
|
||||
|
||||
|
||||
|
||||
|
||||
- Oracle Log Analytics FluentD Plugin
|
||||
The FluentD output plugin that connects to Oracle Log Analytics service in your tenancy to upload or ingest logs collected by FluentD collector.
|
||||
|
||||
|
||||
|
||||
|
||||
- Kubernetes Objects
|
||||
Kubernetes objects are persistent entities in the
|
||||
Kubernetes system. Kubernetes uses these entities
|
||||
to represent the state of your cluster. In this
|
||||
architecture, the following kubernetes object
|
||||
states are collected as logs for historical
|
||||
analysis and troubleshooting:
|
||||
|
||||
|
||||
|
||||
- Kubernetes Daemon Set
|
||||
A Kubernetes DaemonSet is a type
|
||||
of workload that runs on Kubernetes and ensures
|
||||
that all (or some) Nodes run a copy of a Pod. As
|
||||
nodes are added to the cluster, Pods are added to
|
||||
them. As nodes are removed from the cluster, those
|
||||
Pods are garbage collected.
|
||||
|
||||
|
||||
|
||||
|
||||
- Kubernetes Replica Set
|
||||
A Kubernetes
|
||||
ReplicaSet is a type of workload
|
||||
that runs on Kubernetes. It maintains a stable set
|
||||
of replica Pods running at any given time. As
|
||||
such, it is often used to guarantee the
|
||||
availability of a specified number of identical
|
||||
Pods
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- OCI Kubernetes Engine
|
||||
Oracle Cloud Infrastructure Kubernetes Engine ( OCI Kubernetes Engine or OKE ) is a fully-managed, scalable, and highly available service that you can use to deploy your containerized applications to the cloud. You specify the compute resources that your applications require, and OKE provisions them on OCI in an existing tenancy. OKE uses Kubernetes to automate the deployment, scaling, and management of containerized applications across clusters of hosts.
|
||||
|
||||
|
||||
|
||||
|
||||
- Service connectors
|
||||
Service Connector
|
||||
Hub is a cloud message bus platform. You can use it to move
|
||||
data between services in Oracle Cloud Infrastructure. Data
|
||||
is moved using service connectors. A service connector
|
||||
specifies the source service that contains the data to be
|
||||
moved, the tasks to perform on the data, and the target
|
||||
service to which the data must be delivered when the
|
||||
specified tasks are completed. One service connector is
|
||||
provisioned in this architecture to collect network and
|
||||
load-balancer logs.
|
||||
|
||||
|
||||
|
||||
- OCI Services
|
||||
Oracle Cloud Infrastructure (OCI) services are a
|
||||
platform of cloud services that enable you to build and run
|
||||
a wide range of applications in a highly-available,
|
||||
consistently high-performance environment
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 174 KiB |
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,541 @@
|
||||
<svg width="1007" height="662" viewBox="0 0 1007 662" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="kubernetes-master-worker-nodes">
|
||||
<rect width="1007" height="662" fill="white"/>
|
||||
<g id="Group 841">
|
||||
<g id="OCI Section Boxes">
|
||||
<rect x="108.5" y="253.5" width="332" height="144" fill="white"/>
|
||||
<rect x="108.5" y="253.5" width="332" height="144" stroke="#9E9892" stroke-dasharray="2 2"/>
|
||||
<text id="Tier" fill="#312D2A" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="206.109" y="274.816">Kubernetes Master</tspan></text>
|
||||
</g>
|
||||
<g id="OCI Section Boxes_2">
|
||||
<rect x="489.5" y="0.5" width="517" height="326" rx="3.5" fill="#F5F4F2"/>
|
||||
<rect x="489.5" y="0.5" width="517" height="326" rx="3.5" stroke="#9E9892"/>
|
||||
<text id="OCI Region" fill="#312D2A" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" font-weight="bold" letter-spacing="0em"><tspan x="497" y="21.816">Worker Node A</tspan></text>
|
||||
</g>
|
||||
<g id="OCI Section Boxes_3">
|
||||
<rect x="489.5" y="335.5" width="517" height="326" rx="3.5" fill="#F5F4F2"/>
|
||||
<rect x="489.5" y="335.5" width="517" height="326" rx="3.5" stroke="#9E9892"/>
|
||||
<text id="OCI Region_2" fill="#312D2A" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" font-weight="bold" letter-spacing="0em"><tspan x="497" y="356.816">Worker Node B</tspan></text>
|
||||
</g>
|
||||
<g id="OCI Section Boxes_4">
|
||||
<rect x="501.5" y="32.5" width="282" height="138" fill="white"/>
|
||||
<rect x="501.5" y="32.5" width="282" height="138" stroke="#9E9892" stroke-dasharray="2 2"/>
|
||||
<text id="Tier_2" fill="#312D2A" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="623.531" y="53.816">Pod 1</tspan></text>
|
||||
</g>
|
||||
<g id="OCI Section Boxes_5">
|
||||
<rect x="501.5" y="367.5" width="282" height="138" fill="white"/>
|
||||
<rect x="501.5" y="367.5" width="282" height="138" stroke="#9E9892" stroke-dasharray="2 2"/>
|
||||
<text id="Tier_3" fill="#312D2A" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="623.531" y="388.816">Pod 1</tspan></text>
|
||||
</g>
|
||||
<g id="OCI Section Boxes_6">
|
||||
<rect x="501.5" y="179.5" width="282" height="138" fill="white"/>
|
||||
<rect x="501.5" y="179.5" width="282" height="138" stroke="#9E9892" stroke-dasharray="2 2"/>
|
||||
<text id="Tier_4" fill="#312D2A" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="622.336" y="200.816">Pod 2</tspan></text>
|
||||
</g>
|
||||
<g id="OCI Section Boxes_7">
|
||||
<rect x="501.5" y="514.5" width="282" height="138" fill="white"/>
|
||||
<rect x="501.5" y="514.5" width="282" height="138" stroke="#9E9892" stroke-dasharray="2 2"/>
|
||||
<text id="Tier_5" fill="#312D2A" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="622.336" y="535.816">Pod 2</tspan></text>
|
||||
</g>
|
||||
<g id="Icon Master">
|
||||
<g id="Command-Line-option-1">
|
||||
<g id="Group 300">
|
||||
<path id="Vector" d="M55.8858 397.714H4.11436C2.23659 397.714 0.714355 399.237 0.714355 401.114V452.886C0.714355 454.764 2.23659 456.286 4.11436 456.286H55.8858C57.7635 456.286 59.2858 454.764 59.2858 452.886V401.114C59.2858 399.237 57.7635 397.714 55.8858 397.714Z" fill="white"/>
|
||||
<path id="Vector_2" d="M55.9 398.429C56.6098 398.432 57.2893 398.717 57.7899 399.22C58.2904 399.723 58.5714 400.404 58.5714 401.114V452.9C58.5714 453.609 58.29 454.288 57.789 454.789C57.288 455.29 56.6085 455.571 55.9 455.571H4.11429C3.40446 455.571 2.72349 455.29 2.22023 454.79C1.71697 454.289 1.43235 453.61 1.42857 452.9V401.114C1.42857 400.402 1.71153 399.719 2.2152 399.215C2.71887 398.712 3.40199 398.429 4.11429 398.429H55.9ZM55.9 397H4.11429C3.02311 397 1.97662 397.433 1.20505 398.205C0.433468 398.977 0 400.023 0 401.114L0 452.9C0.00378023 453.989 0.438917 455.032 1.21009 455.8C1.98125 456.569 3.02558 457 4.11429 457H55.9C56.9862 456.996 58.0269 456.563 58.795 455.795C59.5631 455.027 59.9962 453.986 60 452.9V401.114C60 400.026 59.5685 398.981 58.8 398.21C58.0315 397.439 56.9887 397.004 55.9 397V397Z" fill="white"/>
|
||||
<path id="Vector_3" d="M55.8999 398.429H4.11418C3.40189 398.429 2.71876 398.712 2.21509 399.216C1.71143 399.719 1.42847 400.403 1.42847 401.115V452.901C1.43224 453.61 1.71687 454.29 2.22013 454.79C2.72339 455.291 3.40435 455.572 4.11418 455.572H55.8999C56.6084 455.572 57.2879 455.291 57.7889 454.79C58.2899 454.289 58.5713 453.609 58.5713 452.901V401.115C58.5713 400.405 58.2903 399.724 57.7898 399.221C57.2892 398.718 56.6097 398.433 55.8999 398.429V398.429ZM4.11418 400.815H55.8999C55.9387 400.815 55.977 400.823 56.0126 400.838C56.0483 400.853 56.0804 400.876 56.1072 400.904C56.1339 400.932 56.1546 400.965 56.1681 401.001C56.1816 401.038 56.1876 401.076 56.1856 401.115V407.958H3.81418V401.115C3.81418 401.035 3.84579 400.959 3.90205 400.903C3.95831 400.847 4.03462 400.815 4.11418 400.815V400.815ZM55.8999 453.186H4.11418C4.07548 453.188 4.03678 453.182 4.00045 453.169C3.96412 453.155 3.93091 453.135 3.90285 453.108C3.87479 453.081 3.85246 453.049 3.83721 453.013C3.82197 452.978 3.81413 452.939 3.81418 452.901V410.329H56.1856V452.901C56.1856 452.976 56.1555 453.049 56.1019 453.103C56.0483 453.156 55.9757 453.186 55.8999 453.186V453.186Z" fill="#2D5967"/>
|
||||
<path id="Vector_4" d="M7.82847 406.071C8.11102 406.071 8.38722 405.988 8.62215 405.831C8.85707 405.674 9.04018 405.451 9.1483 405.19C9.25643 404.929 9.28472 404.641 9.2296 404.364C9.17447 404.087 9.03842 403.833 8.83863 403.633C8.63884 403.433 8.38429 403.297 8.10717 403.242C7.83006 403.187 7.54282 403.215 7.28178 403.323C7.02075 403.431 6.79763 403.614 6.64066 403.849C6.48369 404.084 6.3999 404.36 6.3999 404.643C6.3999 405.022 6.55041 405.385 6.81832 405.653C7.08623 405.921 7.44959 406.071 7.82847 406.071Z" fill="#2D5967"/>
|
||||
<path id="Vector_5" d="M13.0858 406.071C13.3683 406.071 13.6445 405.988 13.8795 405.831C14.1144 405.674 14.2975 405.451 14.4056 405.19C14.5138 404.929 14.542 404.641 14.4869 404.364C14.4318 404.087 14.2957 403.833 14.096 403.633C13.8962 403.433 13.6416 403.297 13.3645 403.242C13.0874 403.187 12.8001 403.215 12.5391 403.323C12.2781 403.431 12.055 403.614 11.898 403.849C11.741 404.084 11.6572 404.36 11.6572 404.643C11.6572 405.022 11.8077 405.385 12.0756 405.653C12.3436 405.921 12.7069 406.071 13.0858 406.071Z" fill="#2D5967"/>
|
||||
<path id="Vector_6" d="M18.2428 406.071C18.5253 406.071 18.8015 405.988 19.0365 405.831C19.2714 405.674 19.4545 405.451 19.5626 405.19C19.6707 404.929 19.699 404.641 19.6439 404.364C19.5888 404.087 19.4527 403.833 19.2529 403.633C19.0531 403.433 18.7986 403.297 18.5215 403.242C18.2444 403.187 17.9571 403.215 17.6961 403.323C17.4351 403.431 17.2119 403.614 17.055 403.849C16.898 404.084 16.8142 404.36 16.8142 404.643C16.8142 405.022 16.9647 405.385 17.2326 405.653C17.5005 405.921 17.8639 406.071 18.2428 406.071Z" fill="#2D5967"/>
|
||||
<path id="Vector_7" d="M22.7285 437.629C22.0831 437.674 21.4361 437.569 20.8386 437.321C20.2411 437.073 19.7094 436.689 19.2856 436.2C18.4263 435.029 18.0065 433.593 18.0999 432.143C18.0242 430.799 18.452 429.475 19.2999 428.429C19.7442 427.977 20.2801 427.626 20.8716 427.4C21.463 427.173 22.0962 427.076 22.7285 427.115C23.2757 427.117 23.8214 427.174 24.3571 427.286C25.0329 427.437 25.6967 427.637 26.3428 427.886V425.029C25.7973 424.758 25.222 424.552 24.6285 424.415C23.932 424.241 23.2176 424.15 22.4999 424.143C21.04 424.104 19.5943 424.438 18.2999 425.115C17.1416 425.744 16.1968 426.704 15.5856 427.872C14.9159 429.199 14.587 430.672 14.6285 432.158C14.4673 434.42 15.1663 436.66 16.5856 438.429C17.3268 439.179 18.2206 439.762 19.2066 440.136C20.1925 440.511 21.2474 440.669 22.2999 440.6C23.8277 440.618 25.3402 440.295 26.7285 439.658V436.8C26.0162 437.067 25.2857 437.281 24.5428 437.443C23.9466 437.571 23.3382 437.634 22.7285 437.629V437.629Z" fill="#2D5967"/>
|
||||
<path id="Vector_8" d="M32.4572 437.057H28.8572V440.229H32.4572V437.057Z" fill="#2D5967"/>
|
||||
<path id="Vector_9" d="M32.4572 428.743H28.8572V431.915H32.4572V428.743Z" fill="#2D5967"/>
|
||||
<path id="Vector_10" d="M33.7715 423.914L42.7429 444.6H46.2572L37.3143 423.914H33.7715Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label">
|
||||
<text id="IconLabel" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="18.4297" y="474.816">CLI</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_2">
|
||||
<g id="Technology-Web-Browser">
|
||||
<g id="Group 573">
|
||||
<path id="Vector_11" d="M34.3871 262.359C33.7342 262.969 32.8743 263.307 31.9815 263.305C31.5438 263.31 31.1092 263.23 30.7023 263.069C30.1049 262.846 29.5789 262.466 29.1799 261.969C28.7808 261.472 28.5237 260.876 28.4357 260.245H4.38012C3.8927 260.245 3.41011 260.148 2.9603 259.96C2.5105 259.772 2.10242 259.497 1.7597 259.15C1.41699 258.803 1.14644 258.392 0.963731 257.94C0.781023 257.488 0.689786 257.004 0.695305 256.516V214.544C0.695305 213.566 1.08353 212.629 1.77456 211.937C2.4656 211.246 3.40285 210.857 4.38012 210.857H55.62C56.5985 210.857 57.5372 211.245 58.2305 211.936C58.9237 212.627 59.315 213.565 59.3187 214.544V256.516C59.3224 257.005 59.2294 257.489 59.0452 257.941C58.8609 258.393 58.5891 258.804 58.2453 259.151C57.9014 259.497 57.4924 259.773 57.0419 259.96C56.5913 260.148 56.1081 260.245 55.62 260.245H43.2445L45.1217 264.543L36.9178 268.16L34.3871 262.359Z" fill="white"/>
|
||||
<path id="Vector_12" d="M55.6199 211.554C56.4128 211.554 57.1732 211.869 57.7339 212.43C58.2945 212.991 58.6095 213.752 58.6095 214.545V256.517C58.6095 257.31 58.2945 258.071 57.7339 258.632C57.1732 259.193 56.4128 259.508 55.6199 259.508H42.1738L44.2178 264.141L37.2653 267.201L34.5817 261.108L34.0811 261.664C33.819 261.963 33.4959 262.202 33.1337 262.365C32.7716 262.528 32.3787 262.612 31.9815 262.61C31.6304 262.612 31.2818 262.551 30.9525 262.43C30.4113 262.222 29.9453 261.856 29.6153 261.38C29.2853 260.903 29.1068 260.338 29.1031 259.758V259.508H4.38007C3.58719 259.508 2.82678 259.193 2.26612 258.632C1.70547 258.071 1.3905 257.31 1.3905 256.517V214.545C1.39416 213.753 1.7103 212.994 2.27016 212.434C2.83003 211.874 3.58831 211.557 4.38007 211.554H55.6199ZM55.6199 210.163H4.38007C3.21953 210.166 2.10757 210.629 1.28694 211.45C0.466315 212.271 0.00366682 213.384 0 214.545L0 256.517C0.00366682 257.678 0.466315 258.791 1.28694 259.612C2.10757 260.433 3.21953 260.896 4.38007 260.899H27.81C27.9902 261.535 28.3187 262.118 28.7683 262.602C29.2179 263.086 29.7759 263.456 30.3963 263.682C30.8837 263.871 31.4029 263.966 31.9258 263.96C32.6685 263.961 33.3982 263.764 34.0394 263.389L35.9444 267.716L36.5145 268.996L37.7798 268.439L44.7323 265.379L45.9977 264.822L45.4415 263.542L44.2596 260.857H55.6199C56.7816 260.857 57.8957 260.396 58.7171 259.574C59.5385 258.752 60 257.637 60 256.475V214.545C59.9963 213.384 59.5337 212.271 58.7131 211.45C57.8924 210.629 56.7805 210.166 55.6199 210.163V210.163Z" fill="white"/>
|
||||
<path id="Vector_13" d="M19.0353 238.528V249.852C19.0353 249.941 19.0705 250.026 19.1331 250.088C19.1956 250.151 19.2805 250.186 19.369 250.186H27.0446V252.843H19.369C18.5749 252.843 17.813 252.529 17.2502 251.968C16.6873 251.407 16.3692 250.647 16.3656 249.852V238.528C16.3692 237.733 16.6873 236.973 17.2502 236.412C17.813 235.851 18.5749 235.537 19.369 235.537H40.6715C41.4643 235.537 42.2248 235.852 42.7854 236.413C43.3461 236.974 43.661 237.735 43.661 238.528V249.88L41.0052 247.418V238.528C41.0052 238.439 40.97 238.354 40.9074 238.292C40.8449 238.229 40.76 238.194 40.6715 238.194H19.369C19.2805 238.194 19.1956 238.229 19.1331 238.292C19.0705 238.354 19.0353 238.439 19.0353 238.528V238.528ZM41.5336 258.004L44.2172 264.14L37.2647 267.2L34.5811 261.107L34.0805 261.663C33.7018 262.103 33.1953 262.413 32.6318 262.55C32.0684 262.687 31.4761 262.645 30.938 262.428C30.3968 262.221 29.9308 261.855 29.6008 261.379C29.2708 260.902 29.0923 260.337 29.0886 259.757L29.0052 245.609C29.0111 245.052 29.1788 244.51 29.4878 244.047C29.7969 243.584 30.234 243.221 30.7457 243.003C31.2574 242.785 31.8215 242.72 32.3693 242.817C32.917 242.914 33.4247 243.169 33.8302 243.55L44.1894 253.149C44.6163 253.54 44.915 254.051 45.046 254.615C45.1771 255.178 45.1345 255.769 44.9238 256.308C44.7131 256.847 44.3442 257.309 43.8656 257.635C43.387 257.96 42.8213 258.132 42.2427 258.13H41.5336V258.004ZM40.6993 262.721L37.4316 255.306H42.2427C42.2843 255.308 42.3256 255.298 42.3607 255.275C42.3957 255.253 42.4226 255.219 42.4374 255.18C42.4622 255.149 42.4757 255.109 42.4757 255.069C42.4757 255.029 42.4622 254.99 42.4374 254.958L31.9809 245.442C31.9491 245.417 31.9099 245.404 31.8696 245.404C31.8293 245.404 31.7901 245.417 31.7584 245.442C31.7194 245.457 31.6863 245.484 31.6637 245.519C31.6412 245.554 31.6305 245.595 31.6332 245.637L31.7306 259.785C31.7278 259.827 31.7385 259.868 31.7611 259.903C31.7836 259.938 31.8168 259.965 31.8557 259.98C31.8883 260.003 31.9272 260.015 31.9669 260.015C32.0067 260.015 32.0455 260.003 32.0782 259.98L35.332 256.377L38.5996 263.792L40.6993 262.721ZM9.38526 218.884C9.66027 218.884 9.92911 218.803 10.1578 218.65C10.3864 218.497 10.5647 218.28 10.6699 218.025C10.7752 217.771 10.8027 217.492 10.749 217.222C10.6954 216.952 10.563 216.704 10.3685 216.509C10.174 216.315 9.92626 216.182 9.65653 216.129C9.3868 216.075 9.10722 216.103 8.85314 216.208C8.59906 216.313 8.38189 216.491 8.2291 216.72C8.07631 216.949 7.99476 217.218 7.99476 217.493C7.99476 217.862 8.14126 218.216 8.40203 218.477C8.6628 218.738 9.01647 218.884 9.38526 218.884ZM14.0434 218.884C14.3184 218.884 14.5873 218.803 14.8159 218.65C15.0446 218.497 15.2228 218.28 15.3281 218.025C15.4333 217.771 15.4609 217.492 15.4072 217.222C15.3536 216.952 15.2211 216.704 15.0267 216.509C14.8322 216.315 14.5844 216.182 14.3147 216.129C14.045 216.075 13.7654 216.103 13.5113 216.208C13.2572 216.313 13.0401 216.491 12.8873 216.72C12.7345 216.949 12.6529 217.218 12.6529 217.493C12.6529 217.862 12.7994 218.216 13.0602 218.477C13.321 218.738 13.6746 218.884 14.0434 218.884ZM18.7016 218.884C18.9766 218.884 19.2454 218.803 19.4741 218.65C19.7028 218.497 19.881 218.28 19.9862 218.025C20.0915 217.771 20.119 217.492 20.0654 217.222C20.0117 216.952 19.8793 216.704 19.6848 216.509C19.4904 216.315 19.2426 216.182 18.9729 216.129C18.7031 216.075 18.4236 216.103 18.1695 216.208C17.9154 216.313 17.6982 216.491 17.5454 216.72C17.3926 216.949 17.3111 217.218 17.3111 217.493C17.3111 217.862 17.4576 218.216 17.7184 218.477C17.9791 218.738 18.3328 218.884 18.7016 218.884ZM58.6367 214.544V256.516C58.6367 256.911 58.5585 257.302 58.4065 257.667C58.2545 258.032 58.0318 258.363 57.7513 258.641C57.4707 258.919 57.1378 259.139 56.7719 259.287C56.406 259.436 56.0143 259.511 55.6193 259.507H44.4953C45.5327 258.966 46.3381 258.066 46.7618 256.975V256.85H55.6193C55.7078 256.85 55.7927 256.815 55.8553 256.752C55.9179 256.689 55.953 256.604 55.953 256.516V228.247H4.05965V256.516C4.05777 256.559 4.06465 256.602 4.07988 256.643C4.09511 256.683 4.11837 256.72 4.14826 256.751C4.17815 256.782 4.21404 256.807 4.25378 256.824C4.29351 256.841 4.33627 256.85 4.37946 256.85H27.0863V259.507H4.37946C3.58658 259.507 2.82617 259.192 2.26552 258.631C1.70486 258.07 1.38989 257.309 1.38989 256.516V214.544C1.39355 213.752 1.7097 212.993 2.26956 212.433C2.82942 211.873 3.58771 211.556 4.37946 211.553H55.6193C56.4122 211.553 57.1726 211.868 57.7333 212.429C58.2939 212.99 58.6089 213.751 58.6089 214.544H58.6367ZM4.03184 214.544V220.874H55.9808V214.544C55.9812 214.498 55.9718 214.453 55.9532 214.411C55.9346 214.369 55.9072 214.332 55.8729 214.301C55.8387 214.271 55.7983 214.248 55.7545 214.235C55.7108 214.222 55.6647 214.218 55.6193 214.224H4.37946C4.29464 214.224 4.2133 214.258 4.15332 214.318C4.09334 214.378 4.05965 214.459 4.05965 214.544H4.03184ZM24.0272 223.545H4.05965V225.534H24.0272V223.545ZM56.0087 223.545H26.6831V225.534H55.9808L56.0087 223.545Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_2">
|
||||
<text id="IconLabel_2" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="16.7734" y="286.816">GUI</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_3">
|
||||
<g id="OCI- Containers">
|
||||
<g id="Group">
|
||||
<g id="Group_2">
|
||||
<path id="Vector_14" d="M524.381 121.254C522.739 121.254 521.246 119.91 521.246 118.119V65.8804C521.246 64.2386 522.59 62.7461 524.381 62.7461H576.619C578.411 62.7461 579.754 64.0894 579.754 65.8804V118.119C579.754 119.91 578.411 121.254 576.619 121.254H524.381Z" fill="white"/>
|
||||
<path id="Vector_15" d="M576.619 63.4925C577.963 63.4925 579.007 64.5373 579.007 65.8806V118.119C579.007 119.463 577.963 120.507 576.619 120.507H524.381C523.037 120.507 521.993 119.463 521.993 118.119V65.8806C521.993 64.5373 523.037 63.4925 524.381 63.4925H576.619ZM576.619 62H524.381C522.291 62 520.5 63.791 520.5 65.8806V118.119C520.5 120.209 522.291 122 524.381 122H576.619C578.709 122 580.5 120.209 580.5 118.119V65.8806C580.5 63.791 578.858 62 576.619 62Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_3">
|
||||
<path id="Vector_16" d="M576.62 63.4927H524.381C523.037 63.4927 521.993 64.5375 521.993 65.8807V118.12C521.993 119.463 523.037 120.508 524.381 120.508H576.62C577.963 120.508 579.008 119.463 579.008 118.12V65.8807C579.008 64.5375 577.963 63.4927 576.62 63.4927ZM576.918 118.12C576.918 118.269 576.769 118.418 576.62 118.418H524.381C524.231 118.418 524.082 118.269 524.082 118.12V65.8807C524.082 65.7315 524.231 65.5822 524.381 65.5822H576.62C576.769 65.5822 576.918 65.7315 576.918 65.8807V118.12Z" fill="#2D5967"/>
|
||||
<path id="Vector_17" d="M528.261 113.94H572.739V101.254H528.261V113.94ZM530.5 103.343H570.649V111.851H530.5V103.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_18" d="M565.873 109.313C566.78 109.313 567.515 108.578 567.515 107.672C567.515 106.765 566.78 106.03 565.873 106.03C564.967 106.03 564.231 106.765 564.231 107.672C564.231 108.578 564.967 109.313 565.873 109.313Z" fill="#2D5967"/>
|
||||
<path id="Vector_19" d="M548.858 69.7612H528.261V82.4478H548.858V69.7612ZM537.813 72H539.455V80.5075H537.813C537.813 80.3582 537.813 72 537.813 72ZM535.724 80.3582H534.082V72H535.724V80.3582ZM541.545 72H543.187V80.5075H541.545V72ZM530.5 72H532.142V80.5075H530.5V72ZM546.769 80.3582H545.127V72H546.769V80.3582Z" fill="#2D5967"/>
|
||||
<path id="Vector_20" d="M552.142 82.4478H572.739V69.7612H552.142V82.4478ZM563.187 80.3582H561.545V72H563.187V80.3582ZM565.276 72H566.918V80.5075H565.276V72ZM559.455 80.3582H557.813V72H559.455V80.3582ZM570.649 80.3582H569.008V72H570.649V80.3582ZM554.231 72H555.873V80.5075H554.231V72Z" fill="#2D5967"/>
|
||||
<path id="Vector_21" d="M548.858 85.7314H528.261V98.418H548.858V85.7314ZM537.813 87.821H539.455V96.3285H537.813C537.813 96.1792 537.813 87.821 537.813 87.821ZM535.724 96.3285H534.082V87.821H535.724V96.3285ZM541.545 87.821H543.187V96.3285H541.545V87.821ZM530.5 87.821H532.142V96.3285H530.5V87.821ZM546.769 96.3285H545.127V87.821H546.769V96.3285Z" fill="#2D5967"/>
|
||||
<path id="Vector_22" d="M552.142 98.418H572.739V85.7314H552.142V98.418ZM563.187 96.3285H561.545V87.821H563.187V96.3285ZM565.276 87.821H566.918V96.3285H565.276V87.821ZM559.455 96.3285H557.813V87.821H559.455V96.3285ZM570.649 96.3285H569.008V87.821H570.649V96.3285ZM554.231 87.821H555.873V96.3285H554.231V87.821Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_3">
|
||||
<text id="IconLabel_3" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="510.117" y="139.816">Container 1 </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_4">
|
||||
<g id="OCI- Containers_2">
|
||||
<g id="Group_4">
|
||||
<g id="Group_5">
|
||||
<path id="Vector_23" d="M524.381 456.254C522.739 456.254 521.246 454.91 521.246 453.119V400.88C521.246 399.239 522.59 397.746 524.381 397.746H576.619C578.411 397.746 579.754 399.089 579.754 400.88V453.119C579.754 454.91 578.411 456.254 576.619 456.254H524.381Z" fill="white"/>
|
||||
<path id="Vector_24" d="M576.619 398.493C577.963 398.493 579.007 399.537 579.007 400.881V453.119C579.007 454.463 577.963 455.507 576.619 455.507H524.381C523.037 455.507 521.993 454.463 521.993 453.119V400.881C521.993 399.537 523.037 398.493 524.381 398.493H576.619ZM576.619 397H524.381C522.291 397 520.5 398.791 520.5 400.881V453.119C520.5 455.209 522.291 457 524.381 457H576.619C578.709 457 580.5 455.209 580.5 453.119V400.881C580.5 398.791 578.858 397 576.619 397Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_6">
|
||||
<path id="Vector_25" d="M576.62 398.493H524.381C523.037 398.493 521.993 399.537 521.993 400.881V453.12C521.993 454.463 523.037 455.508 524.381 455.508H576.62C577.963 455.508 579.008 454.463 579.008 453.12V400.881C579.008 399.537 577.963 398.493 576.62 398.493ZM576.918 453.12C576.918 453.269 576.769 453.418 576.62 453.418H524.381C524.231 453.418 524.082 453.269 524.082 453.12V400.881C524.082 400.731 524.231 400.582 524.381 400.582H576.62C576.769 400.582 576.918 400.731 576.918 400.881V453.12Z" fill="#2D5967"/>
|
||||
<path id="Vector_26" d="M528.261 448.94H572.739V436.254H528.261V448.94ZM530.5 438.343H570.649V446.851H530.5V438.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_27" d="M565.873 444.313C566.78 444.313 567.515 443.578 567.515 442.672C567.515 441.765 566.78 441.03 565.873 441.03C564.967 441.03 564.231 441.765 564.231 442.672C564.231 443.578 564.967 444.313 565.873 444.313Z" fill="#2D5967"/>
|
||||
<path id="Vector_28" d="M548.858 404.761H528.261V417.448H548.858V404.761ZM537.813 407H539.455V415.507H537.813C537.813 415.358 537.813 407 537.813 407ZM535.724 415.358H534.082V407H535.724V415.358ZM541.545 407H543.187V415.507H541.545V407ZM530.5 407H532.142V415.507H530.5V407ZM546.769 415.358H545.127V407H546.769V415.358Z" fill="#2D5967"/>
|
||||
<path id="Vector_29" d="M552.142 417.448H572.739V404.761H552.142V417.448ZM563.187 415.358H561.545V407H563.187V415.358ZM565.276 407H566.918V415.507H565.276V407ZM559.455 415.358H557.813V407H559.455V415.358ZM570.649 415.358H569.008V407H570.649V415.358ZM554.231 407H555.873V415.507H554.231V407Z" fill="#2D5967"/>
|
||||
<path id="Vector_30" d="M548.858 420.731H528.261V433.418H548.858V420.731ZM537.813 422.821H539.455V431.328H537.813C537.813 431.179 537.813 422.821 537.813 422.821ZM535.724 431.328H534.082V422.821H535.724V431.328ZM541.545 422.821H543.187V431.328H541.545V422.821ZM530.5 422.821H532.142V431.328H530.5V422.821ZM546.769 431.328H545.127V422.821H546.769V431.328Z" fill="#2D5967"/>
|
||||
<path id="Vector_31" d="M552.142 433.418H572.739V420.731H552.142V433.418ZM563.187 431.328H561.545V422.821H563.187V431.328ZM565.276 422.821H566.918V431.328H565.276V422.821ZM559.455 431.328H557.813V422.821H559.455V431.328ZM570.649 431.328H569.008V422.821H570.649V431.328ZM554.231 422.821H555.873V431.328H554.231V422.821Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_4">
|
||||
<text id="IconLabel_4" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="510.117" y="474.816">Container 1 </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_5">
|
||||
<g id="OCI- Containers_3">
|
||||
<g id="Group_7">
|
||||
<g id="Group_8">
|
||||
<path id="Vector_32" d="M524.381 268.254C522.739 268.254 521.246 266.91 521.246 265.119V212.88C521.246 211.239 522.59 209.746 524.381 209.746H576.619C578.411 209.746 579.754 211.089 579.754 212.88V265.119C579.754 266.91 578.411 268.254 576.619 268.254H524.381Z" fill="white"/>
|
||||
<path id="Vector_33" d="M576.619 210.493C577.963 210.493 579.007 211.537 579.007 212.881V265.119C579.007 266.463 577.963 267.507 576.619 267.507H524.381C523.037 267.507 521.993 266.463 521.993 265.119V212.881C521.993 211.537 523.037 210.493 524.381 210.493H576.619ZM576.619 209H524.381C522.291 209 520.5 210.791 520.5 212.881V265.119C520.5 267.209 522.291 269 524.381 269H576.619C578.709 269 580.5 267.209 580.5 265.119V212.881C580.5 210.791 578.858 209 576.619 209Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_9">
|
||||
<path id="Vector_34" d="M576.62 210.493H524.381C523.037 210.493 521.993 211.537 521.993 212.881V265.12C521.993 266.463 523.037 267.508 524.381 267.508H576.62C577.963 267.508 579.008 266.463 579.008 265.12V212.881C579.008 211.537 577.963 210.493 576.62 210.493ZM576.918 265.12C576.918 265.269 576.769 265.418 576.62 265.418H524.381C524.231 265.418 524.082 265.269 524.082 265.12V212.881C524.082 212.731 524.231 212.582 524.381 212.582H576.62C576.769 212.582 576.918 212.731 576.918 212.881V265.12Z" fill="#2D5967"/>
|
||||
<path id="Vector_35" d="M528.261 260.94H572.739V248.254H528.261V260.94ZM530.5 250.343H570.649V258.851H530.5V250.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_36" d="M565.873 256.313C566.78 256.313 567.515 255.578 567.515 254.672C567.515 253.765 566.78 253.03 565.873 253.03C564.967 253.03 564.231 253.765 564.231 254.672C564.231 255.578 564.967 256.313 565.873 256.313Z" fill="#2D5967"/>
|
||||
<path id="Vector_37" d="M548.858 216.761H528.261V229.448H548.858V216.761ZM537.813 219H539.455V227.507H537.813C537.813 227.358 537.813 219 537.813 219ZM535.724 227.358H534.082V219H535.724V227.358ZM541.545 219H543.187V227.507H541.545V219ZM530.5 219H532.142V227.507H530.5V219ZM546.769 227.358H545.127V219H546.769V227.358Z" fill="#2D5967"/>
|
||||
<path id="Vector_38" d="M552.142 229.448H572.739V216.761H552.142V229.448ZM563.187 227.358H561.545V219H563.187V227.358ZM565.276 219H566.918V227.507H565.276V219ZM559.455 227.358H557.813V219H559.455V227.358ZM570.649 227.358H569.008V219H570.649V227.358ZM554.231 219H555.873V227.507H554.231V219Z" fill="#2D5967"/>
|
||||
<path id="Vector_39" d="M548.858 232.731H528.261V245.418H548.858V232.731ZM537.813 234.821H539.455V243.328H537.813C537.813 243.179 537.813 234.821 537.813 234.821ZM535.724 243.328H534.082V234.821H535.724V243.328ZM541.545 234.821H543.187V243.328H541.545V234.821ZM530.5 234.821H532.142V243.328H530.5V234.821ZM546.769 243.328H545.127V234.821H546.769V243.328Z" fill="#2D5967"/>
|
||||
<path id="Vector_40" d="M552.142 245.418H572.739V232.731H552.142V245.418ZM563.187 243.328H561.545V234.821H563.187V243.328ZM565.276 234.821H566.918V243.328H565.276V234.821ZM559.455 243.328H557.813V234.821H559.455V243.328ZM570.649 243.328H569.008V234.821H570.649V243.328ZM554.231 234.821H555.873V243.328H554.231V234.821Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_5">
|
||||
<text id="IconLabel_5" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="510.117" y="286.816">Container 1 </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_6">
|
||||
<g id="OCI- Containers_4">
|
||||
<g id="Group_10">
|
||||
<g id="Group_11">
|
||||
<path id="Vector_41" d="M524.381 603.254C522.739 603.254 521.246 601.91 521.246 600.119V547.88C521.246 546.239 522.59 544.746 524.381 544.746H576.619C578.411 544.746 579.754 546.089 579.754 547.88V600.119C579.754 601.91 578.411 603.254 576.619 603.254H524.381Z" fill="white"/>
|
||||
<path id="Vector_42" d="M576.619 545.493C577.963 545.493 579.007 546.537 579.007 547.881V600.119C579.007 601.463 577.963 602.507 576.619 602.507H524.381C523.037 602.507 521.993 601.463 521.993 600.119V547.881C521.993 546.537 523.037 545.493 524.381 545.493H576.619ZM576.619 544H524.381C522.291 544 520.5 545.791 520.5 547.881V600.119C520.5 602.209 522.291 604 524.381 604H576.619C578.709 604 580.5 602.209 580.5 600.119V547.881C580.5 545.791 578.858 544 576.619 544Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_12">
|
||||
<path id="Vector_43" d="M576.62 545.493H524.381C523.037 545.493 521.993 546.537 521.993 547.881V600.12C521.993 601.463 523.037 602.508 524.381 602.508H576.62C577.963 602.508 579.008 601.463 579.008 600.12V547.881C579.008 546.537 577.963 545.493 576.62 545.493ZM576.918 600.12C576.918 600.269 576.769 600.418 576.62 600.418H524.381C524.231 600.418 524.082 600.269 524.082 600.12V547.881C524.082 547.731 524.231 547.582 524.381 547.582H576.62C576.769 547.582 576.918 547.731 576.918 547.881V600.12Z" fill="#2D5967"/>
|
||||
<path id="Vector_44" d="M528.261 595.94H572.739V583.254H528.261V595.94ZM530.5 585.343H570.649V593.851H530.5V585.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_45" d="M565.873 591.313C566.78 591.313 567.515 590.578 567.515 589.672C567.515 588.765 566.78 588.03 565.873 588.03C564.967 588.03 564.231 588.765 564.231 589.672C564.231 590.578 564.967 591.313 565.873 591.313Z" fill="#2D5967"/>
|
||||
<path id="Vector_46" d="M548.858 551.761H528.261V564.448H548.858V551.761ZM537.813 554H539.455V562.507H537.813C537.813 562.358 537.813 554 537.813 554ZM535.724 562.358H534.082V554H535.724V562.358ZM541.545 554H543.187V562.507H541.545V554ZM530.5 554H532.142V562.507H530.5V554ZM546.769 562.358H545.127V554H546.769V562.358Z" fill="#2D5967"/>
|
||||
<path id="Vector_47" d="M552.142 564.448H572.739V551.761H552.142V564.448ZM563.187 562.358H561.545V554H563.187V562.358ZM565.276 554H566.918V562.507H565.276V554ZM559.455 562.358H557.813V554H559.455V562.358ZM570.649 562.358H569.008V554H570.649V562.358ZM554.231 554H555.873V562.507H554.231V554Z" fill="#2D5967"/>
|
||||
<path id="Vector_48" d="M548.858 567.731H528.261V580.418H548.858V567.731ZM537.813 569.821H539.455V578.328H537.813C537.813 578.179 537.813 569.821 537.813 569.821ZM535.724 578.328H534.082V569.821H535.724V578.328ZM541.545 569.821H543.187V578.328H541.545V569.821ZM530.5 569.821H532.142V578.328H530.5V569.821ZM546.769 578.328H545.127V569.821H546.769V578.328Z" fill="#2D5967"/>
|
||||
<path id="Vector_49" d="M552.142 580.418H572.739V567.731H552.142V580.418ZM563.187 578.328H561.545V569.821H563.187V578.328ZM565.276 569.821H566.918V578.328H565.276V569.821ZM559.455 578.328H557.813V569.821H559.455V578.328ZM570.649 578.328H569.008V569.821H570.649V578.328ZM554.231 569.821H555.873V578.328H554.231V569.821Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_6">
|
||||
<text id="IconLabel_6" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="510.117" y="621.816">Container 1 </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_7">
|
||||
<g id="OCI- Containers_5">
|
||||
<g id="Group_13">
|
||||
<g id="Group_14">
|
||||
<path id="Vector_50" d="M614.881 121.254C613.239 121.254 611.746 119.91 611.746 118.119V65.8804C611.746 64.2386 613.09 62.7461 614.881 62.7461H667.119C668.911 62.7461 670.254 64.0894 670.254 65.8804V118.119C670.254 119.91 668.911 121.254 667.119 121.254H614.881Z" fill="white"/>
|
||||
<path id="Vector_51" d="M667.119 63.4925C668.463 63.4925 669.507 64.5373 669.507 65.8806V118.119C669.507 119.463 668.463 120.507 667.119 120.507H614.881C613.537 120.507 612.493 119.463 612.493 118.119V65.8806C612.493 64.5373 613.537 63.4925 614.881 63.4925H667.119ZM667.119 62H614.881C612.791 62 611 63.791 611 65.8806V118.119C611 120.209 612.791 122 614.881 122H667.119C669.209 122 671 120.209 671 118.119V65.8806C671 63.791 669.358 62 667.119 62Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_15">
|
||||
<path id="Vector_52" d="M667.12 63.4927H614.881C613.537 63.4927 612.493 64.5375 612.493 65.8807V118.12C612.493 119.463 613.537 120.508 614.881 120.508H667.12C668.463 120.508 669.508 119.463 669.508 118.12V65.8807C669.508 64.5375 668.463 63.4927 667.12 63.4927ZM667.418 118.12C667.418 118.269 667.269 118.418 667.12 118.418H614.881C614.731 118.418 614.582 118.269 614.582 118.12V65.8807C614.582 65.7315 614.731 65.5822 614.881 65.5822H667.12C667.269 65.5822 667.418 65.7315 667.418 65.8807V118.12Z" fill="#2D5967"/>
|
||||
<path id="Vector_53" d="M618.761 113.94H663.239V101.254H618.761V113.94ZM621 103.343H661.149V111.851H621V103.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_54" d="M656.373 109.313C657.28 109.313 658.015 108.578 658.015 107.672C658.015 106.765 657.28 106.03 656.373 106.03C655.467 106.03 654.731 106.765 654.731 107.672C654.731 108.578 655.467 109.313 656.373 109.313Z" fill="#2D5967"/>
|
||||
<path id="Vector_55" d="M639.358 69.7612H618.761V82.4478H639.358V69.7612ZM628.313 72H629.955V80.5075H628.313C628.313 80.3582 628.313 72 628.313 72ZM626.224 80.3582H624.582V72H626.224V80.3582ZM632.045 72H633.687V80.5075H632.045V72ZM621 72H622.642V80.5075H621V72ZM637.269 80.3582H635.627V72H637.269V80.3582Z" fill="#2D5967"/>
|
||||
<path id="Vector_56" d="M642.642 82.4478H663.239V69.7612H642.642V82.4478ZM653.687 80.3582H652.045V72H653.687V80.3582ZM655.776 72H657.418V80.5075H655.776V72ZM649.955 80.3582H648.313V72H649.955V80.3582ZM661.149 80.3582H659.508V72H661.149V80.3582ZM644.731 72H646.373V80.5075H644.731V72Z" fill="#2D5967"/>
|
||||
<path id="Vector_57" d="M639.358 85.7314H618.761V98.418H639.358V85.7314ZM628.313 87.821H629.955V96.3285H628.313C628.313 96.1792 628.313 87.821 628.313 87.821ZM626.224 96.3285H624.582V87.821H626.224V96.3285ZM632.045 87.821H633.687V96.3285H632.045V87.821ZM621 87.821H622.642V96.3285H621V87.821ZM637.269 96.3285H635.627V87.821H637.269V96.3285Z" fill="#2D5967"/>
|
||||
<path id="Vector_58" d="M642.642 98.418H663.239V85.7314H642.642V98.418ZM653.687 96.3285H652.045V87.821H653.687V96.3285ZM655.776 87.821H657.418V96.3285H655.776V87.821ZM649.955 96.3285H648.313V87.821H649.955V96.3285ZM661.149 96.3285H659.508V87.821H661.149V96.3285ZM644.731 87.821H646.373V96.3285H644.731V87.821Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_7">
|
||||
<text id="IconLabel_7" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="599.422" y="139.816">Container 2 </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_8">
|
||||
<g id="OCI- Containers_6">
|
||||
<g id="Group_16">
|
||||
<g id="Group_17">
|
||||
<path id="Vector_59" d="M614.881 456.254C613.239 456.254 611.746 454.91 611.746 453.119V400.88C611.746 399.239 613.09 397.746 614.881 397.746H667.119C668.911 397.746 670.254 399.089 670.254 400.88V453.119C670.254 454.91 668.911 456.254 667.119 456.254H614.881Z" fill="white"/>
|
||||
<path id="Vector_60" d="M667.119 398.493C668.463 398.493 669.507 399.537 669.507 400.881V453.119C669.507 454.463 668.463 455.507 667.119 455.507H614.881C613.537 455.507 612.493 454.463 612.493 453.119V400.881C612.493 399.537 613.537 398.493 614.881 398.493H667.119ZM667.119 397H614.881C612.791 397 611 398.791 611 400.881V453.119C611 455.209 612.791 457 614.881 457H667.119C669.209 457 671 455.209 671 453.119V400.881C671 398.791 669.358 397 667.119 397Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_18">
|
||||
<path id="Vector_61" d="M667.12 398.493H614.881C613.537 398.493 612.493 399.537 612.493 400.881V453.12C612.493 454.463 613.537 455.508 614.881 455.508H667.12C668.463 455.508 669.508 454.463 669.508 453.12V400.881C669.508 399.537 668.463 398.493 667.12 398.493ZM667.418 453.12C667.418 453.269 667.269 453.418 667.12 453.418H614.881C614.731 453.418 614.582 453.269 614.582 453.12V400.881C614.582 400.731 614.731 400.582 614.881 400.582H667.12C667.269 400.582 667.418 400.731 667.418 400.881V453.12Z" fill="#2D5967"/>
|
||||
<path id="Vector_62" d="M618.761 448.94H663.239V436.254H618.761V448.94ZM621 438.343H661.149V446.851H621V438.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_63" d="M656.373 444.313C657.28 444.313 658.015 443.578 658.015 442.672C658.015 441.765 657.28 441.03 656.373 441.03C655.467 441.03 654.731 441.765 654.731 442.672C654.731 443.578 655.467 444.313 656.373 444.313Z" fill="#2D5967"/>
|
||||
<path id="Vector_64" d="M639.358 404.761H618.761V417.448H639.358V404.761ZM628.313 407H629.955V415.507H628.313C628.313 415.358 628.313 407 628.313 407ZM626.224 415.358H624.582V407H626.224V415.358ZM632.045 407H633.687V415.507H632.045V407ZM621 407H622.642V415.507H621V407ZM637.269 415.358H635.627V407H637.269V415.358Z" fill="#2D5967"/>
|
||||
<path id="Vector_65" d="M642.642 417.448H663.239V404.761H642.642V417.448ZM653.687 415.358H652.045V407H653.687V415.358ZM655.776 407H657.418V415.507H655.776V407ZM649.955 415.358H648.313V407H649.955V415.358ZM661.149 415.358H659.508V407H661.149V415.358ZM644.731 407H646.373V415.507H644.731V407Z" fill="#2D5967"/>
|
||||
<path id="Vector_66" d="M639.358 420.731H618.761V433.418H639.358V420.731ZM628.313 422.821H629.955V431.328H628.313C628.313 431.179 628.313 422.821 628.313 422.821ZM626.224 431.328H624.582V422.821H626.224V431.328ZM632.045 422.821H633.687V431.328H632.045V422.821ZM621 422.821H622.642V431.328H621V422.821ZM637.269 431.328H635.627V422.821H637.269V431.328Z" fill="#2D5967"/>
|
||||
<path id="Vector_67" d="M642.642 433.418H663.239V420.731H642.642V433.418ZM653.687 431.328H652.045V422.821H653.687V431.328ZM655.776 422.821H657.418V431.328H655.776V422.821ZM649.955 431.328H648.313V422.821H649.955V431.328ZM661.149 431.328H659.508V422.821H661.149V431.328ZM644.731 422.821H646.373V431.328H644.731V422.821Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_8">
|
||||
<text id="IconLabel_8" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="599.422" y="474.816">Container 2 </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_9">
|
||||
<g id="OCI- Containers_7">
|
||||
<g id="Group_19">
|
||||
<g id="Group_20">
|
||||
<path id="Vector_68" d="M614.881 268.254C613.239 268.254 611.746 266.91 611.746 265.119V212.88C611.746 211.239 613.09 209.746 614.881 209.746H667.119C668.911 209.746 670.254 211.089 670.254 212.88V265.119C670.254 266.91 668.911 268.254 667.119 268.254H614.881Z" fill="white"/>
|
||||
<path id="Vector_69" d="M667.119 210.493C668.463 210.493 669.507 211.537 669.507 212.881V265.119C669.507 266.463 668.463 267.507 667.119 267.507H614.881C613.537 267.507 612.493 266.463 612.493 265.119V212.881C612.493 211.537 613.537 210.493 614.881 210.493H667.119ZM667.119 209H614.881C612.791 209 611 210.791 611 212.881V265.119C611 267.209 612.791 269 614.881 269H667.119C669.209 269 671 267.209 671 265.119V212.881C671 210.791 669.358 209 667.119 209Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_21">
|
||||
<path id="Vector_70" d="M667.12 210.493H614.881C613.537 210.493 612.493 211.537 612.493 212.881V265.12C612.493 266.463 613.537 267.508 614.881 267.508H667.12C668.463 267.508 669.508 266.463 669.508 265.12V212.881C669.508 211.537 668.463 210.493 667.12 210.493ZM667.418 265.12C667.418 265.269 667.269 265.418 667.12 265.418H614.881C614.731 265.418 614.582 265.269 614.582 265.12V212.881C614.582 212.731 614.731 212.582 614.881 212.582H667.12C667.269 212.582 667.418 212.731 667.418 212.881V265.12Z" fill="#2D5967"/>
|
||||
<path id="Vector_71" d="M618.761 260.94H663.239V248.254H618.761V260.94ZM621 250.343H661.149V258.851H621V250.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_72" d="M656.373 256.313C657.28 256.313 658.015 255.578 658.015 254.672C658.015 253.765 657.28 253.03 656.373 253.03C655.467 253.03 654.731 253.765 654.731 254.672C654.731 255.578 655.467 256.313 656.373 256.313Z" fill="#2D5967"/>
|
||||
<path id="Vector_73" d="M639.358 216.761H618.761V229.448H639.358V216.761ZM628.313 219H629.955V227.507H628.313C628.313 227.358 628.313 219 628.313 219ZM626.224 227.358H624.582V219H626.224V227.358ZM632.045 219H633.687V227.507H632.045V219ZM621 219H622.642V227.507H621V219ZM637.269 227.358H635.627V219H637.269V227.358Z" fill="#2D5967"/>
|
||||
<path id="Vector_74" d="M642.642 229.448H663.239V216.761H642.642V229.448ZM653.687 227.358H652.045V219H653.687V227.358ZM655.776 219H657.418V227.507H655.776V219ZM649.955 227.358H648.313V219H649.955V227.358ZM661.149 227.358H659.508V219H661.149V227.358ZM644.731 219H646.373V227.507H644.731V219Z" fill="#2D5967"/>
|
||||
<path id="Vector_75" d="M639.358 232.731H618.761V245.418H639.358V232.731ZM628.313 234.821H629.955V243.328H628.313C628.313 243.179 628.313 234.821 628.313 234.821ZM626.224 243.328H624.582V234.821H626.224V243.328ZM632.045 234.821H633.687V243.328H632.045V234.821ZM621 234.821H622.642V243.328H621V234.821ZM637.269 243.328H635.627V234.821H637.269V243.328Z" fill="#2D5967"/>
|
||||
<path id="Vector_76" d="M642.642 245.418H663.239V232.731H642.642V245.418ZM653.687 243.328H652.045V234.821H653.687V243.328ZM655.776 234.821H657.418V243.328H655.776V234.821ZM649.955 243.328H648.313V234.821H649.955V243.328ZM661.149 243.328H659.508V234.821H661.149V243.328ZM644.731 234.821H646.373V243.328H644.731V234.821Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_9">
|
||||
<text id="IconLabel_9" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="599.422" y="286.816">Container 2 </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_10">
|
||||
<g id="OCI- Containers_8">
|
||||
<g id="Group_22">
|
||||
<g id="Group_23">
|
||||
<path id="Vector_77" d="M614.881 603.254C613.239 603.254 611.746 601.91 611.746 600.119V547.88C611.746 546.239 613.09 544.746 614.881 544.746H667.119C668.911 544.746 670.254 546.089 670.254 547.88V600.119C670.254 601.91 668.911 603.254 667.119 603.254H614.881Z" fill="white"/>
|
||||
<path id="Vector_78" d="M667.119 545.493C668.463 545.493 669.507 546.537 669.507 547.881V600.119C669.507 601.463 668.463 602.507 667.119 602.507H614.881C613.537 602.507 612.493 601.463 612.493 600.119V547.881C612.493 546.537 613.537 545.493 614.881 545.493H667.119ZM667.119 544H614.881C612.791 544 611 545.791 611 547.881V600.119C611 602.209 612.791 604 614.881 604H667.119C669.209 604 671 602.209 671 600.119V547.881C671 545.791 669.358 544 667.119 544Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_24">
|
||||
<path id="Vector_79" d="M667.12 545.493H614.881C613.537 545.493 612.493 546.537 612.493 547.881V600.12C612.493 601.463 613.537 602.508 614.881 602.508H667.12C668.463 602.508 669.508 601.463 669.508 600.12V547.881C669.508 546.537 668.463 545.493 667.12 545.493ZM667.418 600.12C667.418 600.269 667.269 600.418 667.12 600.418H614.881C614.731 600.418 614.582 600.269 614.582 600.12V547.881C614.582 547.731 614.731 547.582 614.881 547.582H667.12C667.269 547.582 667.418 547.731 667.418 547.881V600.12Z" fill="#2D5967"/>
|
||||
<path id="Vector_80" d="M618.761 595.94H663.239V583.254H618.761V595.94ZM621 585.343H661.149V593.851H621V585.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_81" d="M656.373 591.313C657.28 591.313 658.015 590.578 658.015 589.672C658.015 588.765 657.28 588.03 656.373 588.03C655.467 588.03 654.731 588.765 654.731 589.672C654.731 590.578 655.467 591.313 656.373 591.313Z" fill="#2D5967"/>
|
||||
<path id="Vector_82" d="M639.358 551.761H618.761V564.448H639.358V551.761ZM628.313 554H629.955V562.507H628.313C628.313 562.358 628.313 554 628.313 554ZM626.224 562.358H624.582V554H626.224V562.358ZM632.045 554H633.687V562.507H632.045V554ZM621 554H622.642V562.507H621V554ZM637.269 562.358H635.627V554H637.269V562.358Z" fill="#2D5967"/>
|
||||
<path id="Vector_83" d="M642.642 564.448H663.239V551.761H642.642V564.448ZM653.687 562.358H652.045V554H653.687V562.358ZM655.776 554H657.418V562.507H655.776V554ZM649.955 562.358H648.313V554H649.955V562.358ZM661.149 562.358H659.508V554H661.149V562.358ZM644.731 554H646.373V562.507H644.731V554Z" fill="#2D5967"/>
|
||||
<path id="Vector_84" d="M639.358 567.731H618.761V580.418H639.358V567.731ZM628.313 569.821H629.955V578.328H628.313C628.313 578.179 628.313 569.821 628.313 569.821ZM626.224 578.328H624.582V569.821H626.224V578.328ZM632.045 569.821H633.687V578.328H632.045V569.821ZM621 569.821H622.642V578.328H621V569.821ZM637.269 578.328H635.627V569.821H637.269V578.328Z" fill="#2D5967"/>
|
||||
<path id="Vector_85" d="M642.642 580.418H663.239V567.731H642.642V580.418ZM653.687 578.328H652.045V569.821H653.687V578.328ZM655.776 569.821H657.418V578.328H655.776V569.821ZM649.955 578.328H648.313V569.821H649.955V578.328ZM661.149 578.328H659.508V569.821H661.149V578.328ZM644.731 569.821H646.373V578.328H644.731V569.821Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_10">
|
||||
<text id="IconLabel_10" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="599.422" y="621.816">Container 2 </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_11">
|
||||
<g id="OCI- Containers_9">
|
||||
<g id="Group_25">
|
||||
<g id="Group_26">
|
||||
<path id="Vector_86" d="M706.881 121.254C705.239 121.254 703.746 119.91 703.746 118.119V65.8804C703.746 64.2386 705.09 62.7461 706.881 62.7461H759.119C760.911 62.7461 762.254 64.0894 762.254 65.8804V118.119C762.254 119.91 760.911 121.254 759.119 121.254H706.881Z" fill="white"/>
|
||||
<path id="Vector_87" d="M759.119 63.4925C760.463 63.4925 761.507 64.5373 761.507 65.8806V118.119C761.507 119.463 760.463 120.507 759.119 120.507H706.881C705.537 120.507 704.493 119.463 704.493 118.119V65.8806C704.493 64.5373 705.537 63.4925 706.881 63.4925H759.119ZM759.119 62H706.881C704.791 62 703 63.791 703 65.8806V118.119C703 120.209 704.791 122 706.881 122H759.119C761.209 122 763 120.209 763 118.119V65.8806C763 63.791 761.358 62 759.119 62Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_27">
|
||||
<path id="Vector_88" d="M759.12 63.4927H706.881C705.537 63.4927 704.493 64.5375 704.493 65.8807V118.12C704.493 119.463 705.537 120.508 706.881 120.508H759.12C760.463 120.508 761.508 119.463 761.508 118.12V65.8807C761.508 64.5375 760.463 63.4927 759.12 63.4927ZM759.418 118.12C759.418 118.269 759.269 118.418 759.12 118.418H706.881C706.731 118.418 706.582 118.269 706.582 118.12V65.8807C706.582 65.7315 706.731 65.5822 706.881 65.5822H759.12C759.269 65.5822 759.418 65.7315 759.418 65.8807V118.12Z" fill="#2D5967"/>
|
||||
<path id="Vector_89" d="M710.761 113.94H755.239V101.254H710.761V113.94ZM713 103.343H753.149V111.851H713V103.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_90" d="M748.373 109.313C749.28 109.313 750.015 108.578 750.015 107.672C750.015 106.765 749.28 106.03 748.373 106.03C747.467 106.03 746.731 106.765 746.731 107.672C746.731 108.578 747.467 109.313 748.373 109.313Z" fill="#2D5967"/>
|
||||
<path id="Vector_91" d="M731.358 69.7612H710.761V82.4478H731.358V69.7612ZM720.313 72H721.955V80.5075H720.313C720.313 80.3582 720.313 72 720.313 72ZM718.224 80.3582H716.582V72H718.224V80.3582ZM724.045 72H725.687V80.5075H724.045V72ZM713 72H714.642V80.5075H713V72ZM729.269 80.3582H727.627V72H729.269V80.3582Z" fill="#2D5967"/>
|
||||
<path id="Vector_92" d="M734.642 82.4478H755.239V69.7612H734.642V82.4478ZM745.687 80.3582H744.045V72H745.687V80.3582ZM747.776 72H749.418V80.5075H747.776V72ZM741.955 80.3582H740.313V72H741.955V80.3582ZM753.149 80.3582H751.508V72H753.149V80.3582ZM736.731 72H738.373V80.5075H736.731V72Z" fill="#2D5967"/>
|
||||
<path id="Vector_93" d="M731.358 85.7314H710.761V98.418H731.358V85.7314ZM720.313 87.821H721.955V96.3285H720.313C720.313 96.1792 720.313 87.821 720.313 87.821ZM718.224 96.3285H716.582V87.821H718.224V96.3285ZM724.045 87.821H725.687V96.3285H724.045V87.821ZM713 87.821H714.642V96.3285H713V87.821ZM729.269 96.3285H727.627V87.821H729.269V96.3285Z" fill="#2D5967"/>
|
||||
<path id="Vector_94" d="M734.642 98.418H755.239V85.7314H734.642V98.418ZM745.687 96.3285H744.045V87.821H745.687V96.3285ZM747.776 87.821H749.418V96.3285H747.776V87.821ZM741.955 96.3285H740.313V87.821H741.955V96.3285ZM753.149 96.3285H751.508V87.821H753.149V96.3285ZM736.731 87.821H738.373V96.3285H736.731V87.821Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_11">
|
||||
<text id="IconLabel_11" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="691.375" y="139.816">Container 3 </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_12">
|
||||
<g id="OCI- Containers_10">
|
||||
<g id="Group_28">
|
||||
<g id="Group_29">
|
||||
<path id="Vector_95" d="M706.881 456.254C705.239 456.254 703.746 454.91 703.746 453.119V400.88C703.746 399.239 705.09 397.746 706.881 397.746H759.119C760.911 397.746 762.254 399.089 762.254 400.88V453.119C762.254 454.91 760.911 456.254 759.119 456.254H706.881Z" fill="white"/>
|
||||
<path id="Vector_96" d="M759.119 398.493C760.463 398.493 761.507 399.537 761.507 400.881V453.119C761.507 454.463 760.463 455.507 759.119 455.507H706.881C705.537 455.507 704.493 454.463 704.493 453.119V400.881C704.493 399.537 705.537 398.493 706.881 398.493H759.119ZM759.119 397H706.881C704.791 397 703 398.791 703 400.881V453.119C703 455.209 704.791 457 706.881 457H759.119C761.209 457 763 455.209 763 453.119V400.881C763 398.791 761.358 397 759.119 397Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_30">
|
||||
<path id="Vector_97" d="M759.12 398.493H706.881C705.537 398.493 704.493 399.537 704.493 400.881V453.12C704.493 454.463 705.537 455.508 706.881 455.508H759.12C760.463 455.508 761.508 454.463 761.508 453.12V400.881C761.508 399.537 760.463 398.493 759.12 398.493ZM759.418 453.12C759.418 453.269 759.269 453.418 759.12 453.418H706.881C706.731 453.418 706.582 453.269 706.582 453.12V400.881C706.582 400.731 706.731 400.582 706.881 400.582H759.12C759.269 400.582 759.418 400.731 759.418 400.881V453.12Z" fill="#2D5967"/>
|
||||
<path id="Vector_98" d="M710.761 448.94H755.239V436.254H710.761V448.94ZM713 438.343H753.149V446.851H713V438.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_99" d="M748.373 444.313C749.28 444.313 750.015 443.578 750.015 442.672C750.015 441.765 749.28 441.03 748.373 441.03C747.467 441.03 746.731 441.765 746.731 442.672C746.731 443.578 747.467 444.313 748.373 444.313Z" fill="#2D5967"/>
|
||||
<path id="Vector_100" d="M731.358 404.761H710.761V417.448H731.358V404.761ZM720.313 407H721.955V415.507H720.313C720.313 415.358 720.313 407 720.313 407ZM718.224 415.358H716.582V407H718.224V415.358ZM724.045 407H725.687V415.507H724.045V407ZM713 407H714.642V415.507H713V407ZM729.269 415.358H727.627V407H729.269V415.358Z" fill="#2D5967"/>
|
||||
<path id="Vector_101" d="M734.642 417.448H755.239V404.761H734.642V417.448ZM745.687 415.358H744.045V407H745.687V415.358ZM747.776 407H749.418V415.507H747.776V407ZM741.955 415.358H740.313V407H741.955V415.358ZM753.149 415.358H751.508V407H753.149V415.358ZM736.731 407H738.373V415.507H736.731V407Z" fill="#2D5967"/>
|
||||
<path id="Vector_102" d="M731.358 420.731H710.761V433.418H731.358V420.731ZM720.313 422.821H721.955V431.328H720.313C720.313 431.179 720.313 422.821 720.313 422.821ZM718.224 431.328H716.582V422.821H718.224V431.328ZM724.045 422.821H725.687V431.328H724.045V422.821ZM713 422.821H714.642V431.328H713V422.821ZM729.269 431.328H727.627V422.821H729.269V431.328Z" fill="#2D5967"/>
|
||||
<path id="Vector_103" d="M734.642 433.418H755.239V420.731H734.642V433.418ZM745.687 431.328H744.045V422.821H745.687V431.328ZM747.776 422.821H749.418V431.328H747.776V422.821ZM741.955 431.328H740.313V422.821H741.955V431.328ZM753.149 431.328H751.508V422.821H753.149V431.328ZM736.731 422.821H738.373V431.328H736.731V422.821Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_12">
|
||||
<text id="IconLabel_12" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="691.375" y="474.816">Container 3 </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_13">
|
||||
<g id="OCI-Services/Container-Engine-For-Kubernetes">
|
||||
<g id="Group_31">
|
||||
<g id="Group_32">
|
||||
<path id="Vector_104" d="M822.357 121.286C820.643 121.286 819.214 119.857 819.214 118.143V65.8572C819.214 64.1429 820.643 62.7144 822.357 62.7144H874.786C876.5 62.7144 877.929 64.1429 877.929 65.8572V118.286C877.929 120 876.5 121.429 874.786 121.429L822.357 121.286Z" fill="white"/>
|
||||
<path id="Vector_105" d="M874.643 63.4286C875.929 63.4286 877.071 64.5714 877.071 65.8571V118.286C877.071 119.571 875.929 120.714 874.643 120.714H822.357C821.071 120.571 819.929 119.429 819.929 118.143V65.8571C819.929 64.5714 821.071 63.4286 822.357 63.4286H874.643ZM874.643 62H822.357C820.214 62 818.5 63.7143 818.5 65.8571V118.286C818.5 120.286 820.214 122 822.357 122H874.786C876.929 122 878.643 120.286 878.643 118.143V65.8571C878.5 63.7143 876.786 62 874.643 62Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_33">
|
||||
<path id="Vector_106" d="M874.643 63.4287H822.357C821.071 63.4287 819.928 64.5716 819.928 65.8573V118.286C819.928 119.429 821.071 120.572 822.357 120.572H874.786C876.071 120.572 877.214 119.429 877.214 118.143V65.8573C877.071 64.5716 875.928 63.4287 874.643 63.4287ZM874.928 118.143C874.928 118.286 874.786 118.429 874.643 118.429H822.357C822.214 118.429 822.071 118.286 822.071 118.143V65.8573C822.071 65.7144 822.214 65.5716 822.357 65.5716H874.786C874.928 65.5716 875.071 65.7144 875.071 65.8573L874.928 118.143Z" fill="#2D5967"/>
|
||||
<path id="Vector_107" d="M847.643 69.7144H834.928V82.4286H847.643V69.7144ZM845.5 80.4286H837.071V71.8572H845.5V80.4286Z" fill="#2D5967"/>
|
||||
<path id="Vector_108" d="M861.928 69.7144H849.214V82.4286H861.928C861.786 82.4286 861.786 69.7144 861.928 69.7144ZM859.786 80.4286H851.357V71.8572H859.786V80.4286Z" fill="#2D5967"/>
|
||||
<path id="Vector_109" d="M844.214 86.1429H852.786V89.5714L854.786 90V84H842.214V90L844.214 89.5714V86.1429Z" fill="#2D5967"/>
|
||||
<path id="Vector_110" d="M858.5 86.1429H867.071V93.1429L869.071 93.5714V84H856.5V90.4286L858.5 91V86.1429Z" fill="#2D5967"/>
|
||||
<path id="Vector_111" d="M829.928 86.1429H838.5V91L840.5 90.4286V84H827.928V93.5714L829.928 93.1429V86.1429Z" fill="#2D5967"/>
|
||||
<path id="Vector_112" d="M848.5 90.1431L825.928 95.7145L826.214 96.7145C828.786 107 837.928 114.143 848.5 114.143C859.071 114.143 868.357 107 870.786 96.7145L871.071 95.7145L848.5 90.1431ZM847.5 92.5716V112C838.643 111.715 831.071 105.715 828.5 97.2859L847.5 92.5716ZM849.5 112V92.5716L868.5 97.2859C865.928 105.715 858.357 111.715 849.5 112Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_13">
|
||||
<text id="IconLabel_13" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="792.102" y="139.816">OCI Kubernetes</tspan></text>
|
||||
<text id="IconLabel_14" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="823.234" y="155.816">Engine</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_14">
|
||||
<g id="OCI-Services/Container-Engine-For-Kubernetes_2">
|
||||
<g id="Group_34">
|
||||
<g id="Group_35">
|
||||
<path id="Vector_113" d="M822.357 456.286C820.643 456.286 819.214 454.857 819.214 453.143V400.857C819.214 399.143 820.643 397.714 822.357 397.714H874.786C876.5 397.714 877.929 399.143 877.929 400.857V453.286C877.929 455 876.5 456.429 874.786 456.429L822.357 456.286Z" fill="white"/>
|
||||
<path id="Vector_114" d="M874.643 398.429C875.929 398.429 877.071 399.571 877.071 400.857V453.286C877.071 454.571 875.929 455.714 874.643 455.714H822.357C821.071 455.571 819.929 454.429 819.929 453.143V400.857C819.929 399.571 821.071 398.429 822.357 398.429H874.643ZM874.643 397H822.357C820.214 397 818.5 398.714 818.5 400.857V453.286C818.5 455.286 820.214 457 822.357 457H874.786C876.929 457 878.643 455.286 878.643 453.143V400.857C878.5 398.714 876.786 397 874.643 397Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_36">
|
||||
<path id="Vector_115" d="M874.643 398.429H822.357C821.071 398.429 819.928 399.572 819.928 400.857V453.286C819.928 454.429 821.071 455.572 822.357 455.572H874.786C876.071 455.572 877.214 454.429 877.214 453.143V400.857C877.071 399.572 875.928 398.429 874.643 398.429ZM874.928 453.143C874.928 453.286 874.786 453.429 874.643 453.429H822.357C822.214 453.429 822.071 453.286 822.071 453.143V400.857C822.071 400.714 822.214 400.572 822.357 400.572H874.786C874.928 400.572 875.071 400.714 875.071 400.857L874.928 453.143Z" fill="#2D5967"/>
|
||||
<path id="Vector_116" d="M847.643 404.714H834.928V417.429H847.643V404.714ZM845.5 415.429H837.071V406.857H845.5V415.429Z" fill="#2D5967"/>
|
||||
<path id="Vector_117" d="M861.928 404.714H849.214V417.429H861.928C861.786 417.429 861.786 404.714 861.928 404.714ZM859.786 415.429H851.357V406.857H859.786V415.429Z" fill="#2D5967"/>
|
||||
<path id="Vector_118" d="M844.214 421.143H852.786V424.571L854.786 425V419H842.214V425L844.214 424.571V421.143Z" fill="#2D5967"/>
|
||||
<path id="Vector_119" d="M858.5 421.143H867.071V428.143L869.071 428.571V419H856.5V425.429L858.5 426V421.143Z" fill="#2D5967"/>
|
||||
<path id="Vector_120" d="M829.928 421.143H838.5V426L840.5 425.429V419H827.928V428.571L829.928 428.143V421.143Z" fill="#2D5967"/>
|
||||
<path id="Vector_121" d="M848.5 425.143L825.928 430.714L826.214 431.714C828.786 442 837.928 449.143 848.5 449.143C859.071 449.143 868.357 442 870.786 431.714L871.071 430.714L848.5 425.143ZM847.5 427.572V447C838.643 446.715 831.071 440.715 828.5 432.286L847.5 427.572ZM849.5 447V427.572L868.5 432.286C865.928 440.715 858.357 446.715 849.5 447Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_14">
|
||||
<text id="IconLabel_15" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="792.102" y="474.816">OCI Kubernetes</tspan></text>
|
||||
<text id="IconLabel_16" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="823.234" y="490.816">Engine</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_15">
|
||||
<g id="pod-manager">
|
||||
<g id="Group_37">
|
||||
<g id="Group_38">
|
||||
<path id="Vector_122" d="M844.161 262.941L846.634 260.459L847.502 261.324V255.077L833.315 248.208V240.751H827.995L828.865 241.627L826.38 244.096L821.322 239L826.38 233.904L828.865 236.373L827.995 237.249H833.315V229.996L847.502 222.933V216.675L846.634 217.541L844.161 215.059L849.253 209.988L854.346 215.059L851.875 217.541L851.005 216.675V222.948L864.668 230.014V237.249H870.006L869.136 236.373L871.622 233.904L876.68 239L871.622 244.096L869.136 241.627L870.006 240.751H864.668V248.19L851.005 255.067V261.324L851.875 260.459L854.346 262.941L849.253 268.012L844.161 262.941Z" fill="white"/>
|
||||
<path id="Vector_123" d="M849.253 210.977L853.355 215.06L851.872 216.549L850.304 214.989V223.374L863.966 230.44V237.948H871.687L870.125 236.374L871.617 234.893L875.693 238.999L871.617 243.104L870.125 241.623L871.687 240.049H863.966V247.756L850.304 254.633V263.007L851.872 261.446L853.355 262.936L849.253 267.019L845.151 262.936L846.635 261.446L848.203 263.007V254.635L834.016 247.77V240.052H826.314L827.876 241.626L826.384 243.107L822.308 239.001L826.384 234.896L827.876 236.377L826.314 237.951H834.016V230.432L848.203 223.369V214.99L846.635 216.551L845.151 215.061L849.253 210.977ZM849.253 209L848.266 209.984L844.164 214.068L843.171 215.057L844.16 216.051L845.643 217.54L846.632 218.533L846.803 218.364V222.501L833.391 229.177L832.615 229.563V230.431V236.548H829.677L829.855 236.369L828.86 235.382L827.368 233.901L826.374 232.915L825.388 233.91L821.312 238.015L820.334 239L821.314 239.988L825.389 244.093L826.375 245.088L827.37 244.102L828.862 242.621L829.856 241.634L829.678 241.455H832.616V247.771V248.65L833.405 249.031L846.802 255.517V259.639L846.631 259.469L845.642 260.463L844.158 261.952L843.171 262.944L844.164 263.933L848.266 268.016L849.253 269L850.242 268.016L854.344 263.933L855.337 262.944L854.348 261.951L852.865 260.461L851.876 259.468L851.705 259.638V255.499L864.596 249.01L865.366 248.622V247.759V241.453H868.324L868.146 241.633L869.141 242.619L870.632 244.1L871.627 245.087L872.613 244.092L876.689 239.986L877.668 238.999L876.689 238.011L872.613 233.905L871.627 232.911L870.632 233.897L869.141 235.378L868.146 236.364L868.324 236.544H865.366V230.438V229.584L864.609 229.192L851.705 222.517V218.355L851.876 218.525L852.865 217.532L854.348 216.042L855.337 215.049L854.344 214.06L850.242 209.977L849.253 209Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_39">
|
||||
<path id="Vector_124" d="M834.016 230.43V247.769L849.271 255.156L863.967 247.758V230.441L849.266 222.837L834.016 230.43ZM860.603 231.069L849.253 236.742L837.456 231.065L849.246 225.196L860.603 231.069ZM836.117 232.753L848.211 238.574V252.306L836.117 246.451V232.753ZM850.312 252.277V238.563L861.864 232.788V246.462L850.312 252.277Z" fill="#2D5967"/>
|
||||
<path id="Vector_125" d="M850.305 263.01V256.869H848.203V263.01L846.635 261.449L845.153 262.94L849.254 267.023L853.357 262.94L851.873 261.449L850.305 263.01Z" fill="#2D5967"/>
|
||||
<path id="Vector_126" d="M848.203 214.99V221.131H850.305V214.99L851.873 216.551L853.357 215.06L849.254 210.977L845.153 215.06L846.635 216.551L848.203 214.99Z" fill="#2D5967"/>
|
||||
<path id="Vector_127" d="M871.618 234.895L870.126 236.376L871.688 237.949H865.543V240.051H871.688L870.126 241.624L871.618 243.105L875.692 239L871.618 234.895Z" fill="#2D5967"/>
|
||||
<path id="Vector_128" d="M827.876 236.376L826.384 234.895L822.309 239L826.384 243.105L827.876 241.624L826.314 240.051H832.44V237.949H826.314L827.876 236.376Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_15">
|
||||
<text id="IconLabel_17" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="821.438" y="286.816">Kubelet</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_16">
|
||||
<g id="pod-manager_2">
|
||||
<g id="Group_40">
|
||||
<g id="Group_41">
|
||||
<path id="Vector_129" d="M844.161 597.941L846.634 595.459L847.502 596.324V590.077L833.315 583.208V575.751H827.995L828.865 576.627L826.38 579.096L821.322 574L826.38 568.904L828.865 571.373L827.995 572.249H833.315V564.996L847.502 557.933V551.675L846.634 552.541L844.161 550.059L849.253 544.988L854.346 550.059L851.875 552.541L851.005 551.675V557.948L864.668 565.014V572.249H870.006L869.136 571.373L871.622 568.904L876.68 574L871.622 579.096L869.136 576.627L870.006 575.751H864.668V583.19L851.005 590.067V596.324L851.875 595.459L854.346 597.941L849.253 603.012L844.161 597.941Z" fill="white"/>
|
||||
<path id="Vector_130" d="M849.253 545.977L853.355 550.06L851.872 551.549L850.304 549.989V558.374L863.966 565.44V572.948H871.687L870.125 571.374L871.617 569.893L875.693 573.999L871.617 578.104L870.125 576.623L871.687 575.049H863.966V582.756L850.304 589.633V598.007L851.872 596.446L853.355 597.936L849.253 602.019L845.151 597.936L846.635 596.446L848.203 598.007V589.635L834.016 582.77V575.052H826.314L827.876 576.626L826.384 578.107L822.308 574.001L826.384 569.896L827.876 571.377L826.314 572.951H834.016V565.432L848.203 558.369V549.99L846.635 551.551L845.151 550.061L849.253 545.977ZM849.253 544L848.266 544.984L844.164 549.068L843.171 550.057L844.16 551.051L845.643 552.54L846.632 553.533L846.803 553.364V557.501L833.391 564.177L832.615 564.563V565.431V571.548H829.677L829.855 571.369L828.86 570.382L827.368 568.901L826.374 567.915L825.388 568.91L821.312 573.015L820.334 574L821.314 574.988L825.389 579.093L826.375 580.088L827.37 579.102L828.862 577.621L829.856 576.634L829.678 576.455H832.616V582.771V583.65L833.405 584.031L846.802 590.517V594.639L846.631 594.469L845.642 595.463L844.158 596.952L843.171 597.944L844.164 598.933L848.266 603.016L849.253 604L850.242 603.016L854.344 598.933L855.337 597.944L854.348 596.951L852.865 595.461L851.876 594.468L851.705 594.638V590.499L864.596 584.01L865.366 583.622V582.759V576.453H868.324L868.146 576.633L869.141 577.619L870.632 579.1L871.627 580.087L872.613 579.092L876.689 574.986L877.668 573.999L876.689 573.011L872.613 568.905L871.627 567.911L870.632 568.897L869.141 570.378L868.146 571.364L868.324 571.544H865.366V565.438V564.584L864.609 564.192L851.705 557.517V553.355L851.876 553.525L852.865 552.532L854.348 551.042L855.337 550.049L854.344 549.06L850.242 544.977L849.253 544Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_42">
|
||||
<path id="Vector_131" d="M834.016 565.43V582.769L849.271 590.156L863.967 582.758V565.441L849.266 557.837L834.016 565.43ZM860.603 566.069L849.253 571.742L837.456 566.065L849.246 560.196L860.603 566.069ZM836.117 567.753L848.211 573.574V587.306L836.117 581.451V567.753ZM850.312 587.277V573.563L861.864 567.788V581.462L850.312 587.277Z" fill="#2D5967"/>
|
||||
<path id="Vector_132" d="M850.305 598.01V591.869H848.203V598.01L846.635 596.449L845.153 597.94L849.254 602.023L853.357 597.94L851.873 596.449L850.305 598.01Z" fill="#2D5967"/>
|
||||
<path id="Vector_133" d="M848.203 549.99V556.131H850.305V549.99L851.873 551.551L853.357 550.06L849.254 545.977L845.153 550.06L846.635 551.551L848.203 549.99Z" fill="#2D5967"/>
|
||||
<path id="Vector_134" d="M871.618 569.895L870.126 571.376L871.688 572.949H865.543V575.051H871.688L870.126 576.624L871.618 578.105L875.692 574L871.618 569.895Z" fill="#2D5967"/>
|
||||
<path id="Vector_135" d="M827.876 571.376L826.384 569.895L822.309 574L826.384 578.105L827.876 576.624L826.314 575.051H832.44V572.949H826.314L827.876 571.376Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_16">
|
||||
<text id="IconLabel_18" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="821.438" y="621.816">Kubelet</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_17">
|
||||
<g id="Build-Configuration">
|
||||
<g id="Group 287">
|
||||
<path id="Vector_136" d="M948.086 268.286L947.3 261.143C946.729 260.943 946.171 260.7 945.614 260.443L940.029 264.915L929.543 254.472L934.071 248.886C933.814 248.329 933.571 247.772 933.371 247.2L926.229 246.415V231.586L933.371 230.8C933.571 230.229 933.814 229.672 934.071 229.115L929.543 223.529L940.029 213.043L945.614 217.572C946.171 217.315 946.729 217.072 947.3 216.872L948.086 209.729H962.914L963.7 216.872C964.271 217.072 964.829 217.315 965.386 217.572L970.971 213.1L981.457 223.586L976.929 229.115C977.186 229.672 977.429 230.229 977.629 230.8L984.771 231.586V246.415L977.629 247.2C977.429 247.772 977.186 248.329 976.929 248.886L981.4 254.472L970.914 264.958L965.386 260.429C964.829 260.686 964.271 260.929 963.7 261.129L962.914 268.272L948.086 268.286Z" fill="white"/>
|
||||
<path id="Vector_137" d="M962.271 210.429L963.043 217.329C963.88 217.622 964.7 217.96 965.5 218.343L970.929 214.057L980.514 223.643L976.229 229.071C976.611 229.867 976.949 230.682 977.243 231.514L984.143 232.286V245.829L977.243 246.6C976.924 247.419 976.562 248.22 976.157 249L980.443 254.429L970.914 264L965.486 259.714C964.69 260.096 963.875 260.435 963.043 260.729L962.271 267.571H948.729L947.957 260.671C947.12 260.378 946.3 260.04 945.5 259.657L940.071 263.943L930.5 254.414L934.786 248.986C934.404 248.19 934.065 247.375 933.771 246.543L926.929 245.771V232.229L933.829 231.457C934.122 230.62 934.46 229.8 934.843 229L930.557 223.571L940.086 214L945.514 218.286C946.31 217.904 947.125 217.565 947.957 217.271L948.729 210.429H962.271V210.429ZM963.557 209H947.443L947.3 210.271L946.629 216.3C946.329 216.414 946.014 216.543 945.714 216.686L940.986 212.886L939.986 212.086L939.071 213L929.5 222.571L928.586 223.486L929.386 224.486L933.186 229.214C933.043 229.514 932.914 229.829 932.8 230.129L926.771 230.8L925.5 230.943V247.057L926.771 247.2L932.8 247.871C932.914 248.171 933.043 248.486 933.186 248.786L929.386 253.514L928.586 254.514L929.5 255.429L939.071 265L939.986 265.914L940.986 265.114L945.714 261.314C946.014 261.457 946.329 261.586 946.629 261.7L947.3 267.729L947.443 269H963.557L963.7 267.729L964.371 261.7C964.671 261.586 964.986 261.457 965.286 261.314L970.014 265.114L971.014 265.9L971.929 265L981.5 255.429L982.414 254.514L981.614 253.514L977.814 248.786C977.957 248.486 978.086 248.171 978.2 247.871L984.229 247.2L985.5 247.057V230.943L984.229 230.8L978.2 230.129C978.086 229.829 977.957 229.514 977.814 229.214L981.614 224.486L982.414 223.486L981.5 222.571L971.929 213L971.014 212.1L970.014 212.886L965.286 216.686C964.986 216.543 964.671 216.414 964.371 216.3L963.7 210.271L963.557 209Z" fill="white"/>
|
||||
<path id="Vector_138" d="M984.071 245.772V232.229L977.171 231.458C976.878 230.621 976.54 229.801 976.157 229.001L980.443 223.572L970.914 214.001L965.486 218.286C964.69 217.904 963.875 217.566 963.043 217.272L962.271 210.429H948.728L947.957 217.329C947.12 217.622 946.3 217.961 945.5 218.343L940.071 214.058L930.5 223.586L934.786 229.015C934.404 229.81 934.065 230.626 933.771 231.458L926.928 232.229V245.772L933.828 246.543C934.122 247.38 934.46 248.201 934.843 249.001L930.557 254.429L940.143 264.015L945.571 259.729C946.367 260.111 947.182 260.45 948.014 260.743L948.728 267.572H962.271L963.043 260.672C963.88 260.379 964.7 260.04 965.5 259.658L970.928 263.943L980.514 254.358L976.228 248.929C976.61 248.134 976.949 247.318 977.243 246.486L984.071 245.772ZM977.943 254.343L970.8 261.486L965.743 257.443L965.2 257.729C964.142 258.297 963.038 258.775 961.9 259.158L961.314 259.358L960.6 265.786H950.457L949.743 259.358L949.128 259.001C947.99 258.618 946.886 258.14 945.828 257.572L945.286 257.286L940.228 261.329L933.086 254.186L937.128 249.129L936.843 248.586C936.275 247.528 935.797 246.424 935.414 245.286L935.214 244.701L928.786 243.986V233.843L935.214 233.129L935.5 232.629C935.883 231.491 936.361 230.387 936.928 229.329L937.214 228.786L933.057 223.729L940.2 216.586L945.257 220.629L945.8 220.343C946.858 219.776 947.962 219.298 949.1 218.915L949.786 218.758L950.5 212.329H960.643L961.357 218.758L961.943 218.958C963.081 219.341 964.185 219.819 965.243 220.386L965.786 220.672L970.843 216.629L977.986 223.772L973.943 228.829L974.228 229.372C974.796 230.43 975.274 231.534 975.657 232.672L975.857 233.258L982.286 233.972V244.115L975.857 244.829L975.657 245.415C975.274 246.553 974.796 247.657 974.228 248.715L973.943 249.258L977.943 254.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_139" d="M952.957 243.286L950.643 245.643L950.014 246.271L950.571 246.9L943.557 253.9L940.543 250.429L948.357 244.3L948.943 244.943L949.643 244.357L952.014 242.371L950.586 241.057L948.9 242.486C948.614 242.382 948.306 242.354 948.005 242.404C947.705 242.454 947.423 242.581 947.186 242.771L939.257 249C939.065 249.155 938.908 249.347 938.794 249.566C938.681 249.785 938.615 250.025 938.6 250.271C938.585 250.506 938.618 250.74 938.696 250.961C938.775 251.182 938.898 251.385 939.057 251.557L942.229 255.229C942.392 255.408 942.591 255.552 942.812 255.653C943.033 255.753 943.272 255.808 943.514 255.814V255.814C943.969 255.812 944.404 255.633 944.729 255.314L951.871 248.171C952.096 247.953 952.261 247.681 952.351 247.381C952.441 247.081 952.453 246.763 952.386 246.457L954.257 244.571L952.957 243.286Z" fill="#2D5967"/>
|
||||
<path id="Vector_140" d="M964.971 235.086L966.657 236.829C966.634 237.055 966.658 237.283 966.727 237.499C966.795 237.715 966.908 237.915 967.057 238.086L968.357 239.643C968.497 239.81 968.669 239.948 968.863 240.049C969.057 240.149 969.268 240.21 969.486 240.229H969.586C969.94 240.228 970.281 240.096 970.543 239.858L974.443 236.358C974.587 236.214 974.701 236.044 974.779 235.856C974.857 235.669 974.897 235.468 974.897 235.265C974.897 235.062 974.857 234.861 974.779 234.673C974.701 234.485 974.587 234.315 974.443 234.172L973.014 232.6C972.874 232.434 972.702 232.298 972.508 232.2C972.314 232.101 972.103 232.043 971.886 232.029H971.771C970.771 230.943 968.014 227.943 965.629 225.186C964.948 224.421 964.03 223.907 963.023 223.726C962.015 223.544 960.976 223.706 960.071 224.186C958.929 224.715 954.943 226.143 954.914 226.143L953.057 226.829C953.199 227.181 953.314 227.544 953.4 227.915L955.214 227.986C955.214 227.986 958.757 228.115 960.229 228.329C960.453 228.347 960.671 228.412 960.868 228.52C961.065 228.629 961.236 228.778 961.371 228.958C961.515 229.284 961.589 229.637 961.589 229.993C961.589 230.35 961.515 230.703 961.371 231.029C960.188 232.449 958.877 233.759 957.457 234.943L958.886 236.272C962.9 232.629 963.171 231.872 963.3 231.415C963.514 230.839 963.598 230.222 963.546 229.61C963.494 228.997 963.308 228.404 963 227.872C962.716 227.469 962.347 227.133 961.921 226.887C961.494 226.64 961.019 226.489 960.529 226.443L959.786 226.415L960.957 225.972C962.457 225.415 963.457 225.329 964.414 226.429C966.629 229 969.171 231.772 970.343 233.043L970.071 233.286L967.857 235.286L966.357 233.743C965.92 233.33 965.344 233.095 964.743 233.086C964.271 233.086 963.771 233.086 959.543 236.986L960.971 238.315C962.177 237.109 963.477 236.001 964.857 235C964.899 235.024 964.937 235.053 964.971 235.086V235.086ZM972.929 235.2L969.643 238.158L968.686 237.058L971.971 234.086L972.929 235.2Z" fill="#2D5967"/>
|
||||
<path id="Vector_141" d="M966.343 245.571C963.557 242.886 957.771 237.3 955.057 234.728L953.986 233.714C953.019 232.475 952.416 230.991 952.243 229.428C952.026 227.593 951.202 225.883 949.9 224.571C948.85 223.774 947.615 223.257 946.31 223.07C945.006 222.882 943.675 223.03 942.443 223.5C942.186 223.584 941.95 223.719 941.748 223.899C941.547 224.078 941.384 224.298 941.271 224.543C941.189 224.79 941.194 225.058 941.285 225.302C941.376 225.547 941.548 225.752 941.771 225.886L945.871 228.328C945.989 228.405 946.075 228.522 946.114 228.657V228.657V228.743C945.972 229.261 945.765 229.76 945.5 230.228C945.246 230.821 944.848 231.342 944.343 231.743C944.219 231.791 944.081 231.791 943.957 231.743L940.086 229.428C939.828 229.27 939.518 229.22 939.223 229.289C938.929 229.359 938.674 229.543 938.514 229.8C938.282 230.238 938.211 230.744 938.314 231.228C938.59 232.761 939.351 234.163 940.486 235.228C941.734 236.388 943.368 237.044 945.071 237.071C946.824 236.939 948.565 237.446 949.971 238.5L950.829 239.314L950.9 239.386C953.514 241.857 959.186 247.343 961.914 249.971L963.186 251.214C963.19 251.83 963.318 252.439 963.564 253.003C963.809 253.568 964.167 254.077 964.614 254.5C965.446 255.294 966.55 255.739 967.7 255.743H967.857C968.452 255.728 969.038 255.593 969.58 255.348C970.123 255.103 970.61 254.751 971.014 254.314C971.83 253.426 972.265 252.254 972.225 251.049C972.184 249.844 971.673 248.703 970.8 247.871C970.35 247.447 969.816 247.12 969.234 246.911C968.651 246.702 968.032 246.616 967.414 246.657L966.343 245.571ZM969.443 249.171C969.956 249.657 970.257 250.325 970.281 251.031C970.305 251.737 970.05 252.424 969.571 252.943C969.341 253.196 969.061 253.4 968.749 253.542C968.437 253.685 968.1 253.763 967.757 253.771C967.414 253.785 967.072 253.731 966.751 253.611C966.429 253.49 966.135 253.307 965.886 253.071C965.59 252.789 965.362 252.443 965.221 252.059C965.08 251.675 965.029 251.264 965.071 250.857V250.386L964.729 250.071L963.143 248.543C960.414 245.914 954.743 240.428 952.129 237.943L952.043 237.871L951.214 237.071C949.535 235.745 947.438 235.061 945.3 235.143H944.943C943.745 235.088 942.604 234.618 941.714 233.814C941.126 233.253 940.668 232.571 940.371 231.814L942.914 233.343C943.255 233.54 943.64 233.65 944.034 233.662C944.428 233.675 944.819 233.59 945.171 233.414C946.028 232.845 946.702 232.042 947.114 231.1C947.592 230.355 947.891 229.509 947.986 228.628C947.968 228.231 947.852 227.844 947.647 227.502C947.443 227.16 947.157 226.875 946.814 226.671L943.957 224.971C944.744 224.81 945.556 224.811 946.342 224.976C947.128 225.14 947.873 225.465 948.529 225.929C949.515 226.947 950.138 228.263 950.3 229.671C950.516 231.676 951.333 233.568 952.643 235.1L953.7 236.114C956.414 238.671 962.414 244.471 964.971 246.943C965.757 247.7 966.271 248.186 966.329 248.257L966.686 248.586L967.157 248.5C967.564 248.419 967.984 248.438 968.382 248.555C968.781 248.672 969.144 248.883 969.443 249.171V249.171Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_17">
|
||||
<text id="IconLabel_19" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="913.391" y="286.816">Kube-proxy</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_18">
|
||||
<g id="Build-Configuration_2">
|
||||
<g id="Group 287_2">
|
||||
<path id="Vector_142" d="M948.086 603.286L947.3 596.143C946.729 595.943 946.171 595.7 945.614 595.443L940.029 599.915L929.543 589.472L934.071 583.886C933.814 583.329 933.571 582.772 933.371 582.2L926.229 581.415V566.586L933.371 565.8C933.571 565.229 933.814 564.672 934.071 564.115L929.543 558.529L940.029 548.043L945.614 552.572C946.171 552.315 946.729 552.072 947.3 551.872L948.086 544.729H962.914L963.7 551.872C964.271 552.072 964.829 552.315 965.386 552.572L970.971 548.1L981.457 558.586L976.929 564.115C977.186 564.672 977.429 565.229 977.629 565.8L984.771 566.586V581.415L977.629 582.2C977.429 582.772 977.186 583.329 976.929 583.886L981.4 589.472L970.914 599.958L965.386 595.429C964.829 595.686 964.271 595.929 963.7 596.129L962.914 603.272L948.086 603.286Z" fill="white"/>
|
||||
<path id="Vector_143" d="M962.271 545.429L963.043 552.329C963.88 552.622 964.7 552.96 965.5 553.343L970.929 549.057L980.514 558.643L976.229 564.071C976.611 564.867 976.949 565.682 977.243 566.514L984.143 567.286V580.829L977.243 581.6C976.924 582.419 976.562 583.22 976.157 584L980.443 589.429L970.914 599L965.486 594.714C964.69 595.096 963.875 595.435 963.043 595.729L962.271 602.571H948.729L947.957 595.671C947.12 595.378 946.3 595.04 945.5 594.657L940.071 598.943L930.5 589.414L934.786 583.986C934.404 583.19 934.065 582.375 933.771 581.543L926.929 580.771V567.229L933.829 566.457C934.122 565.62 934.46 564.8 934.843 564L930.557 558.571L940.086 549L945.514 553.286C946.31 552.904 947.125 552.565 947.957 552.271L948.729 545.429H962.271V545.429ZM963.557 544H947.443L947.3 545.271L946.629 551.3C946.329 551.414 946.014 551.543 945.714 551.686L940.986 547.886L939.986 547.086L939.071 548L929.5 557.571L928.586 558.486L929.386 559.486L933.186 564.214C933.043 564.514 932.914 564.829 932.8 565.129L926.771 565.8L925.5 565.943V582.057L926.771 582.2L932.8 582.871C932.914 583.171 933.043 583.486 933.186 583.786L929.386 588.514L928.586 589.514L929.5 590.429L939.071 600L939.986 600.914L940.986 600.114L945.714 596.314C946.014 596.457 946.329 596.586 946.629 596.7L947.3 602.729L947.443 604H963.557L963.7 602.729L964.371 596.7C964.671 596.586 964.986 596.457 965.286 596.314L970.014 600.114L971.014 600.9L971.929 600L981.5 590.429L982.414 589.514L981.614 588.514L977.814 583.786C977.957 583.486 978.086 583.171 978.2 582.871L984.229 582.2L985.5 582.057V565.943L984.229 565.8L978.2 565.129C978.086 564.829 977.957 564.514 977.814 564.214L981.614 559.486L982.414 558.486L981.5 557.571L971.929 548L971.014 547.1L970.014 547.886L965.286 551.686C964.986 551.543 964.671 551.414 964.371 551.3L963.7 545.271L963.557 544Z" fill="white"/>
|
||||
<path id="Vector_144" d="M984.071 580.772V567.229L977.171 566.458C976.878 565.621 976.54 564.801 976.157 564.001L980.443 558.572L970.914 549.001L965.486 553.286C964.69 552.904 963.875 552.566 963.043 552.272L962.271 545.429H948.728L947.957 552.329C947.12 552.622 946.3 552.961 945.5 553.343L940.071 549.058L930.5 558.586L934.786 564.015C934.404 564.81 934.065 565.626 933.771 566.458L926.928 567.229V580.772L933.828 581.543C934.122 582.38 934.46 583.201 934.843 584.001L930.557 589.429L940.143 599.015L945.571 594.729C946.367 595.111 947.182 595.45 948.014 595.743L948.728 602.572H962.271L963.043 595.672C963.88 595.379 964.7 595.04 965.5 594.658L970.928 598.943L980.514 589.358L976.228 583.929C976.61 583.134 976.949 582.318 977.243 581.486L984.071 580.772ZM977.943 589.343L970.8 596.486L965.743 592.443L965.2 592.729C964.142 593.297 963.038 593.775 961.9 594.158L961.314 594.358L960.6 600.786H950.457L949.743 594.358L949.128 594.001C947.99 593.618 946.886 593.14 945.828 592.572L945.286 592.286L940.228 596.329L933.086 589.186L937.128 584.129L936.843 583.586C936.275 582.528 935.797 581.424 935.414 580.286L935.214 579.701L928.786 578.986V568.843L935.214 568.129L935.5 567.629C935.883 566.491 936.361 565.387 936.928 564.329L937.214 563.786L933.057 558.729L940.2 551.586L945.257 555.629L945.8 555.343C946.858 554.776 947.962 554.298 949.1 553.915L949.786 553.758L950.5 547.329H960.643L961.357 553.758L961.943 553.958C963.081 554.341 964.185 554.819 965.243 555.386L965.786 555.672L970.843 551.629L977.986 558.772L973.943 563.829L974.228 564.372C974.796 565.43 975.274 566.534 975.657 567.672L975.857 568.258L982.286 568.972V579.115L975.857 579.829L975.657 580.415C975.274 581.553 974.796 582.657 974.228 583.715L973.943 584.258L977.943 589.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_145" d="M952.957 578.286L950.643 580.643L950.014 581.271L950.571 581.9L943.557 588.9L940.543 585.429L948.357 579.3L948.943 579.943L949.643 579.357L952.014 577.371L950.586 576.057L948.9 577.486C948.614 577.382 948.306 577.354 948.005 577.404C947.705 577.454 947.423 577.581 947.186 577.771L939.257 584C939.065 584.155 938.908 584.347 938.794 584.566C938.681 584.785 938.615 585.025 938.6 585.271C938.585 585.506 938.618 585.74 938.696 585.961C938.775 586.182 938.898 586.385 939.057 586.557L942.229 590.229C942.392 590.408 942.591 590.552 942.812 590.653C943.033 590.753 943.272 590.808 943.514 590.814V590.814C943.969 590.812 944.404 590.633 944.729 590.314L951.871 583.171C952.096 582.953 952.261 582.681 952.351 582.381C952.441 582.081 952.453 581.763 952.386 581.457L954.257 579.571L952.957 578.286Z" fill="#2D5967"/>
|
||||
<path id="Vector_146" d="M964.971 570.086L966.657 571.829C966.634 572.055 966.658 572.283 966.727 572.499C966.795 572.715 966.908 572.915 967.057 573.086L968.357 574.643C968.497 574.81 968.669 574.948 968.863 575.049C969.057 575.149 969.268 575.21 969.486 575.229H969.586C969.94 575.228 970.281 575.096 970.543 574.858L974.443 571.358C974.587 571.214 974.701 571.044 974.779 570.856C974.857 570.669 974.897 570.468 974.897 570.265C974.897 570.062 974.857 569.861 974.779 569.673C974.701 569.485 974.587 569.315 974.443 569.172L973.014 567.6C972.874 567.434 972.702 567.298 972.508 567.2C972.314 567.101 972.103 567.043 971.886 567.029H971.771C970.771 565.943 968.014 562.943 965.629 560.186C964.948 559.421 964.03 558.907 963.023 558.726C962.015 558.544 960.976 558.706 960.071 559.186C958.929 559.715 954.943 561.143 954.914 561.143L953.057 561.829C953.199 562.181 953.314 562.544 953.4 562.915L955.214 562.986C955.214 562.986 958.757 563.115 960.229 563.329C960.453 563.347 960.671 563.412 960.868 563.52C961.065 563.629 961.236 563.778 961.371 563.958C961.515 564.284 961.589 564.637 961.589 564.993C961.589 565.35 961.515 565.703 961.371 566.029C960.188 567.449 958.877 568.759 957.457 569.943L958.886 571.272C962.9 567.629 963.171 566.872 963.3 566.415C963.514 565.839 963.598 565.222 963.546 564.61C963.494 563.997 963.308 563.404 963 562.872C962.716 562.469 962.347 562.133 961.921 561.887C961.494 561.64 961.019 561.489 960.529 561.443L959.786 561.415L960.957 560.972C962.457 560.415 963.457 560.329 964.414 561.429C966.629 564 969.171 566.772 970.343 568.043L970.071 568.286L967.857 570.286L966.357 568.743C965.92 568.33 965.344 568.095 964.743 568.086C964.271 568.086 963.771 568.086 959.543 571.986L960.971 573.315C962.177 572.109 963.477 571.001 964.857 570C964.899 570.024 964.937 570.053 964.971 570.086V570.086ZM972.929 570.2L969.643 573.158L968.686 572.058L971.971 569.086L972.929 570.2Z" fill="#2D5967"/>
|
||||
<path id="Vector_147" d="M966.343 580.571C963.557 577.886 957.771 572.3 955.057 569.728L953.986 568.714C953.019 567.475 952.416 565.991 952.243 564.428C952.026 562.593 951.202 560.883 949.9 559.571C948.85 558.774 947.615 558.257 946.31 558.07C945.006 557.882 943.675 558.03 942.443 558.5C942.186 558.584 941.95 558.719 941.748 558.899C941.547 559.078 941.384 559.298 941.271 559.543C941.189 559.79 941.194 560.058 941.285 560.302C941.376 560.547 941.548 560.752 941.771 560.886L945.871 563.328C945.989 563.405 946.075 563.522 946.114 563.657V563.657V563.743C945.972 564.261 945.765 564.76 945.5 565.228C945.246 565.821 944.848 566.342 944.343 566.743C944.219 566.791 944.081 566.791 943.957 566.743L940.086 564.428C939.828 564.27 939.518 564.22 939.223 564.289C938.929 564.359 938.674 564.543 938.514 564.8C938.282 565.238 938.211 565.744 938.314 566.228C938.59 567.761 939.351 569.163 940.486 570.228C941.734 571.388 943.368 572.044 945.071 572.071C946.824 571.939 948.565 572.446 949.971 573.5L950.829 574.314L950.9 574.386C953.514 576.857 959.186 582.343 961.914 584.971L963.186 586.214C963.19 586.83 963.318 587.439 963.564 588.003C963.809 588.568 964.167 589.077 964.614 589.5C965.446 590.294 966.55 590.739 967.7 590.743H967.857C968.452 590.728 969.038 590.593 969.58 590.348C970.123 590.103 970.61 589.751 971.014 589.314C971.83 588.426 972.265 587.254 972.225 586.049C972.184 584.844 971.673 583.703 970.8 582.871C970.35 582.447 969.816 582.12 969.234 581.911C968.651 581.702 968.032 581.616 967.414 581.657L966.343 580.571ZM969.443 584.171C969.956 584.657 970.257 585.325 970.281 586.031C970.305 586.737 970.05 587.424 969.571 587.943C969.341 588.196 969.061 588.4 968.749 588.542C968.437 588.685 968.1 588.763 967.757 588.771C967.414 588.785 967.072 588.731 966.751 588.611C966.429 588.49 966.135 588.307 965.886 588.071C965.59 587.789 965.362 587.443 965.221 587.059C965.08 586.675 965.029 586.264 965.071 585.857V585.386L964.729 585.071L963.143 583.543C960.414 580.914 954.743 575.428 952.129 572.943L952.043 572.871L951.214 572.071C949.535 570.745 947.438 570.061 945.3 570.143H944.943C943.745 570.088 942.604 569.618 941.714 568.814C941.126 568.253 940.668 567.571 940.371 566.814L942.914 568.343C943.255 568.54 943.64 568.65 944.034 568.662C944.428 568.675 944.819 568.59 945.171 568.414C946.028 567.845 946.702 567.042 947.114 566.1C947.592 565.355 947.891 564.509 947.986 563.628C947.968 563.231 947.852 562.844 947.647 562.502C947.443 562.16 947.157 561.875 946.814 561.671L943.957 559.971C944.744 559.81 945.556 559.811 946.342 559.976C947.128 560.14 947.873 560.465 948.529 560.929C949.515 561.947 950.138 563.263 950.3 564.671C950.516 566.676 951.333 568.568 952.643 570.1L953.7 571.114C956.414 573.671 962.414 579.471 964.971 581.943C965.757 582.7 966.271 583.186 966.329 583.257L966.686 583.586L967.157 583.5C967.564 583.419 967.984 583.438 968.382 583.555C968.781 583.672 969.144 583.883 969.443 584.171V584.171Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_18">
|
||||
<text id="IconLabel_20" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="913.391" y="621.816">Kube-proxy</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_19">
|
||||
<g id="OCI- Containers_11">
|
||||
<g id="Group_43">
|
||||
<g id="Group_44">
|
||||
<path id="Vector_148" d="M706.881 268.254C705.239 268.254 703.746 266.91 703.746 265.119V212.88C703.746 211.239 705.09 209.746 706.881 209.746H759.119C760.911 209.746 762.254 211.089 762.254 212.88V265.119C762.254 266.91 760.911 268.254 759.119 268.254H706.881Z" fill="white"/>
|
||||
<path id="Vector_149" d="M759.119 210.493C760.463 210.493 761.507 211.537 761.507 212.881V265.119C761.507 266.463 760.463 267.507 759.119 267.507H706.881C705.537 267.507 704.493 266.463 704.493 265.119V212.881C704.493 211.537 705.537 210.493 706.881 210.493H759.119ZM759.119 209H706.881C704.791 209 703 210.791 703 212.881V265.119C703 267.209 704.791 269 706.881 269H759.119C761.209 269 763 267.209 763 265.119V212.881C763 210.791 761.358 209 759.119 209Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_45">
|
||||
<path id="Vector_150" d="M759.12 210.493H706.881C705.537 210.493 704.493 211.537 704.493 212.881V265.12C704.493 266.463 705.537 267.508 706.881 267.508H759.12C760.463 267.508 761.508 266.463 761.508 265.12V212.881C761.508 211.537 760.463 210.493 759.12 210.493ZM759.418 265.12C759.418 265.269 759.269 265.418 759.12 265.418H706.881C706.731 265.418 706.582 265.269 706.582 265.12V212.881C706.582 212.731 706.731 212.582 706.881 212.582H759.12C759.269 212.582 759.418 212.731 759.418 212.881V265.12Z" fill="#2D5967"/>
|
||||
<path id="Vector_151" d="M710.761 260.94H755.239V248.254H710.761V260.94ZM713 250.343H753.149V258.851H713V250.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_152" d="M748.373 256.313C749.28 256.313 750.015 255.578 750.015 254.672C750.015 253.765 749.28 253.03 748.373 253.03C747.467 253.03 746.731 253.765 746.731 254.672C746.731 255.578 747.467 256.313 748.373 256.313Z" fill="#2D5967"/>
|
||||
<path id="Vector_153" d="M731.358 216.761H710.761V229.448H731.358V216.761ZM720.313 219H721.955V227.507H720.313C720.313 227.358 720.313 219 720.313 219ZM718.224 227.358H716.582V219H718.224V227.358ZM724.045 219H725.687V227.507H724.045V219ZM713 219H714.642V227.507H713V219ZM729.269 227.358H727.627V219H729.269V227.358Z" fill="#2D5967"/>
|
||||
<path id="Vector_154" d="M734.642 229.448H755.239V216.761H734.642V229.448ZM745.687 227.358H744.045V219H745.687V227.358ZM747.776 219H749.418V227.507H747.776V219ZM741.955 227.358H740.313V219H741.955V227.358ZM753.149 227.358H751.508V219H753.149V227.358ZM736.731 219H738.373V227.507H736.731V219Z" fill="#2D5967"/>
|
||||
<path id="Vector_155" d="M731.358 232.731H710.761V245.418H731.358V232.731ZM720.313 234.821H721.955V243.328H720.313C720.313 243.179 720.313 234.821 720.313 234.821ZM718.224 243.328H716.582V234.821H718.224V243.328ZM724.045 234.821H725.687V243.328H724.045V234.821ZM713 234.821H714.642V243.328H713V234.821ZM729.269 243.328H727.627V234.821H729.269V243.328Z" fill="#2D5967"/>
|
||||
<path id="Vector_156" d="M734.642 245.418H755.239V232.731H734.642V245.418ZM745.687 243.328H744.045V234.821H745.687V243.328ZM747.776 234.821H749.418V243.328H747.776V234.821ZM741.955 243.328H740.313V234.821H741.955V243.328ZM753.149 243.328H751.508V234.821H753.149V243.328ZM736.731 234.821H738.373V243.328H736.731V234.821Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_19">
|
||||
<text id="IconLabel_21" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="691.375" y="286.816">Container 3 </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_20">
|
||||
<g id="OCI- Containers_12">
|
||||
<g id="Group_46">
|
||||
<g id="Group_47">
|
||||
<path id="Vector_157" d="M706.881 603.254C705.239 603.254 703.746 601.91 703.746 600.119V547.88C703.746 546.239 705.09 544.746 706.881 544.746H759.119C760.911 544.746 762.254 546.089 762.254 547.88V600.119C762.254 601.91 760.911 603.254 759.119 603.254H706.881Z" fill="white"/>
|
||||
<path id="Vector_158" d="M759.119 545.493C760.463 545.493 761.507 546.537 761.507 547.881V600.119C761.507 601.463 760.463 602.507 759.119 602.507H706.881C705.537 602.507 704.493 601.463 704.493 600.119V547.881C704.493 546.537 705.537 545.493 706.881 545.493H759.119ZM759.119 544H706.881C704.791 544 703 545.791 703 547.881V600.119C703 602.209 704.791 604 706.881 604H759.119C761.209 604 763 602.209 763 600.119V547.881C763 545.791 761.358 544 759.119 544Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_48">
|
||||
<path id="Vector_159" d="M759.12 545.493H706.881C705.537 545.493 704.493 546.537 704.493 547.881V600.12C704.493 601.463 705.537 602.508 706.881 602.508H759.12C760.463 602.508 761.508 601.463 761.508 600.12V547.881C761.508 546.537 760.463 545.493 759.12 545.493ZM759.418 600.12C759.418 600.269 759.269 600.418 759.12 600.418H706.881C706.731 600.418 706.582 600.269 706.582 600.12V547.881C706.582 547.731 706.731 547.582 706.881 547.582H759.12C759.269 547.582 759.418 547.731 759.418 547.881V600.12Z" fill="#2D5967"/>
|
||||
<path id="Vector_160" d="M710.761 595.94H755.239V583.254H710.761V595.94ZM713 585.343H753.149V593.851H713V585.343Z" fill="#2D5967"/>
|
||||
<path id="Vector_161" d="M748.373 591.313C749.28 591.313 750.015 590.578 750.015 589.672C750.015 588.765 749.28 588.03 748.373 588.03C747.467 588.03 746.731 588.765 746.731 589.672C746.731 590.578 747.467 591.313 748.373 591.313Z" fill="#2D5967"/>
|
||||
<path id="Vector_162" d="M731.358 551.761H710.761V564.448H731.358V551.761ZM720.313 554H721.955V562.507H720.313C720.313 562.358 720.313 554 720.313 554ZM718.224 562.358H716.582V554H718.224V562.358ZM724.045 554H725.687V562.507H724.045V554ZM713 554H714.642V562.507H713V554ZM729.269 562.358H727.627V554H729.269V562.358Z" fill="#2D5967"/>
|
||||
<path id="Vector_163" d="M734.642 564.448H755.239V551.761H734.642V564.448ZM745.687 562.358H744.045V554H745.687V562.358ZM747.776 554H749.418V562.507H747.776V554ZM741.955 562.358H740.313V554H741.955V562.358ZM753.149 562.358H751.508V554H753.149V562.358ZM736.731 554H738.373V562.507H736.731V554Z" fill="#2D5967"/>
|
||||
<path id="Vector_164" d="M731.358 567.731H710.761V580.418H731.358V567.731ZM720.313 569.821H721.955V578.328H720.313C720.313 578.179 720.313 569.821 720.313 569.821ZM718.224 578.328H716.582V569.821H718.224V578.328ZM724.045 569.821H725.687V578.328H724.045V569.821ZM713 569.821H714.642V578.328H713V569.821ZM729.269 578.328H727.627V569.821H729.269V578.328Z" fill="#2D5967"/>
|
||||
<path id="Vector_165" d="M734.642 580.418H755.239V567.731H734.642V580.418ZM745.687 578.328H744.045V569.821H745.687V578.328ZM747.776 569.821H749.418V578.328H747.776V569.821ZM741.955 578.328H740.313V569.821H741.955V578.328ZM753.149 578.328H751.508V569.821H753.149V578.328ZM736.731 569.821H738.373V578.328H736.731V569.821Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_20">
|
||||
<text id="IconLabel_22" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="691.375" y="621.816">Container 3 </tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<path id="Vector 45" d="M60 235H84V428H60" stroke="#312D2A" stroke-width="2"/>
|
||||
<path id="Vector 48" d="M489 175H465V506H489" stroke="#312D2A" stroke-width="2"/>
|
||||
<path id="Vector 46" d="M84 330H108" stroke="#312D2A" stroke-width="2"/>
|
||||
<path id="Vector 47" d="M441 330H465" stroke="#312D2A" stroke-width="2"/>
|
||||
<g id="Icon Master_21">
|
||||
<g id="Memory Store">
|
||||
<g id="Group 840">
|
||||
<path id="Vector_166" d="M387.606 342.988C385.093 342.988 372.532 342.775 372.532 338.274V330.32C372.526 330.274 372.526 330.227 372.532 330.181C372.525 330.103 372.525 330.024 372.532 329.946C372.555 329.47 372.698 329.007 372.946 328.6C373.195 328.193 373.541 327.854 373.954 327.615C373.547 327.391 373.203 327.068 372.955 326.675C372.706 326.283 372.561 325.834 372.532 325.37V317.417C372.526 317.37 372.526 317.324 372.532 317.278C372.528 317.224 372.528 317.171 372.532 317.117C372.554 316.642 372.696 316.18 372.945 315.775C373.193 315.369 373.541 315.033 373.954 314.797C373.537 314.563 373.187 314.226 372.938 313.818C372.689 313.41 372.549 312.945 372.532 312.467V304.513C372.527 304.467 372.527 304.42 372.532 304.374C372.527 304.31 372.527 304.246 372.532 304.182C372.532 299.585 385.093 299.36 387.606 299.36C390.118 299.36 402.68 299.585 402.68 304.182C402.685 304.246 402.685 304.31 402.68 304.374C402.685 304.42 402.685 304.467 402.68 304.513V312.467C402.658 312.937 402.517 313.393 402.27 313.793C402.023 314.194 401.678 314.524 401.268 314.755C401.686 314.994 402.036 315.338 402.283 315.751C402.53 316.165 402.666 316.635 402.68 317.117C402.685 317.185 402.685 317.253 402.68 317.32C402.685 317.366 402.685 317.413 402.68 317.459V320.549H403.235V316.668C403.229 316.593 403.229 316.518 403.235 316.444C403.23 316.373 403.23 316.301 403.235 316.23C403.235 313.985 408.581 312.755 413.808 312.52H413.969H414.728H415.711H417.037L419.036 309.367H414.76L429.727 297.179L423.954 306.181H428.337L420.287 312.713L420.96 312.788L422.03 312.948L422.724 313.065L423.131 313.14C425.493 313.632 428.305 314.551 428.305 316.23C428.311 316.29 428.311 316.351 428.305 316.412C428.31 316.497 428.31 316.583 428.305 316.668V316.829C428.308 316.868 428.308 316.907 428.305 316.946V325.499C428.305 329.315 418.683 329.615 415.765 329.615C412.846 329.615 403.235 329.315 403.235 325.499V323.425H402.68V325.37C402.658 325.839 402.517 326.294 402.27 326.693C402.023 327.091 401.678 327.42 401.268 327.647C401.675 327.884 402.017 328.218 402.264 328.619C402.51 329.02 402.653 329.476 402.68 329.946C402.685 330.014 402.685 330.081 402.68 330.149C402.685 330.195 402.685 330.242 402.68 330.288V338.242C402.68 342.775 390.171 342.988 387.606 342.988Z" fill="white"/>
|
||||
<path id="Vector_167" d="M427.493 299.692L422.992 306.715H426.83L418.929 313.13C419.642 313.172 420.294 313.237 420.886 313.322L421.955 313.472L422.276 313.525L422.725 313.611L423.045 313.675C425.921 314.263 427.781 315.182 427.781 316.23C427.786 316.283 427.786 316.337 427.781 316.39C427.792 316.483 427.792 316.576 427.781 316.668C427.781 316.722 427.781 316.764 427.781 316.818C427.781 316.871 427.781 316.903 427.781 316.946V325.499C427.781 328.973 417.005 329.08 415.776 329.08C414.546 329.08 403.781 328.973 403.781 325.499V322.89H402.145V325.37C402.145 326.311 401.397 327.06 400.2 327.648C401.397 328.246 402.145 329.016 402.145 329.978C402.151 330.046 402.151 330.114 402.145 330.181C402.151 330.227 402.151 330.274 402.145 330.32V338.274C402.145 341.577 393.005 342.454 387.606 342.454C382.207 342.454 373.067 341.577 373.067 338.274V330.32C373.067 330.267 373.067 330.224 373.067 330.181C373.067 330.138 373.067 330.053 373.067 329.946C373.067 328.984 373.815 328.214 375.012 327.615C373.815 327.06 373.067 326.311 373.067 325.37V317.417C373.067 317.417 373.067 317.331 373.067 317.288C373.067 317.246 373.067 317.117 373.067 317.117C373.067 316.155 373.815 315.385 375.012 314.787C373.815 314.156 373.067 313.418 373.067 312.467V304.513C373.067 304.513 373.067 304.428 373.067 304.385C373.067 304.342 373.067 304.289 373.067 304.182C373.067 300.793 382.207 299.905 387.606 299.905C393.005 299.905 402.145 300.803 402.145 304.182C402.151 304.249 402.151 304.317 402.145 304.385C402.15 304.427 402.15 304.47 402.145 304.513V312.467C402.145 313.418 401.397 314.156 400.2 314.744C401.397 315.343 402.145 316.112 402.145 317.075C402.151 317.146 402.151 317.217 402.145 317.288C402.15 317.331 402.15 317.374 402.145 317.417V321.041H403.77V316.946C403.765 316.904 403.765 316.861 403.77 316.818C403.765 316.768 403.765 316.718 403.77 316.668C403.764 316.59 403.764 316.511 403.77 316.433C403.765 316.365 403.765 316.298 403.77 316.23C403.77 314.626 408.132 313.301 413.83 313.023H414.065H414.739H415.808C416.342 313.023 416.877 313.023 417.369 313.023L419.988 308.811H416.235L427.493 299.692ZM431.993 294.667L426.819 298.858L415.562 307.998L413.231 309.901H418.021L416.749 311.954H414.76H414.076H413.841C412.109 312.029 403.888 312.552 402.851 315.556C402.666 315.246 402.435 314.965 402.167 314.723C402.5 314.441 402.768 314.091 402.952 313.696C403.137 313.301 403.233 312.871 403.236 312.435V304.182C403.236 299.211 391.294 298.836 387.627 298.836C383.96 298.836 371.998 299.211 371.998 304.182C371.992 304.242 371.992 304.303 371.998 304.363C371.992 304.413 371.992 304.463 371.998 304.513V312.467C372.003 312.902 372.101 313.332 372.285 313.726C372.469 314.121 372.736 314.471 373.067 314.755C372.729 315.048 372.459 315.412 372.274 315.819C372.09 316.227 371.995 316.67 371.998 317.117C371.992 317.181 371.992 317.246 371.998 317.31C371.992 317.359 371.992 317.41 371.998 317.459V325.413C372.003 325.849 372.101 326.278 372.285 326.673C372.469 327.067 372.736 327.418 373.067 327.701C372.744 327.982 372.482 328.326 372.298 328.712C372.114 329.098 372.012 329.518 371.998 329.946C371.992 330.01 371.992 330.074 371.998 330.138C371.992 330.188 371.992 330.238 371.998 330.288V338.242C371.998 343.117 383.95 343.491 387.606 343.491C391.262 343.491 403.214 343.117 403.214 338.242V329.946C403.213 329.505 403.117 329.07 402.933 328.67C402.748 328.269 402.48 327.913 402.145 327.626C402.488 327.328 402.768 326.965 402.968 326.557C404.433 329.764 412.248 330.106 415.797 330.106C419.731 330.106 428.872 329.647 428.872 325.456V316.903C428.877 316.857 428.877 316.811 428.872 316.764C428.877 316.718 428.877 316.672 428.872 316.626C428.872 316.54 428.872 316.454 428.872 316.38C428.872 316.305 428.872 316.251 428.872 316.187C428.872 314.552 426.99 313.344 423.281 312.584L422.949 312.51L422.479 312.424H422.19L421.634 312.339L427.514 307.496L429.845 305.603H424.948L428.401 300.258L431.993 294.667Z" fill="white"/>
|
||||
<path id="Vector_168" d="M415.583 315.845L426.84 306.716H422.992L427.493 299.692L416.235 308.832H419.945L415.583 315.845Z" fill="#2D5967"/>
|
||||
<path id="Vector_169" d="M403.77 322.89V325.488C403.77 328.962 414.536 329.069 415.765 329.069C416.994 329.069 427.771 328.962 427.771 325.488V316.935C427.771 316.935 427.771 316.85 427.771 316.807C427.771 316.764 427.771 316.711 427.771 316.657C427.771 314.733 424.435 313.75 420.886 313.311L418.865 314.979C422.949 315.278 425.44 316.123 425.889 316.679C425.333 317.363 421.688 318.496 415.765 318.496C409.842 318.496 406.197 317.363 405.652 316.679C406.208 316.048 409.351 314.979 414.557 314.872L415.712 313.012C411.254 313.012 403.77 313.792 403.77 316.668C403.765 316.718 403.765 316.768 403.77 316.818C403.765 316.86 403.765 316.904 403.77 316.946V321.041H402.145V317.417C402.15 317.374 402.15 317.331 402.145 317.288C402.15 317.217 402.15 317.146 402.145 317.074C402.145 316.112 401.397 315.343 400.199 314.744C401.397 314.156 402.145 313.418 402.145 312.467V304.513C402.15 304.47 402.15 304.427 402.145 304.385C402.15 304.317 402.15 304.249 402.145 304.182C402.145 300.793 393.005 299.905 387.606 299.905C382.207 299.905 373.067 300.793 373.067 304.182C373.067 304.288 373.067 304.288 373.067 304.385C373.067 304.481 373.067 304.47 373.067 304.513V312.467C373.067 313.418 373.815 314.156 375.012 314.744C373.815 315.343 373.067 316.112 373.067 317.117C373.067 317.192 373.067 317.256 373.067 317.331C373.067 317.406 373.067 317.417 373.067 317.459V325.413C373.067 326.354 373.815 327.102 375.012 327.69C373.815 328.246 373.067 329.016 373.067 329.946C373.067 330.021 373.067 330.085 373.067 330.149C373.067 330.213 373.067 330.235 373.067 330.288V338.242C373.067 341.545 382.207 342.422 387.606 342.422C393.005 342.422 402.145 341.545 402.145 338.242V330.32C402.151 330.274 402.151 330.227 402.145 330.181C402.151 330.114 402.151 330.046 402.145 329.978C402.145 329.016 401.397 328.246 400.199 327.647C401.397 327.059 402.145 326.311 402.145 325.37V322.89H403.77ZM415.765 320.324C418.844 320.324 423.398 319.961 425.921 318.774V325.424C425.461 326.087 421.773 327.22 415.765 327.22C409.757 327.22 406.069 326.087 405.609 325.424V318.774C408.132 319.961 412.686 320.324 415.765 320.324ZM396.65 326.867C393.672 327.453 390.641 327.732 387.606 327.701C384.571 327.732 381.54 327.452 378.562 326.867C375.846 326.258 375.002 325.563 374.916 325.349V319.362C377.867 320.891 383.757 321.393 387.606 321.393C391.455 321.393 397.356 320.923 400.306 319.394V325.381C400.21 325.563 399.376 326.258 396.65 326.867ZM396.65 339.76C393.674 340.366 390.643 340.66 387.606 340.637C384.57 340.67 381.539 340.387 378.562 339.792C375.846 339.161 375.002 338.498 374.916 338.253V332.266C377.867 333.795 383.757 334.222 387.606 334.222C391.455 334.222 397.356 333.752 400.306 332.223V338.21C400.21 338.498 399.376 339.161 396.65 339.76ZM400.296 329.946C400.06 330.651 396.019 332.383 387.606 332.383C379.192 332.383 375.205 330.684 374.916 329.946C375.023 329.615 375.985 329.059 377.824 328.556C381.042 329.221 384.32 329.543 387.606 329.518C390.891 329.544 394.17 329.222 397.388 328.556C399.237 329.091 400.189 329.647 400.296 329.946ZM378.562 313.91C375.846 313.301 375.002 312.606 374.916 312.392V306.427C377.867 307.987 383.757 308.458 387.606 308.458C391.455 308.458 397.356 307.987 400.306 306.459V312.445C400.21 312.659 399.376 313.354 396.65 313.963C393.673 314.559 390.642 314.842 387.606 314.808C384.57 314.841 381.539 314.558 378.562 313.963V313.91ZM400.296 304.182C400.06 304.887 396.019 306.619 387.606 306.619C379.192 306.619 375.205 304.887 374.916 304.182C375.151 303.465 379.192 301.733 387.606 301.733C396.019 301.733 400.06 303.465 400.296 304.182ZM387.606 316.647C390.891 316.673 394.17 316.35 397.388 315.685C399.237 316.187 400.189 316.754 400.296 317.074C400.06 317.78 396.019 319.512 387.606 319.512C379.192 319.512 375.205 317.78 374.916 317.117C375.023 316.786 375.985 316.23 377.824 315.727C381.043 316.378 384.322 316.686 387.606 316.647V316.647Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_21">
|
||||
<text id="IconLabel_23" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="386.492" y="366.816">etcd</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_22">
|
||||
<g id="Server-Process">
|
||||
<g id="Group_49">
|
||||
<g id="Group_50">
|
||||
<g id="Group_51">
|
||||
<path id="Vector_170" d="M131.38 348.286V345.913L134.12 344.546V289.714H163.496V319.503H165.965L166.295 322.474L168.629 320.606L174.847 326.827L172.981 329.163L175.951 329.494V338.293L172.981 338.623L174.847 340.959L168.629 347.181L166.295 345.313L165.965 348.286H131.38Z" fill="white"/>
|
||||
<path id="Vector_171" d="M162.783 290.429V320.216H165.326L165.697 323.55C165.784 323.586 165.872 323.621 165.958 323.659L168.577 321.563L173.893 326.881L171.798 329.501C171.835 329.589 171.872 329.676 171.906 329.763L175.239 330.134V337.656L171.906 338.027C171.872 338.114 171.835 338.201 171.798 338.289L173.893 340.907L168.577 346.226L165.958 344.13C165.871 344.167 165.784 344.204 165.697 344.239L165.326 347.571H162.783H161.263H160.467H157.81H134.833H134.53H132.095V346.356L134.53 345.14H134.835V290.429H162.783ZM164.21 289H162.783H134.833H133.405V290.429V344.104L131.456 345.077L130.667 345.471V346.356V347.571V349H132.095H134.53H134.833H157.81H160.467H161.263H162.783H165.326H166.603L166.745 347.729L166.862 346.68L167.684 347.339L168.682 348.137L169.586 347.233L174.902 341.914L175.806 341.01L175.008 340.011L174.349 339.189L175.397 339.071L176.667 338.93V337.651V330.13V328.851L175.397 328.71L174.349 328.593L175.008 327.77L175.806 326.771L174.901 325.871L169.585 320.553L168.681 319.649L167.683 320.447L166.861 321.106L166.743 320.057L166.602 318.786H165.324H164.209V290.429L164.21 289Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_52">
|
||||
<path id="Vector_172" d="M157.01 300.763H142.429V303.194H139.998V305.626H142.428V308.057H157.01V305.626H159.44V303.194H157.01V300.763ZM154.58 305.626H144.86V303.194H154.582V305.626H154.58Z" fill="#2D5967"/>
|
||||
<path id="Vector_173" d="M159.44 296.506H139.998V298.938H159.44V296.506Z" fill="#2D5967"/>
|
||||
<path id="Vector_174" d="M159.44 309.881H139.998V312.313H159.44V309.881Z" fill="#2D5967"/>
|
||||
<path id="Vector_175" d="M139.087 341.492H147.251L146.801 341.041L147.819 339.767L148.031 339.504L147.695 339.467L146.075 339.285V339.061H139.087V341.492Z" fill="#2D5967"/>
|
||||
<path id="Vector_176" d="M146.075 334.806H139.087V337.237H146.075V334.806Z" fill="#2D5967"/>
|
||||
<path id="Vector_177" d="M139.087 332.981H146.075V330.55H141.517V326.903H146.927L146.801 326.745L147.955 325.591L149.075 324.471H139.087V332.981Z" fill="#2D5967"/>
|
||||
<path id="Vector_178" d="M139.998 314.137V322.647H150.896L153.269 320.272L153.328 320.215H142.429V316.568H157.01V318.391H157.808H159.44V314.137H139.998Z" fill="#2D5967"/>
|
||||
<path id="Vector_179" d="M150.896 345.14H137.265V292.86H160.353V318.391H162.783V290.428H134.833V345.14H134.531L132.095 346.355V347.571H134.531H134.833H153.328L153.269 347.514L150.896 345.14Z" fill="#2D5967"/>
|
||||
<path id="Vector_180" d="M171.797 329.5L173.892 326.88L168.576 321.561L165.957 323.657C165.87 323.62 165.783 323.583 165.696 323.549L165.325 320.214H157.807L157.436 323.549C157.349 323.584 157.26 323.62 157.175 323.657L154.556 321.561L149.24 326.88L151.335 329.5C151.298 329.587 151.261 329.674 151.226 329.761L147.894 330.133V337.654L151.226 338.026C151.262 338.113 151.298 338.2 151.335 338.287L149.24 340.907L154.556 346.226L157.175 344.13C157.262 344.167 157.349 344.204 157.436 344.239L157.809 347.571H161.264H162.783H165.326L165.697 344.237C165.784 344.201 165.873 344.166 165.959 344.129L168.577 346.224L173.893 340.906L171.798 338.286C171.835 338.199 171.873 338.111 171.907 338.024L175.239 337.653V330.131L171.907 329.76C171.871 329.674 171.835 329.587 171.797 329.5ZM172.808 335.477L170.101 335.779L169.862 336.531C169.714 337 169.524 337.457 169.297 337.894L168.933 338.596L170.636 340.726L168.397 342.966L166.268 341.261L165.567 341.626C165.132 341.851 164.674 342.041 164.207 342.191L163.454 342.43L163.153 345.139H161.265H160.354H159.986L159.685 342.43L158.932 342.191C158.464 342.043 158.007 341.853 157.572 341.626L156.87 341.261L154.742 342.966L152.503 340.726L154.205 338.596L153.841 337.894C153.615 337.459 153.425 337 153.275 336.531L153.037 335.779L150.33 335.477V332.309L153.037 332.007L153.275 331.254C153.424 330.786 153.614 330.329 153.841 329.891L154.205 329.19L152.503 327.06L154.742 324.82L156.87 326.524L157.572 326.16C158.007 325.934 158.465 325.744 158.932 325.594L159.685 325.356L159.986 322.647H163.153L163.454 325.356L164.207 325.594C164.675 325.743 165.132 325.933 165.567 326.16L166.268 326.524L168.397 324.82L170.636 327.06L168.933 329.191L169.297 329.893C169.522 330.329 169.712 330.787 169.862 331.256L170.101 332.009L172.808 332.31V335.477Z" fill="#2D5967"/>
|
||||
<path id="Vector_181" d="M161.568 327.117C157.883 327.117 154.884 330.117 154.884 333.804C154.884 337.491 157.883 340.491 161.568 340.491C165.253 340.491 168.252 337.491 168.252 333.804C168.252 330.117 165.253 327.117 161.568 327.117ZM161.568 338.058C159.223 338.058 157.314 336.15 157.314 333.802C157.314 331.455 159.222 329.547 161.568 329.547C163.912 329.547 165.821 331.455 165.821 333.802C165.821 336.15 163.912 338.058 161.568 338.058Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_22">
|
||||
<text id="IconLabel_24" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="117.492" y="366.816">API server</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_23">
|
||||
<g id="Scheduled_Tasks">
|
||||
<g id="Group_53">
|
||||
<g id="Group_54">
|
||||
<path id="Vector_182" d="M213.197 348.289C211.633 348.289 210.211 347.01 210.211 345.304V298.669C210.211 297.105 211.491 295.683 213.197 295.683H220.59C221.017 294.545 222.154 293.692 223.434 293.692H226.562C227.273 291.56 229.405 289.996 231.68 289.996C233.955 289.996 236.088 291.56 236.799 293.692H240.069C241.348 293.692 242.486 294.545 242.912 295.683H250.306C251.87 295.683 253.292 296.962 253.292 298.669V322.839C254.145 322.697 254.998 322.555 255.851 322.555C262.96 322.555 268.789 328.384 268.789 335.493C268.789 342.602 262.96 348.432 255.851 348.432H213.197V348.289Z" fill="white"/>
|
||||
<path id="Vector_183" d="M231.822 290.706C234.097 290.706 235.945 292.27 236.372 294.403H240.211C241.348 294.403 242.344 295.256 242.486 296.393H250.448C251.727 296.393 252.723 297.388 252.723 298.668V323.692C253.718 323.407 254.855 323.265 255.993 323.265C262.675 323.265 268.22 328.668 268.22 335.493C268.22 342.175 262.818 347.72 255.993 347.72H213.339C211.917 347.578 210.922 346.583 210.922 345.303V298.668C210.922 297.388 211.917 296.393 213.197 296.393H221.159C221.301 295.256 222.296 294.403 223.434 294.403H227.273C227.557 292.27 229.547 290.706 231.822 290.706ZM231.822 289.284C229.405 289.284 227.13 290.848 226.135 292.981H223.291C221.87 292.981 220.59 293.834 220.021 294.971H213.197C211.206 294.971 209.5 296.678 209.5 298.668V345.303C209.5 347.294 211.206 349 213.197 349H255.851C263.386 349 269.5 342.886 269.5 335.351C269.5 327.815 263.386 321.701 255.851 321.701C255.282 321.701 254.713 321.701 254.002 321.843V298.668C254.002 296.678 252.296 294.971 250.306 294.971H243.339C242.77 293.834 241.491 292.981 240.069 292.981H237.225C236.514 290.848 234.239 289.284 231.822 289.284Z" fill="white"/>
|
||||
</g>
|
||||
<g id="Group_55">
|
||||
<path id="Vector_184" d="M213.197 345.588C213.055 345.588 212.912 345.445 212.912 345.303V298.668C212.912 298.526 213.055 298.384 213.197 298.384H221.159V299.806H214.334V335.919L222.296 343.881H245.187C244.619 343.313 244.192 342.602 243.765 341.891H224.571V333.644H216.325V301.938H221.017V303.929H242.344V301.938H247.036V324.829C247.604 324.261 248.315 323.834 249.026 323.407V299.948H242.344V298.526H250.306C250.448 298.526 250.59 298.668 250.59 298.81V322.981C251.159 322.697 251.87 322.554 252.581 322.27V298.668C252.581 297.389 251.585 296.393 250.306 296.393H242.344C242.201 295.256 241.206 294.403 240.069 294.403H236.23C235.946 292.27 234.097 290.706 231.822 290.706C229.547 290.706 227.699 292.27 227.273 294.403H223.292C222.154 294.403 221.301 295.256 221.159 296.393H213.197C211.917 296.393 210.922 297.389 210.922 298.668V345.303C210.922 346.583 211.917 347.578 213.197 347.578H249.737C248.742 347.009 247.747 346.441 246.893 345.588H213.197ZM222.581 335.919V341.464L217.036 335.919H222.581ZM223.149 296.678C223.149 296.535 223.149 296.393 223.292 296.393H228.979V295.398C228.979 293.834 230.258 292.697 231.68 292.697C233.102 292.697 234.382 293.976 234.382 295.398V296.393H240.069C240.211 296.393 240.353 296.535 240.353 296.678V301.938H223.149V296.678Z" fill="#2D5967"/>
|
||||
<path id="Vector_185" d="M231.823 294.118C231.112 294.118 230.543 294.687 230.543 295.398C230.543 296.109 231.112 296.677 231.823 296.677C232.533 296.677 233.102 296.109 233.102 295.398C233.102 294.687 232.533 294.118 231.823 294.118Z" fill="#2D5967"/>
|
||||
<path id="Vector_186" d="M231.822 310.612H219.595V312.602H231.822V310.612Z" fill="#2D5967"/>
|
||||
<path id="Vector_187" d="M238.789 312.175L237.225 310.611L235.803 312.033L238.789 315.018L244.192 309.616L242.77 308.194L238.789 312.175Z" fill="#2D5967"/>
|
||||
<path id="Vector_188" d="M231.822 320.28H219.595V322.27H231.822V320.28Z" fill="#2D5967"/>
|
||||
<path id="Vector_189" d="M231.822 329.379H219.595V331.37H231.822V329.379Z" fill="#2D5967"/>
|
||||
<path id="Vector_190" d="M238.789 331.085L237.225 329.521L235.803 330.943L238.789 333.929L244.05 328.668V328.526L242.628 327.104L238.789 331.085Z" fill="#2D5967"/>
|
||||
<path id="Vector_191" d="M238.789 321.844L237.225 320.138L235.803 321.559L238.789 324.545L244.192 319.285L242.77 317.863L238.789 321.844Z" fill="#2D5967"/>
|
||||
<path id="Vector_192" d="M255.851 323.266C249.168 323.266 243.623 328.668 243.623 335.493C243.623 342.318 249.026 347.721 255.851 347.721C262.675 347.721 268.078 342.318 268.078 335.493C268.078 328.668 262.533 323.266 255.851 323.266ZM256.846 345.588V343.597H254.856V345.588C250.021 345.161 246.183 341.322 245.756 336.488H247.747V334.498H245.756C246.183 329.664 250.021 325.825 254.856 325.398V327.389H256.846V325.398C261.68 325.825 265.519 329.664 265.946 334.498H263.955V336.488H265.946C265.519 341.18 261.68 345.019 256.846 345.588Z" fill="#2D5967"/>
|
||||
<path id="Vector_193" d="M256.846 335.067V329.664C256.846 329.095 256.419 328.668 255.851 328.668C255.282 328.668 254.855 329.095 254.855 329.664V335.351C254.855 335.635 254.998 335.777 255.14 336.062L257.983 339.332C258.126 339.616 258.41 339.616 258.694 339.616C258.979 339.616 259.121 339.474 259.263 339.332C259.69 339.048 259.69 338.337 259.405 337.91L256.846 335.067Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_23">
|
||||
<text id="IconLabel_25" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="203.414" y="366.816">Scheduler</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Master_24">
|
||||
<g id="Controller-Platform">
|
||||
<g id="Group 192">
|
||||
<path id="Vector_194" d="M317.443 348.286V335.229H322.2V332.429H303.015V335.229H307.772V348.286H294.715V335.229H299.472V328.886H322.2V326.043H313.472V323.829L316.143 322.5L317.257 322.486L317.457 321.014H303.7V289.714H344.257V321.014H330.5L330.7 322.486H332.043L334.715 323.829V326.043H325.743V328.886H348.486V335.186H353.243V348.243H340.186V335.186H344.943V332.429H325.743V335.229H330.5V348.286H317.443Z" fill="white"/>
|
||||
<path id="Vector_195" d="M343.543 290.429V320.3H329.714L330.114 323.157H331.929L334.043 324.214V325.271H325.029V329.557H347.771V335.857H352.571V347.571H340.9V335.9H345.657V331.714H325.029V336H329.786V347.571H318.157V335.943H322.914V331.657H302.3V335.943H307.057V347.571H295.429V335.943H300.186V329.6H322.914V325.314H314.186V324.257L316.3 323.2H317.886L318.286 320.343H304.414V290.429H343.543ZM344.971 289H302.986V321.729H316.643H315.986L315.686 321.886L313.557 322.943L312.771 323.343V326.7H321.5V328.129H298.757V334.471H294V349H308.486V334.514H303.729V333.086H321.486V334.514H316.729V349H331.214V334.514H326.457V333.086H344.229V334.414H339.471V349H354V334.471H349.2V328.171H326.457V326.743H335.429V323.386L334.643 322.986L332.571 321.929L332.271 321.771H331.371H345.029V289H344.971Z" fill="white"/>
|
||||
<path id="Vector_196" d="M347.771 335.901V329.601H325.028V325.315H334V324.258L331.885 323.201H330.071L329.671 320.343H343.543V290.429H304.414V320.301H318.285L317.885 323.158H316.3L314.185 324.215V325.272H322.914V329.558H300.185V335.901H295.428V347.572H307.057V335.943H302.3V331.658H322.914V335.943H318.157V347.572H329.785V335.943H325.028V331.658H345.657V335.843H340.9V347.572H352.571V335.901H347.771ZM304.914 338.058V345.458H297.543V338.058H304.914ZM306.528 292.543H341.428V313.686H306.528V292.543ZM306.528 318.258V315.801H341.428V318.186L306.528 318.258ZM327.671 338.129V345.529H320.271V338.058L327.671 338.129ZM320.014 323.272L320.414 320.415H327.557L327.957 323.272H320.014ZM350.414 345.415H343.014V338.015H350.414V345.415Z" fill="#2D5967"/>
|
||||
<path id="Vector_197" d="M328.286 298.6L326.858 299.471C326.501 299.186 326.1 298.959 325.672 298.8V297.071H322.386V298.8C321.962 298.965 321.566 299.196 321.215 299.486L319.715 298.6L318.058 301.457L319.572 302.343C319.496 302.816 319.496 303.298 319.572 303.771L318.058 304.657L319.715 307.514L321.143 306.571C321.49 306.857 321.88 307.084 322.3 307.243V309H325.6V307.257C326.02 307.087 326.414 306.861 326.772 306.586L328.2 307.457L329.858 304.6L328.429 303.728C328.52 303.257 328.52 302.772 328.429 302.3L329.858 301.428L328.286 298.6ZM324 305.457C323.52 305.457 323.051 305.315 322.651 305.048C322.252 304.781 321.941 304.402 321.757 303.958C321.573 303.514 321.525 303.026 321.619 302.555C321.712 302.084 321.944 301.651 322.283 301.311C322.623 300.972 323.056 300.74 323.527 300.647C323.998 300.553 324.486 300.601 324.93 300.785C325.374 300.969 325.753 301.28 326.02 301.679C326.287 302.079 326.429 302.548 326.429 303.028C326.429 303.673 326.173 304.29 325.718 304.746C325.262 305.201 324.645 305.457 324 305.457V305.457Z" fill="#2D5967"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Icon Text Label_24">
|
||||
<text id="IconLabel_26" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="288.312" y="366.816">Controller</tspan></text>
|
||||
<text id="IconLabel_27" fill="black" xml:space="preserve" style="white-space: pre" font-family="Oracle Sans" font-size="16" letter-spacing="0em"><tspan x="291.609" y="382.816">manager</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_17356_5196">
|
||||
<rect width="1007" height="662" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 113 KiB |
@@ -0,0 +1,7 @@
|
||||
The diagram you downloaded is available in these formats:
|
||||
- DRAWIO
|
||||
- SVG
|
||||
|
||||
You can customize them for your organization using the associated tools:
|
||||
- For DRAWIO format, use draw.io for Confluence, online at diagrams.net, or the desktop app. Go to diagrams.net for more information.
|
||||
- For SVG format, use an SVG editor such as Inkscape or Sketsa SVG Editor, which are free and available for Windows, macOS, Linux.
|
||||
Reference in New Issue
Block a user