infra VS aws-iam-authenticator

Compare infra vs aws-iam-authenticator and see what are their differences.

infra

Infra provides authentication and access management to servers and Kubernetes clusters. (by infrahq)

aws-iam-authenticator

A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster (by kubernetes-sigs)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
infra aws-iam-authenticator
20 9
1,350 2,144
0.8% 1.5%
7.4 8.2
7 days ago 2 days ago
Go Go
GNU General Public License v3.0 or later 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.

infra

Posts with mentions or reviews of infra. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-07.

aws-iam-authenticator

Posts with mentions or reviews of aws-iam-authenticator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-04.
  • A Step-by-Step Guide to Easily Deploying EKS Infrastructure and Applications Using Terraform
    2 projects | dev.to | 4 Feb 2024
    curl -Lo aws-iam-authenticator https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.9/aws-iam-authenticator_0.5.9_linux_amd64 chmod +x ./aws-iam-authenticator mkdir -p $HOME/bin && cp ./aws-iam-authenticator $HOME/bin/aws-iam-authenticator && export PATH=$PATH:$HOME/bin echo 'export PATH=$PATH:$HOME/bin' >> ~/.bashrc
  • Ask r/kubernetes: What are you working on this week?
    2 projects | /r/kubernetes | 31 Oct 2022
    I will be setting up vcluster to work with aws-iam-authenticator. This should work just by following the readme, so I'll be spending extra time automating the setup.
  • Using client-go to `kubectl apply` against the Kubernetes API directly with multiple types in a single YAML file
    6 projects | /r/codehunter | 14 Aug 2022
    Edit: Because I need to do this for more than one cluster and am creating clusters programmatically (AWS EKS API + CloudFormation/eksctl), I would like to minimize the overhead of creating ServiceAccounts across many cluster contexts, across many AWS accounts. Ideally, the only authentication step involved in creating my clientset is using aws-iam-authenticator to get a token using cluster data (name, region, CA cert, etc). There hasn't been a release of aws-iam-authenticator for a while, but the contents of master allow for the use of a third-party role cross-account role and external ID to be passed. IMO, this is cleaner than using a ServiceAccount (and IRSA) because there are other AWS services the application (the backend API which creates and applies add-ons to these clusters) needs to interact with.
  • Five Dex Alternatives for Kubernetes Authentication
    6 projects | dev.to | 16 Jun 2022
    Access to Kubernetes clusters in Amazon EKS is controlled by the AWS IAM Authenticator for Kubernetes. The authenticator runs on the EKS control plane and depends on the aws-auth ConfigMap for configuration settings. Every time you use kubectl to perform actions on the EKS cluster, the AWS IAM Authenticator generates an STS token (AWS Security Token Service). Kubernetes uses the IAM authenticator service to verify the identity of users specified in this security token.
  • Launch HN: Infra (YC W21) – Open-source access management for Kubernetes
    4 projects | news.ycombinator.com | 17 May 2022
    As someone who is a big fan of Teleport, sorry, I just don't get it.

    > Teleport doesn't provide identity provider integrations beyond GitHub (e.g. Okta) in their open source project

    Right, and if you're a small team (5-10 people, like you're targeting) you don't really need SSO on the infra layer. It's a nice to have, it's best practice, but the truth is, by the time you really need it (enough engineers that account management is a pain), you typically have the budget for an Enterprise license.

    > They have a different architecture that involves deploying a centralized proxy service (whereas Infra verifies credentials at the destination infrastructure vs at a central proxy).

    So anyway you need to deploy something central to issue certificates. And anyway, if, to quote you, "We plan to make money by running a managed service version of Infra so teams don’t need to host and upgrade Infra manually.", isn't that the central proxy service? Yet the open-source version avoids it somehow?

    > We plan to make money by running a managed service version of Infra so teams don’t need to host and upgrade Infra manually

    So you want to sell to teams that a) are too small to afford the license for a product like Teleport Enterprise, b) have enough money that they can afford a premium product above and beyond the free offering provided by their Kubernetes vendor, like https://github.com/kubernetes-sigs/aws-iam-authenticator (for EKS), c) are willing to install and maintain another agent on their cluster (infra), but aren't willing to install and maintain the central proxy point?

    > we've designed Infra around an extensible REST API from the start whereas Teleport uses GRPC.

    This isn't really important from a product perspective. For what it's worth, Teleport started with a REST API; they moved to gRPC because, if I recall correctly, gRPC helped them scale to support larger infrastructure better.

    If you're launching a competing product to Teleport, which is now by far the most mature product in the space, then currently, at least from where I'm sitting, you aren't offering sufficient added value compared to the incumbent offerings, which also include CloudFlare Access, Checkpoint Harmony Connect SASE, Hashicorp Boundary (their offerings aren't quite Kubernetes native, but it's the same idea)...

  • Kubernetes Multi-Cluster Part 3: Authentication and Access Control
    4 projects | dev.to | 9 May 2022
    If you’re looking for a cloud provider that caters to identity and access management, then tools like aws-iam-authenticator (AWS) and Anthos Identity Service (Google) are good places to start.
  • Kubernetes Cluster Authentication using AWS IAM
    1 project | dev.to | 9 Feb 2022
    AWS IAM Authenticator.
  • EKS, grupos IAM, "dono do cluster" e system:masters
    2 projects | dev.to | 2 Feb 2022
  • EKS Auth Deep Dive
    1 project | dev.to | 17 Sep 2021
    aws-auth configmap is based on aws-iam-authenticator and has several configuration options:

What are some alternatives?

When comparing infra and aws-iam-authenticator you can also consider the following projects:

pinniped - Pinniped is the easy, secure way to log in to your Kubernetes clusters.

aws-vault - A vault for securely storing and accessing AWS credentials in development environments

scan - Scan provides the ability to to scan sql rows directly to any defined structure.

dex - OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors

graph - A library for creating generic graph data structures and modifying, analyzing, and visualizing them.

iam-policy-json-to-terraform - Small tool to convert an IAM Policy in JSON format into a Terraform aws_iam_policy_document

aws-ebs-csi-driver - CSI driver for Amazon EBS https://aws.amazon.com/ebs/

gosf-socketio - golang socket.io client and server

aws-efs-csi-driver - CSI Driver for Amazon EFS https://aws.amazon.com/efs/

krateo - Run your Resources on Every Cloud

audit2rbac - Autogenerate RBAC policies based on Kubernetes audit logs