[Ansible Galaxy] Use Ansible andrewrothstein.k9s to install k9s

andrewrothstein.anaconda

A role that installs k9sK9s - Manage Your Kubernetes Clusters In Style - https://k9scli.io/ for Kubernetes (K8S).

Installation

First, Install Ansible.

1
2
3
4
# Mac OS X
$ brew install ansible

$ ansible --version

Then, install it use:

1
$ ansible-galaxy install andrewrothstein.k9s

andrewrothstein.k9s

Example Playbook

1
2
3
- hosts: servers
roles:
- andrewrothstein.k9s

CLI Arguments and Key Bindings

See Commands - https://k9scli.io/topics/commands/ to learn more CLI Arguments and Key Bindings.

References

[1] Ansible Galaxy - https://galaxy.ansible.com/andrewrothstein/k9s

[2] andrewrothstein/ansible-k9s - https://github.com/andrewrothstein/ansible-k9s

[3] derailed/k9s: 🐶 Kubernetes CLI To Manage Your Clusters In Style! - https://github.com/derailed/k9s

[4] [K9s - Manage Your Kubernetes Clusters In Style - K9s - Manage Your Kubernetes Clusters In Style](K9s - Manage Your Kubernetes Clusters In Style)

[5] Ansible is Simple IT Automation - https://www.ansible.com/

[6] Installing Ansible — Ansible Documentation - https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html

[7] k9s - Best Kubernetes CLI To Manage Your Clusters In Style | ComputingForGeeks - https://computingforgeeks.com/k9s-kubernetes-cli-to-manage-clusters-in-style/