Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbourgeat/devops-project
Multi-nodes kubernetes cluster with Ansible & Vagrant
https://github.com/rbourgeat/devops-project
ansible cluster kubernetes vagrant wordpress
Last synced: 13 days ago
JSON representation
Multi-nodes kubernetes cluster with Ansible & Vagrant
- Host: GitHub
- URL: https://github.com/rbourgeat/devops-project
- Owner: rbourgeat
- Created: 2022-10-23T16:32:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T18:48:14.000Z (about 2 years ago)
- Last Synced: 2024-10-26T20:45:52.884Z (2 months ago)
- Topics: ansible, cluster, kubernetes, vagrant, wordpress
- Homepage:
- Size: 46.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentation
- Installez préalablement **Vagrant** et **Ansible**.
- Pour lancer le projet: `vagrant up` (ou `sudo vagrant up`, Ansible aura besoin de copier/coller un fichier sur votre machine).
Vagrant va instancier 3 machines en local: 1 *master* et 2 *nodes*.
Les *playbooks* Ansible vont installer un cluster *multi-noeuds*.
Le `master-playbook.yml` va supprimer la **teinte** du noeud *master* pour déployer les nodes Wordpress.
- Pour supprimer les machines: `vagrant destroy`.
## Environnement
Ubuntu en local sur des VM.
## Exemple