We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c10bd8 commit 2689d03Copy full SHA for 2689d03
README.md
@@ -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