Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

โ€œInvest in yourself โ€” your confidence is always worth it.โ€

Explore Cosmetic Hospitals

Start your journey today โ€” compare options in one place.

What is EKS Platform version?

1. What is EKS Platform Version?

The EKS Platform Version represents the capabilities of the EKS control plane, such as:

  • Kubernetes API server feature flags and configurations.
  • Security patches and bug fixes provided by AWS.
  • AWS-specific enhancements like IAM roles for service accounts (IRSA), KMS encryption, Fargate improvements, etc..
  • Performance optimizations for the EKS control plane.

Each Kubernetes minor version (e.g., 1.27, 1.28) has its own set of EKS platform versions (eks.1, eks.2, etc.).


2. How is EKS Platform Version Different from Kubernetes Version?

AspectEKS Platform VersionKubernetes Version
DefinitionAWSโ€™s versioning for EKS control plane enhancements and patchesKubernetes upstream version supported by AWS
PurposeControls AWS-managed EKS features, security patches, and performance improvementsDetermines the Kubernetes API version, features, and workload compatibility
ScopeOnly impacts the EKS control planeImpacts both control plane and worker nodes
UpdatesAWS releases new platform versions without changing Kubernetes versionsMust be explicitly upgraded by the user
Exampleeks.1, eks.2, eks.3 (for Kubernetes 1.27)Kubernetes 1.26, 1.27, 1.28

โœ… Key takeaway:

  • Kubernetes Version = Upstream Kubernetes API version (affects workloads & node compatibility).
  • EKS Platform Version = AWSโ€™s optimizations for Kubernetes control plane (does not affect workload compatibility).

3. Can You Choose the EKS Platform Version When Deploying a Cluster?

โŒ No, you CANNOT manually choose the EKS Platform Version.

  • When you create an EKS cluster, AWS automatically assigns the latest platform version for that Kubernetes version.
  • However, you can check the assigned platform version after deployment: aws eks describe-cluster --name my-cluster --query "cluster.platformVersion" --output text

4. List of Available EKS Platform Versions

AWS does not provide a direct CLI command to list all platform versions. However, you can check available platform versions for each Kubernetes version in the official AWS documentation:

๐Ÿ“Œ Amazon EKS Platform Versions

Each Kubernetes minor version has its own platform versions (eks.1, eks.2, etc.), and platform versions are not shared across Kubernetes versions.


5. Comparison of EKS Platform Versions

Each EKS Platform Version brings different enhancements. Here’s a comparison for Kubernetes 1.27 as an example:

EKS Platform VersionFeatures & Enhancements
eks.1Initial release of Kubernetes 1.27 in EKS
eks.2Security patches for the control plane
eks.3IAM Role for Service Accounts (IRSA) improvements
eks.4Enhanced Fargate compatibility & logging improvements

To get a detailed list of changes per platform version, visit:
๐Ÿ“Œ Amazon EKS Platform Versions


6. How to Check Your EKS Platform Version

Run the following AWS CLI command:

aws eks describe-cluster --name my-cluster --query "cluster.platformVersion" --output text
Code language: JavaScript (javascript)

โœ… Example output:

eks.3
Code language: CSS (css)

7. How to Upgrade the EKS Platform Version?

AWS automatically upgrades platform versions when upgrading EKS Kubernetes versions.

To upgrade:

aws eks update-cluster-version --name my-cluster --kubernetes-version 1.28
Code language: CSS (css)

โš ๏ธ Note: AWS does not support manually upgrading platform versions within the same Kubernetes version.


8. Summary

QuestionAnswer
What is EKS Platform Version?AWSโ€™s versioning for EKS control plane capabilities, security patches, and optimizations.
How is it different from Kubernetes Version?Kubernetes Version affects workloads and API compatibility, while EKS Platform Version affects AWS-managed control plane settings.
Can you choose a specific platform version?โŒ No, AWS assigns the latest platform version automatically.
Where to find available platform versions?๐Ÿ“Œ AWS EKS Documentation
How to check your platform version?Run aws eks describe-cluster --name my-cluster --query "cluster.platformVersion"
How to upgrade platform versions?Upgrade the EKS Kubernetes version, AWS automatically applies the latest platform version.

What is Bundled in an EKS Platform Version?

Each EKS Platform Version is a bundle of AWS-managed control plane enhancements, including:

  1. Kubernetes Control Plane Configuration
  2. Security Patches & Fixes
  3. AWS-Specific Feature Enhancements
  4. Performance & Stability Improvements
  5. Networking & IAM Updates
  6. Bug Fixes & Deprecations

