asdf-hashicorp VS terraform-provider-kubernetes

Compare asdf-hashicorp vs terraform-provider-kubernetes and see what are their differences.

asdf-hashicorp

HashiCorp plugin for the asdf version manager (by Banno)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
asdf-hashicorp terraform-provider-kubernetes
6 6
219 1,533
3.2% 1.2%
4.9 9.0
4 months ago 1 day ago
Shell Go
MIT License Mozilla Public 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.

asdf-hashicorp

Posts with mentions or reviews of asdf-hashicorp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-17.
  • Help needed installing an old version of terraform
    2 projects | /r/Terraform | 17 Oct 2022
    brew install asdf asdf plugin-add terraform https://github.com/asdf-community/asdf-hashicorp.git asdf install terraform 0.12 asdf exec terraform destroy
  • Asdf Performance
    9 projects | news.ycombinator.com | 12 Aug 2022
    I'm a huge fan of asdf and have been using for years together with direnv! It's great to see how much effort is put into it! I hope more people adopt it so that we don't have to `curl | sh`! One thing I have issues with asdf is security as are no checksums, so, you if I project get compromised you'll get compromised, too. This, of course, is in addition to the third-party asdf plugin getting itself compromised (which is the greater risk). Last, but not least - I wish asdf came with something like eget [0] incorporated so that it can install 99% of the plugins directly and safely! Last, but not least - 99% of the plugins have almost identical code and all that changes is the repo, so, this should be generalized. For example, many years ago I made just one codebase of all HashiCorp plugins [1] and it's been working great!

    [0]: https://github.com/zyedidia/eget

    [1]: https://github.com/asdf-community/asdf-hashicorp

  • Gerenciando versão de ferramentas com asdf/asdf-vm
    6 projects | dev.to | 6 Nov 2021
  • Share a GPU between pods on AWS EKS
    10 projects | dev.to | 4 Nov 2021
  • ASDF or how to manage multiple runtime versions.
    17 projects | dev.to | 28 Mar 2021
    CMD> asdf plugin list all Output sample: [...] kubebuilder https://github.com/virtualstaticvoid/asdf-kubebuilder.git kube-capacity https://github.com/looztra/asdf-kube-capacity.git kubectl *https://github.com/Banno/asdf-kubectl.git kubectl-bindrole https://github.com/looztra/asdf-kubectl-bindrole.git kubectx *https://gitlab.com/wt0f/asdf-kubectx.git kubefedctl https://github.com/kvokka/asdf-kubefedctl.git kubeseal https://github.com/stefansedich/asdf-kubeseal.git kubesec https://github.com/vitalis/asdf-kubesec.git kubespy https://github.com/jfreeland/asdf-kubespy.git kubeval https://github.com/stefansedich/asdf-kubeval.git terraform *https://github.com/Banno/asdf-hashicorp.git terraform-docs *https://github.com/looztra/asdf-terraform-docs.git terraform-lsp https://github.com/bartlomiejdanek/terraform-lsp.git terraform-validator https://github.com/looztra/asdf-terraform-validator.git terragrunt https://github.com/lotia/asdf-terragrunt.git [...]
  • Asdf – An Extendable Version Manager
    9 projects | news.ycombinator.com | 3 Feb 2021
    I've been using it and has contributed to it, but I wish it supported out of the box GitHub-based release binaries as 90% of my code for different vendors was relatively the same, so, instead of having multiple identical repositories, I created one, which uses introspection [0].

    I wish this was available out of the box to handle literary 90% of the tools.

    Also, I typically pair it with direnv [1] for even more magic.

    [0]: https://github.com/Banno/asdf-hashicorp

    [1]: https://direnv.net/

terraform-provider-kubernetes

Posts with mentions or reviews of terraform-provider-kubernetes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-04.
  • Share a GPU between pods on AWS EKS
    10 projects | dev.to | 4 Nov 2021
    After the resources be provisioned, you might want to run terraform apply -refresh-only to refresh your local state as the creation of some resource change the state of others within AWS. Also, state differences on metadata.resource_version of k8s resources almost always show up after an apply. This seems to be related to this issue.
  • What are your experiences in using the Kubernetes and Helm Providers?
    2 projects | /r/Terraform | 6 Sep 2021
    We want to do that, but this issue has been a huge blocker for us. You might not hit it unless you’re using AKS, though.

What are some alternatives?

When comparing asdf-hashicorp and terraform-provider-kubernetes you can also consider the following projects:

asdf-terraform-docs - terraform-docs (https://github.com/segmentio/terraform-docs) plugin for asdf

azure-service-operator - Azure Service Operator allows you to create Azure resources using kubectl

terrajet - Generate Crossplane Providers from any Terraform Provider

k8s-device-plugin - NVIDIA device plugin for Kubernetes

asdf-tflint - An asdf plugin for installing terraform-linters/tflint.

asdf-flutter - Flutter plugin for the asdf version manager

aws-virtual-gpu-device-plugin - AWS virtual gpu device plugin provides capability to use smaller virtual gpus for your machine learning inference workloads

asdf-plugins - Convenience shortname repository for asdf community plugins

asdf-nodejs - Node.js plugin for asdf version manager

terraform-provider-ovirt - Terraform provider for oVirt 4.x

asdf-terragrunt - Terragrunt plugin for the asdf version manager

n-install - Installs n, the Node.js version manager, without needing to install Node.js first: curl -L https://bit.ly/n-install | bash