Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-stumpf committed Nov 23, 2023
1 parent fd77d0d commit 583cf9e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Build a Kubernetes cluster using *k3s* with *ansible*

Author: <https://github.com/itwars>
Current Maintainer: <https://github.com/dereknola>

## Introduction to *k3s-ansible*

Expand Down Expand Up @@ -89,6 +90,16 @@ To get access to your new **Kubernetes** cluster, just use the generated kube co
kubectl --kubeconfig playbook/cluster.conf ...
```

## Local Testing

A Vagrantfile is provided that provision a 5 nodes cluster using Vagrant (LibVirt or Virtualbox as provider). To use it:

```bash
vagrant up
```

By default, each node is given 2 cores and 2GB of RAM and runs Ubuntu 20.04. You can customize these settings by editing the `Vagrantfile`.

## High Availability
*k3s-ansible* can now configure a high-availability (HA) cluster.
If you enable HA (**ha_enabled**), the playbook will setup an embedded database using *etcd*.
Expand Down

0 comments on commit 583cf9e

Please sign in to comment.