An open API service indexing awesome lists of open source software.

https://github.com/kevinpollet/traefik-ingress

Deploy Traefik as Kubernetes Ingress Controller
https://github.com/kevinpollet/traefik-ingress

deploy edge-router ingress ingress-controller kubernetes kubernetes-crd load-balancer reverse-proxy traefik traefik-v2

Last synced: 7 months ago
JSON representation

Deploy Traefik as Kubernetes Ingress Controller

Awesome Lists containing this project

README

          

# traefik-ingress

[![Build Status](https://github.com/kevinpollet/traefik-ingress/workflows/build/badge.svg)](https://github.com/kevinpollet/traefik-ingress/actions)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![License](https://img.shields.io/github/license/kevinpollet/traefik-ingress)](./LICENSE.md)

Deploy [Traefik](https://traefik.io) as [Kubernetes Ingress Controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/) in a second!

## Usage

```shell
git clone git@github.com:kevinpollet/traefik-ingress.git

kubectl apply -f traefik-ingress/
```

## Contributing

Contributions are welcome!

Want to file a bug, request a feature or contribute some code?

1. Check out the [Code of Conduct](./CODE_OF_CONDUCT.md).
2. Check for an existing [issue](https://github.com/kevinpollet/traefik-ingress/issues) corresponding to your bug or feature request.
3. Open an issue to describe your bug or feature request.

## License

[MIT](./LICENSE.md)