Closed as not planned
Description
Description
The current documentation (e.g. AWS Cloud Integration) is very focused on manual setups using very specific tools. It talks you through using tools like eksctl
without even sharing the cloud objects or k8s manifests that will be generated. This makes it difficult to follow when you are not using those tools.
At a minimum, it would be nice, if each command, then said, and you will see these objects with configurations similar to this created in your cloud account, and you will see Kubernetes manifests like this applied to your cluster.
- Along these lines, it would also be wonderful if there was documentation for at least one of the more common automation approaches, like
terraform
, providing a solid example of how the installation can be achieved with that toolset.- A maintained
terraform
module would be helpful, but honestly, even robust examples would be a vast improvement. Trying to translate the current docs has been pretty challenging.
- A maintained