You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+15-2
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,26 @@
1
-
# Ansible VirtualBox Vagrant Kubernetes
1
+
# Ansible VirtualBox Vagrant Kubernetes 1.22 Containerd and Istio Tutorial (1 master N nodes)
2
2
## Building a Kubernetes Cluster with Vagrant and Ansible
3
3
4
4
Tutorial with full source code explaining **how to create a Kubernetes cluster with Ansible and Vagrant** for local development.
5
5
6
6
See https://www.itwonderlab.com/en/ansible-kubernetes-vagrant-tutorial/
7
7
8
+
* 22 Dec 2019: Add information about using a Private Docker Registry as suggested by Brian Quandt.
9
+
* 4 Nov 2019: Install and publish Kubernetes Dashboard under vagrant, with help from Alex Alongi. Add prerequisites section as requested
10
+
* 26 Sep 2019: Update Calico networking and network security to release 3.9
11
+
* 6 June 2019: Fix issue: kubectl was not able to recover logs. See new task “Configure node-ip … at kubelet”.
12
+
* 10 Jul 2020:
13
+
Update prerequisites to latest releases
14
+
It now takes above 2 minutes
15
+
Change selection of hosts from Ansible groups to host-name pattern (hosts: k8s-m-* and hosts: k8s-n-*)
16
+
* 3 Aug 2020: Allow different amount of CPU and MEM for master and nodes
17
+
* 10 June 2021: Update host software dependencies (no changes in ansible or vagrant)
18
+
* 16 August 2021: Update Ansible playbooks to use containerd instead of Docker (Kubernetes is deprecating Docker as a container runtime after v1.20.).
19
+
20
+
8
21
------------------
9
22
10
-
## Creación de un Clúster de Kubernetes usando Vagrant y Ansible
23
+
## Creación de un Clúster de Kubernetes 1.22 Containerd e Istio usando Vagrant y Ansible (1 maestro N nodos)
11
24
12
25
Creación de un **clúster Kubernetes con múltiples nodos usando Vagrant, Ansible y Virtualbox**. Especialmente indicado para entornos de desarrollo local realistas.
0 commit comments