# Custom Ingress Controller

**URL:** https://forums.suse.com/t/custom-ingress-controller/7077
**Category:** Rancher 1.x
**Created:** [August 10, 2017, 3:42pm UTC](https://forums.suse.com/t/custom-ingress-controller/7077 "2017-08-10T15:42:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![trondhindenes](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/trondhindenes/32/1780_2.png) [@trondhindenes](https://forums.suse.com/u/trondhindenes)
#### Post date: [August 10, 2017, 3:42pm UTC](https://forums.suse.com/t/custom-ingress-controller/7077/1 "2017-08-10T15:42:01Z")

</div>

i’m trying to use Traefik as an ingress controller with Kubernetes.  
What I did:

1. Updated the Kubernetes template to disable ingress, and redeployed
2. Configured a Daemonset with hostPort set to port 80

I can not get traffic into port 80 when testing directly against any of my Kubernetes hosts - tried different container images (the nginx images for example) to make sure there wasn’t anything wrong with my setup, but whatever I do I cannot get traffic to hit the ingress controller pod.

So my question is: Is this supported in Rancher? This is all working fine in minikube, but as Rancher implements its own networking I guess there might be some problems there?

What are my options for replacing the Rancher ingress controller setup with my own custom one?
