You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/spring/content/platform/soc/_index.md
+158Lines changed: 158 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,36 @@ resources:
84
84
- name: soc-alerts
85
85
src: "soc-alerts.png"
86
86
title: "Alerts"
87
+
- name: soc-workload-details
88
+
src: "soc-workload-details.png"
89
+
title: "Workload Details"
90
+
- name: soc-workload-details-overview
91
+
src: "soc-workload-details-overview.png"
92
+
title: "Workload Details: Overview"
93
+
- name: soc-workload-details-overview-scale
94
+
src: "soc-workload-details-overview-scale.png"
95
+
title: "Workload Details: Scale workload"
96
+
- name: soc-workload-details-hpa
97
+
src: "soc-workload-details-hpa.png"
98
+
title: "Workload Details: Horizontal Pod Autoscaler(HPA)"
99
+
- name: soc-workload-details-hpa-create
100
+
src: "soc-workload-details-hpa-create.png"
101
+
title: "Workload Details: Create HPA"
102
+
- name: soc-workload-details-route
103
+
src: "soc-workload-details-route.png"
104
+
title: "Workload Details: APISIX Routes"
105
+
- name: soc-manage-config
106
+
src: "soc-manage-config.png"
107
+
title: "Manage Configuration"
108
+
- name: soc-manage-config-create
109
+
src: "soc-manage-config-create.png"
110
+
title: "Create Configuration"
111
+
- name: soc-manage-config-update
112
+
src: "soc-manage-config-update.png"
113
+
title: "Update Configuration"
114
+
- name: soc-manage-config-delete
115
+
src: "soc-manage-config-delete.png"
116
+
title: "Delete Configuration"
87
117
---
88
118
89
119
Oracle Backend for Microservices and AI includes "ServiceOps Center". The ServiceOps Center provides a web user interface to manage the Oracle Backend for Microservices and AI. This release includes the following capabilities:
@@ -115,12 +145,20 @@ Oracle Backend for Microservices and AI includes "ServiceOps Center". The Servic
The Overview section on the Workload details page contains basic details of the workload such as
430
+
431
+
- Name of the workload
432
+
- Image
433
+
- Ports exposed by the workload
434
+
- Link to the Spring Boot Statistics Grafana dashboard for the workload
435
+
- Spring profile
436
+
- Status of Health Probe
437
+
- CPU Resource request
438
+
- Name of the Liquibase database
439
+
- Workload creation/last update timestamps
440
+
- Replicas available
441
+
- Overall status of the workload.
442
+
443
+
The Overview section also provides buttons to control state of the workload. You can click START to start a workload which is currently unavailable. Click STOP to stop a running workload. DELETE can be used to permanently remove a workload from the cluster.
The Horizontal Pod Autoscaler section contains basic details of the [Horizontal Pod Autocaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) or HPA present for a workload such as
462
+
463
+
- Name
464
+
- Reference to target deployment
465
+
- Target metric value
466
+
- Minimum number of pods
467
+
- Maximum number of pods
468
+
- Current replicas
469
+
- Age of HPA
470
+
471
+
If a HPA exists, DELETE button can be used to delete the HPA.
The APISIX Routes section Name, Path and Target port of [APISIX Route](https://apisix.apache.org/docs/apisix/terminology/route/) present for a workload.
The Manage Identity screen is accessible from the Security menu and allows you to view and edit information about the users and roles defined in the Authorization Server included in the platform.
@@ -436,6 +554,46 @@ You can select one or more users and click "DELETE" to delete selected user(s).
436
554
437
555
<!-- spellchecker-enable -->
438
556
557
+
### Manage Configuration
558
+
559
+
The Manage Configuration screen is accessible from the Config-Server menu and allows you to view and edit external configuration in [Spring Cloud Config server](../config).
The Collect Diagnostic Data is accessible from the Settings Menu and allows you to collect and download diagnostic data about your installation and platform. Verify its contents for any sensitive information before submitting with any support request.
0 commit comments