/kubernetes-dashboard-role

Kubernetes Web UI (Dashboard) Ansible role.

Primary LanguageHTMLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Kubernetes Web UI (Dashboard) role

Basic role syntax check

An Ansible role for ensuring the configuration of the Kubernetes Web UI (Dashboard).

Requirements

Requires Docker and Kubernetes installed.

Role Variables

Variable Required Default Choices Comments
kubernetes_dashboard_version yes v2.0.0 matches release tag Kubernetes Dashboard version to install
images_cache_path no not defined Path Path to folder used to cache saved Docker images
cache_container_timeout no 300 seconds Integer value Number of seconds before Ansible times out

Example Playbook

An example can be found used in my Hands-on DevOps course's ansible/master-playbook.yml.

- hosts: masters
  remote_user: vagrant
  roles:
    - common
    - docker
    - k3s-server
    - kubernetes-dashboard

The above Ansible playbook uses my

For more information and to see this role put into action checkout my Hands-on DevOps class project.

License

3-Clause BSD License

Author Information

Michael Joseph Walsh mjwalsh@nemonik.com