Skip to content

Commit 1f28372

Browse files
authored
Setup documentation (#944)
Setup documentation
1 parent e0fdc0f commit 1f28372

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

docs-source/spring/content/setup/_index.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -202,33 +202,34 @@ Allow group `<group-name>` to manage orm-private-endpoints in `<location>`
202202

203203
## Summary of Components
204204

205-
Oracle Backend for Spring Boot and Microservices setup installs the following components:
205+
Oracle Backend for Spring Boot and Microservices setup installs the following components.
206206

207207
| Component | Version | Description |
208208
|------------------------------|---------------|---------------------------------------------------------------------------------------------|
209+
| Alertmanager | v0.067.1 | Alertmanager |
209210
| Apache APISIX | 3.9.1 | Provides full lifecycle API management. |
210-
| Apache Kafka | 3.7.0 | Provides distributed event streaming. |
211+
| Apache Kafka | 3.8.0 | Provides distributed event streaming. |
211212
| cert-manager | 1.12.3 | Automates the management of certificates. |
212-
| Coherence Operator | 3.3.4 | Provides in-memory data grid. |
213+
| Coherence Operator | 3.3.5 | Provides in-memory data grid. |
213214
| Conductor Server | 3.13.8 | Provides a Microservice orchestration platform. |
214-
| Grafana | 10.4.1 | Provides the tool to examine, analyze, and monitor metrics. |
215-
| HashiCorp Vault | 1.16.1 | Provides a way to store and tightly control access to sensitive data. |
215+
| Grafana | 11.1.4 | Provides the tool to examine, analyze, and monitor metrics. |
216+
| HashiCorp Vault | 1.17.2 | Provides a way to store and tightly control access to sensitive data. |
216217
| Jaeger Tracing | 1.53.0 | Provides distributed tracing system for monitoring and troubleshooting distributed systems. |
217218
| Kube State Metrics | 2.10.1 | Collects metrics for the Kubernetes cluster |
218219
| Loki | 2.6.1 | Provides log aggregation and search. |
219220
| Metrics server | 0.7.0 | Source of container resource metrics for Kubernetes built-in autoscaling pipeline |
220221
| NGINX Ingress Controller | 1.10.1 | Provides traffic management solution for cloud‑native applications in Kubernetes. |
221-
| OpenTelemetry Collector | 0.101.0 | Collects process and export telemetry data. |
222-
| Oracle Database Observability Exporter | 1.2.1 | Exposes Oracle Database metrics in standard Prometheus format. |
223-
| Oracle Database Operator | 1.0 | Helps reduce the time and complexity of deploying and managing Oracle databases. |
224-
| Oracle Transaction Manager for Microservices | 23.4.2 | Manages distributed transactions to ensure consistency across Microservices. |
222+
| OpenTelemetry Collector | 0.107.0 | Collects process and export telemetry data. |
223+
| Oracle Database Observability Exporter | 1.3.1 | Exposes Oracle Database metrics in standard Prometheus format. |
224+
| Oracle Database Operator | 1.1.0 | Helps reduce the time and complexity of deploying and managing Oracle databases. |
225+
| Oracle Transaction Manager for Microservices | 24.2.1 | Manages distributed transactions to ensure consistency across Microservices. |
225226
| Prometheus | 2.52.0 | Provides event monitoring and alerts. |
226227
| Prometheus Operator | 0.74.0 | Provides management for Prometheus monitoring tools. |
227228
| Promtail | 2.8.2 | Collects logs. |
228-
| Spring Authorization Server | 3.3.0 | Provides authentication and authorization for applications. |
229-
| Spring Boot Admin server | 3.3.1 | Manages and monitors Spring Cloud applications. |
230-
| Spring Cloud Config server | 4.1.2 | Provides server-side support for an externalized configuration. |
231-
| Spring Eureka service registry | 4.1.2 | Provides service discovery capabilities. |
229+
| Spring Authorization Server | 3.3.3 | Provides authentication and authorization for applications. |
230+
| Spring Boot Admin server | 3.3.3 | Manages and monitors Spring Cloud applications. |
231+
| Spring Cloud Config server | 4.1.3 | Provides server-side support for an externalized configuration. |
232+
| Spring Eureka service registry | 4.1.3 | Provides service discovery capabilities. |
232233
| Strimzi-Apache Kafka operator | 0.36.1 | Manages Apache Kafka clusters. |
233234

234235
## Overview of the Setup Process
@@ -285,6 +286,7 @@ To set up the OCI environment, process these steps:
285286
- `Grafana Administrator Password` (optional) : Leave blank to auto-generate.
286287
- `ORACTL Administrator Password` optional) : Leave blank to auto-generate. This is the password for the `obaas-admin` user.
287288
- `ORACTL User Password` (optional) : Leave blank to auto-generate. This is the password for the `obaas-user` user.
289+
- `Alertmanager Administrator Password` (optional) : Leave blank to auto-generate. This is the admin password for the alertmanager.
288290

289291
<!-- spellchecker-disable -->
290292
{{< img name="oci-stack-passwords" size="large" lazy=false >}}
@@ -306,6 +308,8 @@ To set up the OCI environment, process these steps:
306308
- `Node Pool Worker Shape` : The shape of the node pool workers.
307309
- `Node Workers OCPU` : The initial number of Oracle Compute Units (OCPUs) for the node pool workers.
308310

311+
If you check the box `Deploy GPU Node Pool` a node pool with GPU will be created with the size of `GPU Node Pool Workers` (default 1) and the shape `Node Pool Worker Shape` (default VM.GPU.A10.1). **NOTE:** Make sure that the tenancy you are deploying to has resources to do so.
312+
309313
> **NOTE:** Oracle recommends that you set `API Endpoint Access Control` to be as restrictive as possible
310314
311315
<!-- spellchecker-disable -->
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)