You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm trying to deploy the Minecraft server (JAVA edition) and install GeyserMC on it so other devices like iOS with Minecraft Bedrock version can also connect to my server, and here is my overrides YAML
I've added the GeyserMC to minecraftServer.pluginUrls[0] and added necessary ports under minecraftServer.extraPorts. Since I have limited IP, I choose to use CluserIP as Kubernetes Service type and use Krelay to do port-forwarding as bedrock requires UDP protocol.
I tested the server with Java edition and it did the work. However, my iOS devices just can't connect to it... Want to ask if someone here also tried GeyserMC with ClusterIP before?
The text was updated successfully, but these errors were encountered:
While I haven't used the plugin approach for Geyser (This is actually the first I'm seeing this, wasn't even aware this was possible), I've ran Geyser successfully as an external helm chart without issue and I've just recently converted it to a sidecar deployment under this chart if you need to use it for reference.
Part of getting Geyser to connect to your Java server is to specify in the Geyser's config.yaml file the IP/hostname for your Java server. I'm doing this by utilizing the DNS name of the service for the Java server so it'll always be pointed at the proper IP. I'm not sure how you specify this in the plugin approach, unfortunately but I just wanted to mention that it is possible.
Hi! I'm trying to deploy the Minecraft server (JAVA edition) and install GeyserMC on it so other devices like iOS with Minecraft Bedrock version can also connect to my server, and here is my overrides YAML
I've added the GeyserMC to
minecraftServer.pluginUrls[0]
and added necessary ports underminecraftServer.extraPorts
. Since I have limited IP, I choose to useCluserIP
as Kubernetes Service type and use Krelay to do port-forwarding as bedrock requires UDP protocol.I tested the server with Java edition and it did the work. However, my iOS devices just can't connect to it... Want to ask if someone here also tried GeyserMC with ClusterIP before?
The text was updated successfully, but these errors were encountered: