How To Install golang-sigs-k8s-aws-iam-authenticator on Fedora 36

In this tutorial we learn how to install golang-sigs-k8s-aws-iam-authenticator in Fedora 36. golang-sigs-k8s-aws-iam-authenticator is Tool to use AWS IAM credentials to authenticate to a Kubernetes cluster

Introduction

In this tutorial we learn how to install golang-sigs-k8s-aws-iam-authenticator on Fedora 36.

What is golang-sigs-k8s-aws-iam-authenticator

A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster. The initial work on this tool was driven by Heptio. The project receives contributions from multiple community engineers and is currently maintained by Heptio and Amazon EKS OSS Engineers.

We can use yum or dnf to install golang-sigs-k8s-aws-iam-authenticator on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-sigs-k8s-aws-iam-authenticator.

Install golang-sigs-k8s-aws-iam-authenticator on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-sigs-k8s-aws-iam-authenticator using dnf by running the following command:

sudo dnf -y install golang-sigs-k8s-aws-iam-authenticator

Install golang-sigs-k8s-aws-iam-authenticator on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-sigs-k8s-aws-iam-authenticator using yum by running the following command:

sudo yum -y install golang-sigs-k8s-aws-iam-authenticator

How To Uninstall golang-sigs-k8s-aws-iam-authenticator on Fedora 36

To uninstall only the golang-sigs-k8s-aws-iam-authenticator package we can use the following command:

sudo dnf remove golang-sigs-k8s-aws-iam-authenticator

golang-sigs-k8s-aws-iam-authenticator Package Contents on Fedora 36

/usr/bin/aws-iam-authenticator
/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/5208396083c0916552769d583e3918b95c26a1
/usr/share/doc/golang-sigs-k8s-aws-iam-authenticator
/usr/share/doc/golang-sigs-k8s-aws-iam-authenticator/CHANGELOG.md
/usr/share/doc/golang-sigs-k8s-aws-iam-authenticator/CONTRIBUTING.md
/usr/share/doc/golang-sigs-k8s-aws-iam-authenticator/README.md
/usr/share/doc/golang-sigs-k8s-aws-iam-authenticator/boilerplate.go.txt
/usr/share/doc/golang-sigs-k8s-aws-iam-authenticator/changelog.py
/usr/share/doc/golang-sigs-k8s-aws-iam-authenticator/code-of-conduct.md
/usr/share/licenses/golang-sigs-k8s-aws-iam-authenticator
/usr/share/licenses/golang-sigs-k8s-aws-iam-authenticator/LICENSE

References

Summary

In this tutorial we learn how to install golang-sigs-k8s-aws-iam-authenticator on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).