Add support to enable semi private eks cluster access option#928
Merged
nightfury1204 merged 1 commit intostagingfrom Oct 15, 2025
Merged
Add support to enable semi private eks cluster access option#928nightfury1204 merged 1 commit intostagingfrom
nightfury1204 merged 1 commit intostagingfrom
Conversation
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.
What is the feature/update/fix?
Feature: Support for Public-Private EKS Cluster Endpoint Access Mode
We have added support for a new
public-privateendpoint access mode for EKS clusters, complementing the existingpublicandprivateoptions. This hybrid access mode enables both public and private network access to your EKS cluster API server simultaneously, providing greater flexibility in how you connect to and manage your Kubernetes infrastructure.Why is this important?
Flexible API Server Access:
public-privatemode allows you to meet these requirements while still maintaining external access for management toolsThis feature is particularly valuable for organizations that need:
How to use it?
After updating your rack to version 3.22.4, you can enable the public-private endpoint access mode through the Convox Console:
Navigate to Rack Settings
Configure EKS Endpoint Security
public-privatefrom the dropdown menuAvailable EKS Endpoint Access Modes
Your rack now supports three endpoint access configurations:
Network Behavior with Public-Private Mode
When
public-privateis enabled:Does it have a breaking change?
No breaking changes are introduced with this update.
Existing racks will maintain their current endpoint access configuration (
publicorprivate) until explicitly changed through the Rack Settings page.Requirements
To use this feature, you must be on at least version
3.22.4.For a minor version update, you must state the version with the command
convox rack update 3.22.4 -r rackName.You must be on at least rack version
3.21.0to perform this update.If you are unfamiliar with v3 rack versioning, we advise checking the documentation Updating a Rack for more information before applying any updates.