terraform-provider-kubernetes-alpha
A Terraform provider for Kubernetes that uses dynamic resource types and server-side apply. Supports all Kubernetes resources. (by hashicorp)
terraformer
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code (by GoogleCloudPlatform)
terraform-provider-kubernetes-alpha | terraformer | |
---|---|---|
3 | 111 | |
515 | 12,959 | |
- | 2.1% | |
7.3 | 4.2 | |
over 3 years ago | about 1 month ago | |
Go | Go | |
Mozilla Public License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
terraform-provider-kubernetes-alpha
Posts with mentions or reviews of terraform-provider-kubernetes-alpha.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-07.
-
Kubernetes v2 vs Kubernetes Alpha providers?
Open since March with no progress on that issue but I just noticed 0.4 adds a fallback for OpenAPI validation failure ... so need to test if this is fixed (after almost 2 months) - https://github.com/hashicorp/terraform-provider-kubernetes-alpha/issues/181#issuecomment-852037406
-
Deploy Any Resource With The New Kubernetes Provider for HashiCorp Terraform
GitHub repository
-
Does the Kubernetes provider have any way to run Kubernetes Operators?
You can use the new Kubernetes alpha provider to apply any YAML manifest against your cluster. It’s very new and still in Alpha or Beta but it solves this exact problem. Check it out: https://github.com/hashicorp/terraform-provider-kubernetes-alpha
terraformer
Posts with mentions or reviews of terraformer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-13.
- Terraformer: Convert Existing Infrastructure to Code with Ease
-
Automate Gitlab Repository Settings with Terraform
or, alternatively, for more complex projects, check out terraformer, a CLI tool to import/update your tfstate from existing infrastructure.
-
Top Terraform Tools to Know in 2024
Terraformer is a CLI tool developed by Google that generates Terraform files from existing infrastructure (reverse Terraform), simplifying the process of adopting Terraform in existing environments and speeding up the initial setup process. Terraformer supports multiple cloud providers, including AWS, Google Cloud, Azure, and others.
-
Terraformer + refactoring with 'moved' blocks
Looking into efficient ways to import existing infrastructure. Using Terraformer to get the everything into Terraform and then refactoring into modules, for_each, etc. using moved blocks seems like it would be a good approach. Refactoring them to use existing modules from providers will take a little work and likely going back and forth with terraform plan, and assuming many things won't translate straight across because of what resources a module might be creating and how they are creating them.
-
The Future of Terraform: ClickOps
We had thought about the ability to convert HCL to Go, but not much thought in querying existing infra to generate HCL (like terraformer). If you want to experiment building on top of Lingon then please go ahead! I’d be happy to help provide the context from Lingon.
-
How do you glue Terraform resources together?
If "ClickOps" is your starting point, as you mention, you could try creating a new scratch cloud provider account, do all your "ClickOps", then use a TF export tool (e.g., Terraformer) to see the exported TF resources to find all the references to other TF resources in the cloud resource dependency chain.
-
Strategies for converting an existing deployment to IaC?
I haven't worked with any of the ones that purport to work with AWS, but a quick Google shows terraformer and Terracognita as options - maybe look into trying those out?
-
Migration to gcp from aws.
This maybe a bit more complicated if you're not into coding/terraform but I'd use terraformer to convert all of your infrastructure from implementation to code while in AWS, then switch providers and with a bit of jiggly of the code implement your infra into gcs as IaC and keep it that way if/when you switch again.
-
Quick terraform noob question about the tfstate
Maybe terraformer could help. I never tried it personally . https://github.com/GoogleCloudPlatform/terraformer
- Possible to backup entire Okta configuration?