-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request Addons #19
Comments
Right on @Jeeppler ! I've started to go down this route on a branch but was met with some difficulty controlling k8s the "terraform way" within EKS. I'll have a closer look at that module to see if there's anything I can't use from that repo. Thanks for bringing that to my attention. From a broader standpoint, I think it might be a bit prescriptive to enable/install/embed specific pieces of software that runs on k8s through the module. I would rather make it simple for users to consume the module and add those layers on top of the outputs, and leave implementation up to downstream developers, if that makes sense. Perhaps there's a case to add more to the repo in the form of working test fixtures that show how this works (this the path I started down). I'll get back to this later in the weekend to investigate further. Thanks again on the ideas! 💯 |
I think it would be nice to install a Kubernetes Web UI after the cluster is up and running. In addition, maybe Helm. Maybe this should happen in another module and you just link to it or in this module. Furthermore, maybe you already know this, Terraform has an Kubernetes Provider. |
Yea doing an end-to-end terraform defined k8s cluster that sets up the web UI, dashboard user, monitoring, etc. would be great. IIRC the k8s terraform provider isn't able to create a user and attach the correct policies via |
@max-rocket-internet thank you. |
Hi @Jeeppler As I mentioned before, helmfile is great for bulk installing charts with your custom settings. And also just helm alone will solve much of the pain for installing apps on your new cluster. Maybe you could also experiment by using the terraform kubernetes provider Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I'm submitting a
Feature Request Addons
I would be nice to have an option which allows to install addons together with the cluster. There is another Terraform Registry module which does that: https://registry.terraform.io/modules/scholzj/kubernetes/aws/1.3.4#addons
The text was updated successfully, but these errors were encountered: