Skip to content

Commit 2689d03

Browse files
committed
(doc) minimal description
1 parent 5c10bd8 commit 2689d03

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# KutEx - Kubernetes to External Service
2+
3+
This little tool helps you to replace a service with one that points to a (local) endpoint
4+
quickly.
5+
It can be helpful especially during local development, when you want services
6+
inside the cluster to access a local running application.
7+
8+
## Usage
9+
To point a service to an external one, simply run the following command:
10+
11+
**Please note that the existing service gets deleted during this process, so make a backup!**
12+
13+
```
14+
kutex <your service name> <your endpoint ip/host>
15+
16+
# E.g.
17+
kutex superservice 192.168.64.1
18+
```

0 commit comments

Comments
 (0)