Skip to content

markperdue/kubernetes-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

An Ansible playbook that installs Kubernetes.

A guide for using this repo to spin up a Kubernetes cluster is available at Installing your Kubernetes homelab cluster in minutes with Ansible

Features

  • containerd
  • calico for pod networking

Quickstart

ansible -i inventory/dev all -m ping

ansible-playbook -i inventory/dev playbooks/k8s_all.yaml

# reboot might be required after installation
ansible -i inventory/dev all -a "/sbin/reboot" --become

About

An Ansible playbook that installs Kubernetes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages