Is cross-platform deployment between Kamaji and Vsphere possible? #80
-
ObjectiveI 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). DetailsPrimary Task: Secondary Task: Tools/Platforms Used:
QuestionsQ1 - 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 CAPIWhen 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.
Replies: 2 comments 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.
-
A small update on this: such scenario can be covered with the |
Beta Was this translation helpful? Give feedback.
A small update on this: such scenario can be covered with the
ExternalClusterReference
as discussed on #105.