How to extract the EKS Cluster Manifests and put in Repo?

0

Hi Team,

The infrastructure is currently in a state where 40+ EKS clusters are running in lower and production environments, and these clusters are hosting important applications. These were created almost two years ago using eksctl. Since we lack Kubernetes manifests, we must manually change clusters using either Kubectl or Open Lens, which is not the best practice. So we want to convert this manual approach to an automated approach so that we can make changes from IAC or establish DevOps or GitOps models, but to set this model, as you are aware, one of the basic requirements is to have the source code in the repo, which is missing. Can you provide assistance with this problem and suggest a solution?

Thank you !

已提問 5 個月前檢視次數 294 次
1 個回答
0

Hi,

There are plenty of open source and paid solutions that can dump K8s manifests, so you can put them into the cluster. Here is only one of the examples. I think do everything at once is not the best idea, so I would start with one specific application, dump it, make Helm chart or utilise some GitOps tools to maintain plain manifests and repeat then.

profile picture
專家
已回答 5 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南