Upgrade Kubernetes version to 1.35 in AWS cluster configs#161
Merged
Conversation
connerhughes-dg
approved these changes
Jun 12, 2026
connerhughes-dg
left a comment
Contributor
There was a problem hiding this comment.
LGTM — version bump is safe.
Confirmed this is a docs/samples-only change: the three eksctl sample cluster configs go 1.33 → 1.35, plus the CHANGELOG entry. No Helm template logic is touched.
- EKS support: Verified — EKS has supported Kubernetes 1.35 since Jan 2026 in all regions, and it's in standard support for 14 months. New-cluster creation and upgrades are supported via eksctl, so the copy-paste samples will work as written.
- API compatibility: Audited every apiVersion the chart renders against 1.34/1.35 deprecations/removals. All are long-stable GA APIs, nothing uses a beta or removed API.
- 1.35 gotchas — both clear: The cgroup v1 deprecation doesn't apply since the samples use Ubuntu2204 / AmazonLinux2023 (both cgroup v2 by default). The containerd 2.0 requirement only affects the next upgrade beyond 1.35.
Non-blocking nit: users on an older eksctl will need a recent enough version to recognize version: "1.35" — worth a one-line note in the docs if not already implied, but not a blocker.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Upgrade Kubernetes version from 1.33 to 1.35 in AWS cluster configs ahead of end-of-support.
See AWS EKS doc: Understand the Kubernetes version lifecycle on EKS
Kubernetes 1.33 (Deepgram chart's prior version):
Kubernetes 1.35 (Deepgram chart's new version):
I tested in EKS and it works as expected, no issues updating a Deepgram cluster from 1.33 to 1.35 and serving requests.
Types of changes
What types of changes does your code introduce to the Deepgram self-hosted resources?
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments