gregoryg / k8s-starbound

Starbound dedicated server running on a Kubernetes deployment

Home Page:https://playstarbound.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starbound Kubernetes Dedicated Server

This repository contains resources for running a Starbound server.

Tested in GKE 1.12

Using

Git clone this repository

git clone https://github.com/diegomarangoni/k8s-starbound.git

cd k8s-starbound/

Replace the steam credentials secret file steam.yml with valid credentials (base64 encoded) and apply with:

kubectl apply -f steam.yml

Now, apply the entire starbound folder with:

kubectl apply -f starbound/

Get your server public IP address with the following command:

kubectl get services

About

Starbound dedicated server running on a Kubernetes deployment

https://playstarbound.com/