XgridInc / xkops

About Xkops is an integrated solution that combines widely-adopted open-source utilities to simplify Kubernetes management, emphasizing the enhancement of observability, reliability, security, and cost control in cluster operations which help users optimize the deployment and management of Kubernetes clusters.
Apache License 2.0
61 stars 4 forks source link

Update secret manager script to remove eksctl #24

Open alikhanxgrid opened 1 year ago

alikhanxgrid commented 1 year ago

About Bug or problem

Steps to reproduce N/A

SyedMurtazaHassan46 commented 4 months ago

@alikhanxgrid Can you explain what needs to be done here and why. What do we have to replace the eksctl commands with.

alikhanxgrid commented 4 months ago

sync with me on this

SyedMurtazaHassan46 commented 4 months ago

@alikhanxgrid I looked into the secret manager script and found eksctl is used for 2 commands.

For this iteration i will be replacing these eksctl commands with aws commands. For further streamlining the installation process first we will have to look for alternatives to store secrets and manage identity and access. We can have a meeting to discuss the pros and cons and if we should go towards that route.