Prerequisites
Thundernetes foundational knowledge. ๐
Here you will find resources that will fill the knowledge gaps when working with technologies within thundernetes.
๐Thundernetes was named after a combination of the words thunderhead and kubernetes. Thunderhead is the internal code name for the Azure PlayFab Multiplayer Servers service.
Docker and Containerisation ๐ข
Kubernetes ๐ผ
Kubernetes is built on top of Docker to run containers at scale across many machines. We recommend that you have knowledge in the following Kubernetes areas before getting started with thundernetes.
Kubernetes Resources
- Kubernetes Basics
- Kubernetes core concepts for Azure Kubernetes Service (AKS)
- kubectl
- kind
- kind is a tool for running local Kubernetes clusters using Docker container โnodesโ.
- kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.
Game Servers ๐พ
Azure Account โ๏ธ
You can host your Kubernetes clusters in Azure. If you donโt have an account you can create one for free.
Azure Blob Storage
Game Engine ๐ฎ
Using your multiplayer game to integrate with Thundernetes.