-
I'm having some trouble deploying the Minecraft server container to Azure Kubernetes Service. I used the Kubernetes manifest file in the examples folder here. The server seems to start up correctly but then fails when it tries to ping localhost:25565. Here are the logs when the server is starting...
And here is the message when it tries to ping the server and fails...
The pod/service restarts continuously with the same error. Does someone with Kubernetes experience know whats going on? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks like I need to update that example. What's happening with yours is that the server hasn't fully started up in time, so it then fails the pod. Here's what I use lately in my deployment :
|
Beta Was this translation helpful? Give feedback.
It looks like I need to update that example.
What's happening with yours is that the server hasn't fully started up in time, so it then fails the pod. Here's what I use lately in my deployment :