Replies: 1 comment 2 replies
-
@Rezkmike thanks for the questions, I just moved here as a discussion since it's not a bug report (for now 😆).
About the CAPI issues you reported, it seems the TCP is unreachable, a tl;dr; I'm pretty sure you're facing the dilemma of the ELB, please, follow the blog post at point nr. 2 and you're going to solve it! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Objective
I am currently exploring the feasibility of deploying a Kubernetes Control Plane using the Kamaji Control Plane on an EKS (Elastic Kubernetes Service) management cluster. The main goal is to set up the control plane on EKS and subsequently add a worker node hosted on a vSphere platform, leveraging Cluster API (CAPI).
Details
Primary Task:
Deploy the Control Plane using Kamaji on an AWS EKS management cluster.
Secondary Task:
Add a worker node to this setup, but the worker node should be on a vSphere platform.
Tools/Platforms Used:
Questions
Q1 - Is this combination of technologies (EKS with Kamaji for the control plane and vSphere for worker nodes via CAPI) feasible and supported?
Q2 - If feasible, are there any specific configurations or considerations required to integrate these platforms effectively?
Q3 - Are there any known limitations or issues with this setup that I should be aware of?
Q4 - Any documentation or resources that can guide the implementation of such a setup would be highly appreciated.
Sample Output from CAPI
When trying to add Worker node on Vsphere and point to Kamaji Control Plane. The Worker node stuck at pending state
Beta Was this translation helpful? Give feedback.
All reactions