forked from docs/architecture-center
blueprints structure init, fix typos in cce vault article
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com> Co-authored-by: Akriotis, Kyriakos <kyriakos.akriotis@t-systems.com> Co-committed-by: Akriotis, Kyriakos <kyriakos.akriotis@t-systems.com>
This commit is contained in:
parent
358274ec4c
commit
0be161356a
14
doc/blueprints/source/best-practices/computing/index.rst
Normal file
14
doc/blueprints/source/best-practices/computing/index.rst
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Computing
|
||||||
|
=========
|
||||||
|
|
||||||
|
The Computing section offers essential insights for optimizing computing resources. Discover guidelines for selecting
|
||||||
|
appropriate instance types, managing virtual machines efficiently, and leveraging auto-scaling capabilities for dynamic
|
||||||
|
workloads. Learn best practices for designing resilient and high-performance computing architectures, ensuring optimal
|
||||||
|
utilization of resources while maintaining cost-effectiveness. This section serves as a comprehensive guide for architects
|
||||||
|
and developers to fine-tune their computing strategies, enhancing the overall efficiency and reliability of applications
|
||||||
|
in the Open Telekom Cloud environment.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
|
@ -0,0 +1,14 @@
|
|||||||
|
Data Analytics
|
||||||
|
==============
|
||||||
|
|
||||||
|
Find strategic guidance for optimizing data processing workflows. Explore recommendations for selecting
|
||||||
|
and configuring data analytics services, ensuring efficient and scalable processing of large datasets. Learn about best
|
||||||
|
practices for data storage, retrieval, and integration to enhance overall analytics performance. This section is a
|
||||||
|
valuable resource for architects and data professionals, offering insights into designing robust and cost-effective data
|
||||||
|
analytics architectures within the Open Telekom Cloud, fostering informed decision-making and actionable insights.
|
||||||
|
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
|
20
doc/blueprints/source/best-practices/index.rst
Normal file
20
doc/blueprints/source/best-practices/index.rst
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
==============
|
||||||
|
Best Practices
|
||||||
|
==============
|
||||||
|
|
||||||
|
Welcome to the Open Telekom Cloud Architecture Center Best Practices.
|
||||||
|
Here we provide crucial guidelines for optimizing cloud-based solutions with emphasis to architectural principles that
|
||||||
|
enhance reliability, scalability, and security. Explore our recommended strategies for resource management, such as
|
||||||
|
efficient utilization of compute and storage resources. Gain insights into designing for high availability and fault tolerance
|
||||||
|
to ensure robust system performance. This section serves as a valuable resource for architects and developers
|
||||||
|
to implement cloud solutions that align with industry best practices and maximize the benefits of the public cloud
|
||||||
|
infrastructure.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
computing/index
|
||||||
|
data-analytics/index
|
||||||
|
network/index
|
||||||
|
security/index
|
||||||
|
storage/index
|
15
doc/blueprints/source/best-practices/network/index.rst
Normal file
15
doc/blueprints/source/best-practices/network/index.rst
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Network
|
||||||
|
=======
|
||||||
|
|
||||||
|
Network Best Practices outline key strategies for optimizing network configurations. Explore guidelines for designing
|
||||||
|
resilient and high-performance network architectures, including considerations for security and scalability.
|
||||||
|
Learn about best practices for leveraging Virtual Private Clouds (VPCs), network segmentation, and load balancing to
|
||||||
|
enhance overall network efficiency. This section serves as a valuable resource for architects and network administrators,
|
||||||
|
providing insights for a robust network strategy within the Open Telekom Cloud environment,
|
||||||
|
ensuring reliable and seamless connectivity for applications and services.
|
||||||
|
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
|
616
doc/blueprints/source/best-practices/security/cce_vault.rst
Normal file
616
doc/blueprints/source/best-practices/security/cce_vault.rst
Normal file
File diff suppressed because it is too large
Load Diff
17
doc/blueprints/source/best-practices/security/index.rst
Normal file
17
doc/blueprints/source/best-practices/security/index.rst
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Security
|
||||||
|
========
|
||||||
|
|
||||||
|
The security best practices offer comprehensive guidance on fortifying cloud environments. Explore recommendations for
|
||||||
|
implementing robust identity and access management, encryption protocols, and network security measures. Learn how to
|
||||||
|
secure data at rest and in transit, as well as strategies for monitoring and responding to
|
||||||
|
security incidents. This section is a crucial resource for architects and cybersecurity professionals, providing
|
||||||
|
insights into designing and maintaining resilient security postures within the Open Telekom Cloud, ensuring the
|
||||||
|
confidentiality, integrity, high availability, scalability, robustness and resilience of sensitive information and
|
||||||
|
critical infrastructure.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
cce_vault
|
||||||
|
|
||||||
|
|
12
doc/blueprints/source/best-practices/storage/index.rst
Normal file
12
doc/blueprints/source/best-practices/storage/index.rst
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Storage
|
||||||
|
=======
|
||||||
|
|
||||||
|
Storage best practices offer key insights into optimizing storage solutions. Explore guidelines for selecting
|
||||||
|
appropriate storage types, managing data lifecycle, and implementing redundancy for enhanced durability. Learn about
|
||||||
|
best practices for achieving optimal performance and cost-effectiveness in storage configurations. This section is a
|
||||||
|
valuable resource for architects and storage administrators, providing essential strategies to design resilient and
|
||||||
|
scalable storage architectures within the Open Telekom Cloud environment, ensuring efficient data management and retrieval.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
@ -1,3 +1,17 @@
|
|||||||
==========
|
==========
|
||||||
Blueprints
|
Blueprints
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Users sometimes identify use cases that can be solved in a standardized way to
|
||||||
|
save research time and effort. Architecture Center Blueprints offer a collection of series of best practices,
|
||||||
|
curated by the Open Telekom Cloud engineering and architecture teams. While
|
||||||
|
they are not covered directly by the `Service description
|
||||||
|
<https://open-telekom-cloud.com/service-description>`_, they are tested and
|
||||||
|
validated recommendations from our experts.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
best-practices/index
|
||||||
|
use-cases/index
|
||||||
|
industry/index
|
||||||
|
11
doc/blueprints/source/industry/automotive/index.rst
Normal file
11
doc/blueprints/source/industry/automotive/index.rst
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Automotive
|
||||||
|
==========
|
||||||
|
|
||||||
|
Explore practical examples demonstrating how the platform can supports the automotive industry's unique requirements,
|
||||||
|
from connected car technologies to manufacturing processes. This section provides architects with insights into designing
|
||||||
|
scalable and secure cloud architectures to enhance innovation and efficiency in the automotive domain. Discover recommended
|
||||||
|
best practices, empowering users to leverage Open Telekom Cloud for optimized performance and transformative capabilities
|
||||||
|
within the automotive industry's dynamic landscape.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
11
doc/blueprints/source/industry/education/index.rst
Normal file
11
doc/blueprints/source/industry/education/index.rst
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Education
|
||||||
|
=========
|
||||||
|
|
||||||
|
Explore practical examples showcasing how the platform supports e-learning applications, research initiatives, and
|
||||||
|
administrative processes. This section provides architects with insights into designing scalable and cost-effective
|
||||||
|
cloud architectures to meet the diverse needs of educational institutions. Discover recommended best practices,
|
||||||
|
empowering users and educational institutions to leverage Open Telekom Cloud for enhanced collaboration, resource
|
||||||
|
efficiency, and innovation.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
9
doc/blueprints/source/industry/finance/index.rst
Normal file
9
doc/blueprints/source/industry/finance/index.rst
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Finance
|
||||||
|
=======
|
||||||
|
|
||||||
|
Explore practical examples demonstrating how the platform supports secure and compliant financial applications,
|
||||||
|
from digital banking to risk management. This section provides architects with insights into designing robust, scalable,
|
||||||
|
and regulatory-compliant cloud architectures tailored to financial industry requirements.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
10
doc/blueprints/source/industry/government/index.rst
Normal file
10
doc/blueprints/source/industry/government/index.rst
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Government
|
||||||
|
==========
|
||||||
|
|
||||||
|
The Government section focuses on tailored cloud solutions for the public sector. Here you can find showcases
|
||||||
|
how the platform can support secure and compliant government applications, from citizen services to data management. This
|
||||||
|
section provides architects with insights into designing resilient, scalable, and regulatory-compliant cloud
|
||||||
|
architectures tailored to public administration requirements.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
10
doc/blueprints/source/industry/healthcare/index.rst
Normal file
10
doc/blueprints/source/industry/healthcare/index.rst
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Healthcare
|
||||||
|
==========
|
||||||
|
|
||||||
|
Explore practical examples illustrating how the platform supports secure and compliant healthcare applications, from
|
||||||
|
electronic health records to medical research. This section provides architects with insights into designing robust,
|
||||||
|
scalable, and regulatory-compliant cloud architectures that can meet the unique needs of the healthcare industry.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
20
doc/blueprints/source/industry/index.rst
Normal file
20
doc/blueprints/source/industry/index.rst
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
Industry Solutions
|
||||||
|
==================
|
||||||
|
|
||||||
|
This section provides tailored solutions for diverse sectors, including healthcare, finance,
|
||||||
|
automotive, media, education, retail and government. Explore industry-specific scenarios showcasing the platform's adaptability
|
||||||
|
to unique requirements and challenges. This section offers architects valuable insights into designing cloud solutions
|
||||||
|
that align with the specific needs and compliance standards of their respective industries. Discover best practices and
|
||||||
|
recommended architectures, empowering users to leverage Open Telekom Cloud effectively for industry-specific use cases,
|
||||||
|
ensuring optimal performance and regulatory adherence.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
government/index
|
||||||
|
media/index
|
||||||
|
automotive/index
|
||||||
|
education/index
|
||||||
|
finance/index
|
||||||
|
healthcare/index
|
||||||
|
retail/index
|
9
doc/blueprints/source/industry/media/index.rst
Normal file
9
doc/blueprints/source/industry/media/index.rst
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Media
|
||||||
|
=====
|
||||||
|
|
||||||
|
Explore practical examples showcasing how the platform supports content delivery, media processing, and collaborative
|
||||||
|
production workflows. This section provides architects with insights into designing scalable and cost-effective cloud
|
||||||
|
architectures to match the dynamic demands of the media industry.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
10
doc/blueprints/source/industry/retail/index.rst
Normal file
10
doc/blueprints/source/industry/retail/index.rst
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Retail
|
||||||
|
======
|
||||||
|
|
||||||
|
Explore practical examples showcasing how the platform supports e-commerce applications, supply chain management, and
|
||||||
|
customer engagement solutions. This section provides architects with insights into designing scalable and customer-focused
|
||||||
|
cloud architectures to meet the evolving needs of the retail industry.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
12
doc/blueprints/source/use-cases/analytics/index.rst
Normal file
12
doc/blueprints/source/use-cases/analytics/index.rst
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Data Analytics & AI
|
||||||
|
===================
|
||||||
|
|
||||||
|
Explore real-world scenarios demonstrating the platform's capabilities in processing and deriving insights from large
|
||||||
|
datasets. From business intelligence to predictive analytics, this section is the necessary starting point for architects
|
||||||
|
and data professionals. Discover how Open Telekom Cloud's analytics services can empower organizations to extract meaningful
|
||||||
|
information, optimize decision-making processes, and drive innovation through advanced data analysis.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
|
10
doc/blueprints/source/use-cases/hybrid/index.rst
Normal file
10
doc/blueprints/source/use-cases/hybrid/index.rst
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Hybrid
|
||||||
|
======
|
||||||
|
|
||||||
|
Explore practical examples showcasing seamless integration between on-premises infrastructure and the Open Telekom Cloud
|
||||||
|
platform. This section provides insights for architects on optimizing hybrid architectures, ensuring flexibility,
|
||||||
|
scalability, and streamlined management. Learn how organizations can leverage the hybrid model to balance performance
|
||||||
|
and compliance requirements, fostering a dynamic and efficient IT environment tailored to specific business needs.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
17
doc/blueprints/source/use-cases/index.rst
Normal file
17
doc/blueprints/source/use-cases/index.rst
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Use Cases
|
||||||
|
=========
|
||||||
|
|
||||||
|
Welcome to Open Telekom Cloud Architecture Center Use Cases. Here you can find tailored solutions and
|
||||||
|
practical implementations for a range of scenarios. Explore real-world examples demonstrating the versatility and optimal
|
||||||
|
application and infrastructure design using our cloud services. This section serves as a comprehensive
|
||||||
|
resource for architects, offering insights into how to adapt and optimize cloud solutions for specific business needs.
|
||||||
|
Discover architecture recommendations and ready solutions for diverse use cases.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
hybrid/index
|
||||||
|
security/index
|
||||||
|
networking/index
|
||||||
|
migration/index
|
||||||
|
analytics/index
|
10
doc/blueprints/source/use-cases/migration/index.rst
Normal file
10
doc/blueprints/source/use-cases/migration/index.rst
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Migration
|
||||||
|
=========
|
||||||
|
|
||||||
|
Explore real-world scenarios demonstrating how organizations can efficiently move their applications and data to Open Telekom Cloud.
|
||||||
|
This section provides architects with migration battle-tested techniques to ensure a smooth transition while minimizing downtime and
|
||||||
|
optimizing resource utilization. Discover insights into planning, executing, and validating successful migrations,
|
||||||
|
empowering users to harness the benefits of the cloud environment effectively.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
11
doc/blueprints/source/use-cases/networking/index.rst
Normal file
11
doc/blueprints/source/use-cases/networking/index.rst
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Networking
|
||||||
|
==========
|
||||||
|
|
||||||
|
Explore practical examples showcasing the flexibility and scalability of networking solutions within
|
||||||
|
Open Telekom Cloud. This section provides architects with insights into designing resilient and high-performance
|
||||||
|
networks, addressing specific use cases such as multi-tier applications or distributed architectures.
|
||||||
|
Discover recommended best practices for network security, load balancing, and connectivity, empowering users to tailor
|
||||||
|
their networking strategies to meet the unique requirements of their applications and workloads.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
10
doc/blueprints/source/use-cases/security/index.rst
Normal file
10
doc/blueprints/source/use-cases/security/index.rst
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Security & Compliance
|
||||||
|
=====================
|
||||||
|
|
||||||
|
Explore practical examples demonstrating how the platform addresses security and compliance challenges across industries.
|
||||||
|
This section provides architects with insights into implementing robust identity and access management, encryption
|
||||||
|
protocols, and compliance controls. Discover recommended best practices for securing sensitive data and ensuring
|
||||||
|
regulatory adherence, empowering users to design and deploy secure, compliant solutions in Open Telekom Cloud.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
@ -1,16 +1,17 @@
|
|||||||
Architecture Center
|
Architecture Center
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
Welcome to the Open Telekom Cloud Architecture Center.
|
||||||
Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
|
||||||
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
|
Unlock the full potential of Open Telekom Cloud with our comprehensive collection of resources, best practices,
|
||||||
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.
|
and expert guidance material. Whether you're new to the cloud landscape or an experienced professional,
|
||||||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.
|
our Architecture Center is designed to empower you in building robust, reliable, scalable, innovative and cost-efficient
|
||||||
|
architectures on Open Telekom Cloud.
|
||||||
|
|
||||||
.. directive_wrapper::
|
.. directive_wrapper::
|
||||||
:class: container-sbv
|
:class: container-sbv
|
||||||
|
|
||||||
.. service_card::
|
.. service_card::
|
||||||
:service_type: ac
|
:service_type: ac
|
||||||
:blueprints: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
:blueprints: A collection of series of best practices, curated by the Open Telekom Cloud engineering and architecture teams.
|
||||||
:caf: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
:caf: A framework helping organizations clearly define the plan, strategies, methods, and best practices for their cloud adoption journey.
|
Loading…
x
Reference in New Issue
Block a user