Skip to main content

Palworld Dedicated Server on Kubernetes

How to run Palworld Dedicared server on Kubernetes.

Setup Palworld in kubernetes

All files you will need to deploy this container to kubernetes are located in the k8s folder.

Use the following commands to setup this Palworld container in Kubernetes:

  • kubectl apply -f pvc.yaml
  • kubectl apply -f configmap.yaml
  • kubectl apply -f secret.yaml
  • kubectl apply -f service.yaml
  • kubectl apply -f deployment.yaml

Using helm chart

The official helm chart can be found in a seperate repository, palworld-server-chart