Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 715 Bytes

challenge-03.md

File metadata and controls

23 lines (14 loc) · 715 Bytes

The challenge

  • Install kubernetes cluster on your local machine
    • Create VMs on your local machine using Vagrant
    • Use Ansible to install all what you need on the VMs to create the cluster.
  • The cluster should contain at least one master and one node.
  • Deploy the application from challenge-01

Demo Code:

The demo application can be found in this repository.

What to deliver?

  • Code used to create k8s cluster.
  • You application deployed on the Kubernetes cluster.
  • Make your application reachable from outside Kubernetes cluster.

All Code will be delivered in a github/bitbucket repo.