• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

solarhess/kubernetes-minecraft-server: A demonstration of how to run a Minecraft ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

solarhess/kubernetes-minecraft-server

开源软件地址(OpenSource Url):

https://github.com/solarhess/kubernetes-minecraft-server

开源编程语言(OpenSource Language):

Smarty 100.0%

开源软件介绍(OpenSource Introduction):

Minecraft Server in Kubernetes

This demonstrates how to run Minecraft in Kubernetes. It builds on the work of the itzg Minecraft Server Docker Image to create a docker container in kubernetes.

We also use Helm to make installation, and customization, a breeze.

This repository demonstrates how to run in a local kubernetes cluster using local disks.

How To Install

Prerequisites

  • Have a Kubernetes cluster, be able to SSH to the nodes in your cluster
  • Have Helm installed
  • Have your kubeconfig command line set up to talk to your cluster
  • Have cluster admin privileges on this cluster
  • Clone this repository to your computer

Step 1: Create a directory for local files

SSH to one of the nodes in your kubernetes cluster. Create a directory where you want Minecraft files to exist.

Example:

ssh your_kubernetes_host
sudo mkdir -p "/mnt/local-volumes/minecraft"
sudo chmod 777 "/mnt/local-volumes/minecraft"

Get the kubernetes node name name of the host machine on which you just added the directory.

Edit values.yaml. Update Line 7 to your node's hostname. If you used a different path for your worldfile, update volume.path in values.yaml.

Step 2: Configure your Minecraft Server

The itzg Minecraft Server Docker Image allows you to configure settings in the minecraft server by setting environment variables.

You can edit helm/minecraft/deployment.yaml to add or change environment variables for your purposes. See lines 30-35 for examples. See the minecraft-server docker image page for documentation on configuring your server.

We've included just a couple of the most common configurations in values.yaml like gamemode, message of the day, and port.

Step 3: Adjust port

Choose one of these two options:

  1. Widen the range of ports that kube apiserver accepts to allow 25565 The way you would do this differs between the OS and Kubernetes distrobution that you're using. This is one way if you are using k3s, at least on linux.

  2. Change the port Update the values.yaml file to change the port to 30565, or any other valid port you wish.

Note: You may need to open the port if your host system has a firewall installed.

Step 4: Helm install

Now, apply the configuration to Kubernetes. cd to the project root and run:

helm install minecraft helm/minecraft --namespace minecraft --create-namespace

Step 5: Connect

Suppose that your kubernetes node has a public ip address of 192.168.1.203.

If you chose option 1 in Step 3 then you do not need to specify a port when connecting to your server. For this example you would only need to connect to 192.168.1.203.

Othherwise, when you configure your minecraft server, connect to {your external ipv4}:{the port your chose} so for this examle if you chose port 30565 then you would connect to 192.168.1.203:30565.

Invitation to Help

Running on GKE: If anyone is interested in figuring this out the details to make this work on Google Cloud GKE or Azure AKS, please send me a PR.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap