aws-solutions-library-samples / guidance-for-game-server-hosting-using-agones-and-open-match-on-amazon-eks

This guidance provides code and instructions to create a multi Kubernetes cluster environment to host a match making and game server solution, integrating Open Match, Agones and Amazon Elastic Kubernetes Service (Amazon EKS), for a session-based multiplayer game.
https://aws.amazon.com/solutions/guidance/game-server-hosting-using-agones-and-open-match-on-amazon-eks/
MIT No Attribution
12 stars 8 forks source link

Upgrade Kubernetes from 1.28 to latest stable version #29

Open jpvelasco opened 1 week ago

jpvelasco commented 1 week ago

The current Kubernetes version (1.28) used in this project is approaching the end of its standard support period on November 26, 2024. If not updated, the cluster will enter an extended support period, incurring additional fees. This could lead to increased operational costs and potential security risks if left unaddressed.

Should upgrade the Kubernetes cluster to the latest stable version before the end of the standard support period. This solution should include:

  1. Determining the appropriate target Kubernetes version
  2. Updating the cluster configuration
  3. Ensuring compatibility with Agones and Open Match
  4. Updating all relevant documentation

The upgrade process should ideally be completed soon to avoid entering the extended support period.

Additional context

sdpoueme commented 1 day ago

Looking at the blueprint details. We probably need to update the versions there and in the env variables used for deployments as well.