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 a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at <a href="https://www.cotocus.com/">Cotocus</a>. I share tech blog at <a href="https://www.devopsschool.com/">DevOps School</a>, travel stories at <a href="https://www.holidaylandmark.com/">Holiday Landmark</a>, stock market tips at <a href="https://www.stocksmantra.in/">Stocks Mantra</a>, health and fitness guidance at <a href="https://www.mymedicplus.com/">My Medic Plus</a>, product reviews at <a href="https://www.truereviewnow.com/">TrueReviewNow</a> , and SEO strategies at <a href="https://www.wizbrand.com/">Wizbrand.</a> Do you want to learn <a href="https://www.quantumuting.com/">Quantum Computing</a>? <strong>Please find my social handles as below;</strong> <a href="https://www.rajeshkumar.xyz/">Rajesh Kumar Personal Website</a> <a href="https://www.youtube.com/TheDevOpsSchool">Rajesh Kumar at YOUTUBE</a> <a href="https://www.instagram.com/rajeshkumarin">Rajesh Kumar at INSTAGRAM</a> <a href="https://x.com/RajeshKumarIn">Rajesh Kumar at X</a> <a href="https://www.facebook.com/RajeshKumarLog">Rajesh Kumar at FACEBOOK</a> <a href="https://www.linkedin.com/in/rajeshkumarin/">Rajesh Kumar at LINKEDIN</a> <a href="https://www.wizbrand.com/rajeshkumar">Rajesh Kumar at WIZBRAND</a> <a href="https://www.rajeshkumar.xyz/dailylogs">Rajesh Kumar DailyLogs</a>

Related Posts

Terraform Backend Tutorial

Terraform is a popular open-source infrastructure as code tool used to create and manage infrastructure resources. The state of the infrastructure resources managed by Terraform is stored…

Read More

Best Tools for Software Composition Analysis (SCA)

Hereโ€™s a clear and professional explanation of the three related concepts you asked about โ€” all of which are critical parts of secure software development, especially in…

Read More

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

Introduction In 2026, AI code review tools have become essential for developers aiming to enhance code quality, streamline workflows, and accelerate software delivery. These tools leverage advanced…

Read More

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

Introduction Expense management tools are critical for businesses of all sizes in 2026 as they help streamline financial processes, improve budgeting, ensure compliance, and enhance financial visibility….

Read More

Top 10 Web Application Firewall (WAF) Tools in 2026: Features, Pros, Cons & Comparison

Introduction In the rapidly evolving landscape of cybersecurity, Web Application Firewalls (WAFs) have become a critical component in defending web applications from malicious attacks such as SQL…

Read More

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

Introduction In 2026, businesses of all sizes are increasingly reliant on a variety of devicesโ€”laptops, desktops, mobile devices, and other endpointsโ€”that connect to their networks. With the…

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