Skip to content

Commit

Permalink
Added github issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
kainlite committed Jan 18, 2020
1 parent fef20cf commit 3244c01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

This project aims to ease and do two things, connect to private resources safely and being simple enough like any other kubernetes resource, it relies in socat to do so (maybe at some point it will not), basically it will spin up a pod with socat and some given params to create the connection for you, at this time only the port-fordward method has been written for tcp and udp (udp needs more testing), tested and works. It uses the same port for the Pod that the remote connection uses.

This will probably be a post in my blog at some point [TechSquad.Rocks](https://techsquad.rocks/blog/).
There is a blog page describing how to get here, [check it out](https://techsquad.rocks/blog/cloud_native_applications_with_kubebuilder_and_kind_aka_kubernetes_operators/).

Also if you are interested how I got the idea to make this operator check this [github issue](https://github.com/kubernetes/kubernetes/issues/72597).

### Installation
To install this operator in your cluster you need to do the following:
Expand Down

0 comments on commit 3244c01

Please sign in to comment.