itzg / itzg/minecraft-server-charts

Helm Chart Ingress

Open
#150 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Mustache
Stars
406
Forks
164
Avg merge
1h 34m
Merged PRs (30d)
1

Description

```
# ingress-route.yaml
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: minecraft
namespace: minecraft
spec:
entryPoints:
- 25565/tcp
routes:
- match: HostSNI(`*`)
kind: Rule
services:
- name: svc-minecraft
port: 25565
```

and
```
kind: IngressRouteTCP
```
is not an option . How to proceed?

💡**N.B.**: Installed via [Helm](https://helm.sh/) with this [chart](https://github.com/itzg/minecraft-server-charts/tree/master/charts/minecraft) on [EKS](https://github.com/itzg/minecraft-server-charts/tree/master/charts/minecraft) on [AWS](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiJxreK-Jj-AhUSSPEDHaACCasQFnoECAoQAQ&url=https%3A%2F%2Faws.amazon.com%2Feks%2F&usg=AOvVaw2mMgWlGME4LaKDNCCZ8EeY) behind [Traefik](https://traefik.io/traefik/).

**References | Similar Issues**:
- [Traefik Documentation](https://doc.traefik.io/traefik/routing/routers/)
- [Traefik Community](https://community.traefik.io/t/connecting-to-minecraft-server-via-tcp-trhough-traefik/14146/6)
- [Reddit](https://www.reddit.com/r/Traefik/comments/f8yp20/minecraft_behind_traefik/)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the chart linked in the issue and the ingress-route.yaml example, then compare the available Traefik routing resources with the linked Traefik documentation and community discussion. Confirm how TCP traffic for port 25565 should be represented on EKS; done means a documented, working route or a clearly identified configuration path.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, helm, kubernetes
Domain
cloud, infrastructure, networking
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.