agones.dev/agones@v1.54.0/install/helm/agones/templates/NOTES.txt (about)

     1  The Agones components have been installed in the namespace {{ .Release.Namespace }}.
     2  
     3  You can get their status by running:
     4  kubectl --namespace {{ .Release.Namespace }} get pods -o wide
     5  
     6  Once ready you can create your first GameServer using our examples https://agones.dev/site/docs/getting-started/create-gameserver/ .
     7  
     8  Finally don't forget to explore our documentation and usage guides on how to develop and host dedicated game servers on top of Agones:
     9  
    10   - Create a Game Server (https://agones.dev/site/docs/getting-started/create-gameserver/)
    11   - Integrating the Game Server SDK (https://agones.dev/site/docs/guides/client-sdks/)
    12   - GameServer Health Checking (https://agones.dev/site/docs/guides/health-checking/)
    13   - Accessing Agones via the Kubernetes API (https://agones.dev/site/docs/guides/access-api/)