Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```