mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #307] Kubernetes Ingress Controller exemple #227
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#227
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ciceroverneck on GitHub (Apr 27, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/307
https://kubernetes.io/docs/concepts/services-networking/ingress/
@fatedier commented on GitHub (Apr 28, 2017):
I read the docs about k8s ingress and very interested to let frp compatible with it.
I will do it but not recently. I am busy doing other works. It's better to try traefik at present, i think it is the project with same idea.
@Mikulas commented on GitHub (Aug 18, 2017):
I've set up frp on kubernetes without changing the app at all.
The configuration I used is here: https://gist.github.com/Mikulas/16fdfd4b294560b47208bc863c332ba6 (I use a custom image that generates frps.ini from env, but everything else is unchanged.)
There are multiple ways to configure it:
NodePortLoad balancing requests against the proxy is easy as any ingress controller should be able to handle those.