Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding wrapper sample and docs #153

Merged
merged 2 commits into from
Feb 1, 2022
Merged

adding wrapper sample and docs #153

merged 2 commits into from
Feb 1, 2022

Conversation

dgkanatsios
Copy link
Collaborator

@dgkanatsios dgkanatsios commented Jan 28, 2022

Fixes #148

adds information about how to quickly start with your game server on thundernetes without integrating with GSDK by using a custom wrapper from https://github.com/PlayFab/MpsSamples repository.

Also adding a table of contents for our documentation.

@dgkanatsios dgkanatsios marked this pull request as ready for review January 28, 2022 02:02
@dgkanatsios dgkanatsios added the documentation Improvements or additions to documentation label Jan 28, 2022
Copy link
Collaborator

@khaines khaines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only a minor typo I could find. The rest makes sense to me for this sample


We have built such a utility (called 'mpswrapper') [here](https://github.com/PlayFab/MpsSamples/tree/master/wrappingGsdk). Mpswrapper is also published as container image on GitHub Container Registry [here](https://github.com/PlayFab/MpsSamples/pkgs/container/mpswrapper) which should be used as the container image in your GameServerBuild definition.

Your game server needs to be built and packaged in a place where your Kubernetes cluster can access it. Kubernets uses [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) to access data external to the Pod. For this sample, you will use [Azure Files](https://azure.microsoft.com/en-us/services/storage/files/) storage to place your game server files but you are free to use the storage service of your choice.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: Kubernets

@dgkanatsios dgkanatsios merged commit 8d74599 into master Feb 1, 2022
@dgkanatsios dgkanatsios deleted the wrapper branch February 1, 2022 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a wrapper container image for people to try thundernetes
2 participants