@@ -202,33 +202,34 @@ Allow group `<group-name>` to manage orm-private-endpoints in `<location>`
202
202
203
203
## Summary of Components
204
204
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.
206
206
207
207
| Component | Version | Description |
208
208
| ------------------------------| ---------------| ---------------------------------------------------------------------------------------------|
209
+ | Alertmanager | v0.067.1 | Alertmanager |
209
210
| 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. |
211
212
| 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. |
213
214
| 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. |
216
217
| Jaeger Tracing | 1.53.0 | Provides distributed tracing system for monitoring and troubleshooting distributed systems. |
217
218
| Kube State Metrics | 2.10.1 | Collects metrics for the Kubernetes cluster |
218
219
| Loki | 2.6.1 | Provides log aggregation and search. |
219
220
| Metrics server | 0.7.0 | Source of container resource metrics for Kubernetes built-in autoscaling pipeline |
220
221
| 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. |
225
226
| Prometheus | 2.52.0 | Provides event monitoring and alerts. |
226
227
| Prometheus Operator | 0.74.0 | Provides management for Prometheus monitoring tools. |
227
228
| 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. |
232
233
| Strimzi-Apache Kafka operator | 0.36.1 | Manages Apache Kafka clusters. |
233
234
234
235
## Overview of the Setup Process
@@ -285,6 +286,7 @@ To set up the OCI environment, process these steps:
285
286
- ` Grafana Administrator Password ` (optional) : Leave blank to auto-generate.
286
287
- ` ORACTL Administrator Password ` optional) : Leave blank to auto-generate. This is the password for the ` obaas-admin ` user.
287
288
- ` 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.
288
290
289
291
<!-- spellchecker-disable -->
290
292
{{< img name="oci-stack-passwords" size="large" lazy=false >}}
@@ -306,6 +308,8 @@ To set up the OCI environment, process these steps:
306
308
- ` Node Pool Worker Shape ` : The shape of the node pool workers.
307
309
- ` Node Workers OCPU ` : The initial number of Oracle Compute Units (OCPUs) for the node pool workers.
308
310
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
+
309
313
> ** NOTE:** Oracle recommends that you set ` API Endpoint Access Control ` to be as restrictive as possible
310
314
311
315
<!-- spellchecker-disable -->
0 commit comments