1๏ธโƒฃ Kubernetes Control Plane Configuration

  • Determines which Kubernetes API server flags are enabled.
  • Introduces new features supported by AWS for that Kubernetes version.
  • Enables default settings for control plane components (e.g., API server, controller manager, etc.).

Example:

  • eks.1 might enable an experimental feature like alpha.kubernetes.io/instance-type but disable it in eks.2 if found unstable.

2๏ธโƒฃ Security Patches & Fixes

  • AWS applies critical security patches for Kubernetes vulnerabilities.
  • Addresses CVE (Common Vulnerabilities and Exposures) affecting the control plane.
  • Ensures IAM Role for Service Accounts (IRSA) and OIDC provider security updates.

Example:

  • A Kubernetes API server vulnerability might be patched in EKS 1.27 eks.3, but not in eks.1.

3๏ธโƒฃ AWS-Specific Feature Enhancements

  • New AWS service integrations such as:
    • AWS Fargate improvements for serverless Kubernetes.
    • Enhanced Amazon VPC CNI (Container Networking Interface).
    • KMS Encryption improvements for Kubernetes secrets.
    • Better IAM Role for Service Accounts (IRSA) handling.
  • Enables default add-ons like kube-proxy, CoreDNS, and Amazon VPC CNI.

Example:

  • eks.3 might introduce multi-architecture support for ARM64 nodes, improving cost optimization for workloads.

4๏ธโƒฃ Performance & Stability Improvements

  • Enhancements in API Server request handling and controller performance.
  • Improvements in control plane auto-scaling & resource utilization.
  • Reduces latency in Kubernetes API calls.

Example:

  • eks.2 might introduce faster node registration compared to eks.1.

5๏ธโƒฃ Networking & IAM Updates

  • Improves VPC CNI plugin for better networking performance.
  • Updates IAM permissions for managed node groups.
  • Enhances load balancer and ALB integration.

Example:

  • eks.4 might optimize VPC networking for IPv6 support.

6๏ธโƒฃ Bug Fixes & Deprecations

  • Fixes bugs in previous EKS platform versions.
  • Deprecates unsupported Kubernetes APIs.
  • Ensures backward compatibility with older platform versions.

Example:

  • eks.5 might remove an old PodSecurityPolicy (PSP) API deprecated in Kubernetes 1.25.

Key Takeaways

โœ” EKS Platform Version bundles AWS-specific enhancements for security, networking, and performance.
โœ” Newer platform versions contain fixes, security patches, and feature upgrades for your control plane.
โœ” You CANNOT manually select a platform versionโ€”AWS assigns the latest one for your Kubernetes version.
โœ” Upgrading the Kubernetes version automatically moves you to the latest platform version.


Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services โ€” all in one place.

Explore Hospitals
I'm Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked at Cotocus and regularly write about technology, travel, investing, health, product reviews, and digital marketing through my various platforms. I publish technical articles at DevOps School, travel stories at Holiday Landmark, stock market insights at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at TrueReviewNow, and SEO and digital marketing strategies at Wizbrand.

Related Posts

Top 10 AI SEO Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, AI SEO tools have become indispensable for digital marketers, businesses, and content creators aiming to dominate search engine rankings. These tools leverage artificial intelligence…

Read More

Top 10 Product Lifecycle Management (PLM) Tools in 2026: Features, Pros, Cons & Comparison

Introduction Product Lifecycle Management (PLM) is a strategic approach to managing a productโ€™s journey from conception through design, manufacturing, and end-of-life. In 2026, PLM software has evolved…

Read More

Top 10 Patch Management Tools in 2026: Features, Pros, Cons & Comparison

Introduction: The Importance of Patch Management in 2026 In 2026, as cyber threats evolve and technology becomes more complex, patch management tools are critical for maintaining cybersecurity…

Read More

Top 10 Headless CMS Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, Headless Content Management Systems (CMS) have become the go-to solution for businesses seeking flexibility, scalability, and a modern approach to content management. Unlike traditional…

Read More

Top 10 AI Lead Scoring Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, AI lead scoring tools have become indispensable for B2B and B2C businesses aiming to optimize their sales pipelines. These tools leverage artificial intelligence to…

Read More

Top 10 AI Portfolio Optimization Tools in 2026: Features, Pros, Cons & Comparison

Introduction Investment management has always been about making smart choices at the right time. Traditionally, this required endless hours of research, manual calculations, and intuition. But in…

Read More
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
0
Would love your thoughts, please comment.x
()
x