Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 283 Bytes

File metadata and controls

18 lines (14 loc) · 283 Bytes

kubernetes-setup

Requirements

  • Ansible
  • Vagrant
  • Docker

Setup environment

  • To create kubernetes cluster
vagrant up
  • To start a Haproxy you can use Docker and just run the following command:
docker-compose -f haproxy/docker-compose.yaml up -d