Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
kubernetes-ansible
========
Install and configure a kubernetes cluster including network overlay and optionnal addons.
Based on [CiscoCloud](https://github.com/CiscoCloud/kubernetes-ansible) work.
Requirements
------------
Tested on debian Jessie and Ubuntu.
The target servers must have access to the Internet in order to pull docker imaqes
Ansible
-------------------------
## Variables
## Run ansible playbook
It is possible to define variables for different environments.
For instance, in order to deploy the cluster on 'dev' environment run the following command.
```
ansible-playbook -i environments/dev/inventory cluster.yml
```
Kubernetes
-------------------------
## Check cluster status
Known issues
-------------
## Node reboot and Calico
## Monitoring addon
## Etcd failover
Author Information
------------------
Smana - Smaine Kahlouch (smaine.kahlouch@gmail.com)