diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 07b5ea0a..bb7f6381 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -2,5 +2,6 @@ "MD007": { "indent": 4 }, "MD013": false, "MD024": false, + "MD033": false, "MD046": false, } diff --git a/content/about/responsibilities.md b/content/about/responsibilities.md new file mode 100644 index 00000000..3a484622 --- /dev/null +++ b/content/about/responsibilities.md @@ -0,0 +1,121 @@ +# Responsibilities + +This page describes the responsibilities of Stakater and customers with respect to the various parts of SAAP. In essence, Stakater takes responsibility for the platform and platform data, while customer takes responsibility for their own applications and application data. + +## Data and Applications + +Customers are completely responsible for their own applications, workloads, and data that they deploy to SAAP. SAAP provides tools to help customers setup, manage, secure, integrate and optimize their apps. + +=== "Customer Data" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +=== "Customer Applications" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +## Change Management + +Stakater is responsible for change management of the control plane nodes, infrastructure nodes and services, and worker nodes. The customer is responsible for initiating infrastructure change requests needed for customer applications, and installing and maintaining optional services and networking configurations on the cluster, as well as all changes to customer data and customer applications. + +=== "Logging" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +=== "Application Networking" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +=== "Cluster Networking" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +=== "Virtual Networking" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +=== "Cluster Version" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +=== "Capacity Management" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +## Disaster Recovery + +| Stakater Responsibilities | Customer Responsibilities | +| --- | --- | +| | | + +## Incident Operations Management + +The customer is responsible for incident and operations management of customer application data and any custom networking the customer might have configured for the cluster network or virtual network. + +=== "Application Networking" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +=== "Virtual Networking" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +## Identity Access Management + +=== "Logging" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +=== "Application Networking" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +=== "Cluster Networking" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +=== "Virtual Networking" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +## Security Regulation Compliance + +=== "Logging" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | + +=== "Virtual Networking" + + | Stakater Responsibilities | Customer Responsibilities | + | --- | --- | + | | | diff --git a/content/about/responsibility-matrix/.gitkeep b/content/about/responsibility-matrix/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/content/about/responsibility-matrix/applications-data.csv b/content/about/responsibility-matrix/applications-data.csv deleted file mode 100644 index 90e818f2..00000000 --- a/content/about/responsibility-matrix/applications-data.csv +++ /dev/null @@ -1,3 +0,0 @@ -Resource,Stakater responsibilities,Your responsibilities -Customer data,, -Customer applications,, \ No newline at end of file diff --git a/content/about/responsibility-matrix/applications-data.md b/content/about/responsibility-matrix/applications-data.md deleted file mode 100644 index 431d5655..00000000 --- a/content/about/responsibility-matrix/applications-data.md +++ /dev/null @@ -1,5 +0,0 @@ -# Applications and data - -You are completely responsible for the applications, workloads, and data that you deploy to SAAP. However, SAAP provides various tools to help you set up, manage, secure, integrate and optimize your apps as described in the following table. - -{{ read_csv('applications-data.csv') }} diff --git a/content/about/responsibility-matrix/change-management.md b/content/about/responsibility-matrix/change-management.md deleted file mode 100644 index e69de29b..00000000 diff --git a/content/about/responsibility-matrix/disaster-recovery.md b/content/about/responsibility-matrix/disaster-recovery.md deleted file mode 100644 index 74260c78..00000000 --- a/content/about/responsibility-matrix/disaster-recovery.md +++ /dev/null @@ -1,3 +0,0 @@ -# Disaster Recovery - -Stakater is responsible for the recovery of Red Hat OpenShift in case of disaster. You are responsible for the recovery of the workloads that run the cluster and your applications data. If you integrate with other cloud services such as file, block, object, cloud database, logging, or audit event services, consult those services' disaster recovery information. diff --git a/content/about/responsibility-matrix/identity-access-management.md b/content/about/responsibility-matrix/identity-access-management.md deleted file mode 100644 index e69de29b..00000000 diff --git a/content/about/responsibility-matrix/incident-operations-management.md b/content/about/responsibility-matrix/incident-operations-management.md deleted file mode 100644 index e69de29b..00000000 diff --git a/content/about/responsibility-matrix/overview.md b/content/about/responsibility-matrix/overview.md deleted file mode 100644 index e69de29b..00000000 diff --git a/content/about/responsibility-matrix/security-regulation-compliance.md b/content/about/responsibility-matrix/security-regulation-compliance.md deleted file mode 100644 index e69de29b..00000000 diff --git a/mkdocs.yml b/mkdocs.yml index d4108800..e6871537 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,6 +21,8 @@ markdown_extensions: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format + - pymdownx.tabbed: + alternate_style: true - attr_list - tables - pymdownx.emoji: @@ -64,14 +66,7 @@ nav: - about/service-definition/cicd-pipelines.md - about/service-definition/service-mesh.md - about/service-definition/multitenancy.md - - Responsibility Matrix: - - about/responsibility-matrix/overview.md - - about/responsibility-matrix/incident-operations-management.md - - about/responsibility-matrix/change-management.md - - about/responsibility-matrix/identity-access-management.md - - about/responsibility-matrix/security-regulation-compliance.md - - about/responsibility-matrix/applications-data.md - - about/responsibility-matrix/disaster-recovery.md + - about/responsibilities.md - Cloud Providers: - about/cloud-providers/overview.md - about/cloud-providers/aws.md @@ -299,4 +294,3 @@ nav: plugins: - search - mermaid2 - - table-reader