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
SettleMint BTP is a comprehensive blockchain development platform that provides tools and services for building, deploying, and managing blockchain applications. It includes features like smart contract development, API management, monitoring, and integration capabilities.
30
30
31
31
**Key Benefits:**
32
-
-🚀 **One-click deployment** across AWS, Azure, GCP, or any Kubernetes cluster
33
-
-🔧 **Flexible dependency management** - choose between managed cloud services, Kubernetes-native deployments, or bring-your-own solutions
34
-
-📊 **Built-in observability** with Prometheus, Grafana, and Loki
35
-
-🔐 **Enterprise security** with OAuth integration, secrets management, and TLS encryption
36
-
-📈 **Scalable architecture** designed for production workloads
32
+
-**One-click deployment** across AWS, Azure, GCP, or any Kubernetes cluster
33
+
-**Flexible dependency management** - choose between managed cloud services, Kubernetes-native deployments, or bring-your-own solutions
34
+
-**Built-in observability** with Prometheus, Grafana, and Loki
35
+
-**Enterprise security** with OAuth integration, secrets management, and TLS encryption
36
+
-**Scalable architecture** designed for production workloads
37
37
38
38
This repository provides a consistent Terraform flow to provision BTP platform dependencies and install the BTP Helm chart. Use the same module to deploy to AWS, Azure, and GCP or any existing Kubernetes cluster. Each dependency can be provided via a managed cloud service, installed inside Kubernetes (Helm), or wired to your own (BYO) endpoints.
39
39
40
40
For deeper guidance, dive into the in-repo docs starting at [`docs/README.md`](./docs/README.md).
41
41
42
42
### Key Features
43
43
44
-
-🧭 Unified module layout for dependencies with three modes: k8s (Helm) | managed (cloud) | byo (external)
45
-
-🪄 Consistent `-var-file` based configuration across environments
46
-
-🔐 Secrets flow through `TF_VAR_*` inputs, and Terraform marks sensitive outputs automatically
47
-
-📈 Observability stack via kube-prometheus-stack and Loki
48
-
-📚 Maintained docs under `docs/` covering configuration, operations, and troubleshooting
44
+
- Unified module layout for dependencies with three modes: k8s (Helm) | managed (cloud) | byo (external)
45
+
- Consistent `-var-file` based configuration across environments
46
+
- Secrets flow through `TF_VAR_*` inputs, and Terraform marks sensitive outputs automatically
47
+
- Observability stack via kube-prometheus-stack and Loki
48
+
- Maintained docs under `docs/` covering configuration, operations, and troubleshooting
0 commit comments