Skip to content

Commit 7e58d46

Browse files
committed
[+] added screenshot demonstrating XDatabase Proxy in action
[+] included detailed description of secure PostgreSQL connection and TLS management [+] added production deployment instructions for xdatabase-proxy [*] updated README structure for better clarity
1 parent bc9fe03 commit 7e58d46

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# XDatabase Proxy
22

3+
![XDatabase Proxy in Action](static/images/works-perfect.png)
4+
5+
> **XDatabase Proxy in Action:**
6+
> The screenshot below demonstrates a successful, secure PostgreSQL connection established through the xdatabase-proxy. The proxy automatically generates and manages TLS certificates, ensuring encrypted traffic between your client and the database. This seamless integration with Kubernetes and real-time certificate handling provides both security and ease of use for your cloud-native database workloads.
7+
38
XDatabase Proxy is a smart proxy solution for your database deployments running in Kubernetes environments. This proxy is designed to manage and route connections between different database deployments.
49

510
## Features
@@ -212,6 +217,20 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
212217

213218
If you have any questions or suggestions, please reach out through GitHub Issues.
214219

220+
## Production Deployment
221+
222+
To deploy xdatabase-proxy in your production Kubernetes cluster, simply run:
223+
224+
```bash
225+
kubectl apply -f kubernetes/examples/production/deploy.yaml
226+
```
227+
228+
Or, you can use the raw GitHub URL directly:
229+
230+
```bash
231+
kubectl apply -f https://raw.githubusercontent.com/hasirciogli/xdatabase-proxy/main/kubernetes/examples/production/deploy.yaml
232+
```
233+
215234
---
216235

217236
*(Note: A Turkish version of this README is planned and will be added soon.)*

static/images/works-perfect.png

403 KB
Loading

0 commit comments

Comments
 (0)