Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mossabtn/kubernetes-setup-vagrant-ansible
https://github.com/mossabtn/kubernetes-setup-vagrant-ansible
ansible cert-manager haproxy helm jenkins keycloak kubernetes nexus sonarqube vagrant
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mossabtn/kubernetes-setup-vagrant-ansible
- Owner: MossabTN
- Created: 2021-01-22T17:27:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-13T12:58:39.000Z (over 2 years ago)
- Last Synced: 2023-03-07T01:34:37.080Z (over 1 year ago)
- Topics: ansible, cert-manager, haproxy, helm, jenkins, keycloak, kubernetes, nexus, sonarqube, vagrant
- Language: Jinja
- Homepage:
- Size: 41 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kubernetes-setup
## Requirements
- Ansible
- Vagrant
- Docker## Setup environment
* To create kubernetes cluster
```bash
vagrant up
```* To start a Haproxy you can use Docker and just run the following command:
```bash
docker-compose -f haproxy/docker-compose.yaml up -d
```